Showing posts with label in. Show all posts
Showing posts with label in. Show all posts

Manipulation In The Forest

| 0 comments |
Manipulation-In The Forest

Material:-
Background
Taylor Swift Png Image

Open PhotoScape, click "Editor" and stay on the ward "Home."
Open a photo Of The background of the forest
Brightness,Color>Deepen>Middle
Auto Level>High
Brightness,Color>Darken>High
Now Click On Object & Select The Girl Image & adjust It in the background
Click Photo+Objects & Click Ok
Filter>Film Effect>Cinema>High
Bloom>High
Brightness, Color> Color Enhancement>Middle

Result:-
Read More..

How to generate Digital Filter Coefficient and test the Filter in Matlab

| 0 comments |
This blog post shows how to generate a digital filter coefficient for a given input signal and then test the filter with impulse input signal.

Matlab has a two functions that are in a way inverse to each other. These function are prony and filter. The prony function generates Z transform of input signal with filter coefficient. The filter function generates output impulse response in response to given filter coefficients and input signal. Delta signal can be used with the filter coefficient to test the filter.

First generate some input signal like the following,

n = [0:50];
x = sin(2*pi*n/25);

Then use this signal x to determine filter coefficients a,b with the help of prony matlab function as follows,

[b,a] = prony(x,2,2);

The syntax of this function is,

[b,a] =prony{x,M,N)

where x is the input signal, M is the number of zeros and N is the number of poles

We can plot the input signal x as follows,

plot(n,x,*)

The plot is,


Now, we use the a,b coefficients generated above and check whether these filter coefficients generates the same output x in response to an input delta impulse.

Define delta signal to apply to the filter,

d = [1 zeros(1,50)];

Then apply this delta input to the filter using filter matlab function to get the filter response y,

y = filter(b,a,d);

Now plot y,



We see that when first x signal generated a and b coefficients and these coefficient were used for a filter we get the same signal back y for an input delta signal.

Indeed, we may plot both x and y on the same graph to see the result,

plot(n,x,*,n,y,o)

which gives,


So in this way we can use the prone and filter matlab functions to generate filter coefficients and later utilize them to build a digital filter. So these function are quite useful in Digital Signal Processing work using matlab.
Read More..

Tutorial For Puting Text In Photo

| 0 comments |
Putting Text in Photo

Open PhotoScape, click "Editor"
Click On "Object".
Open a photo from the panel on the left side of the program.
Click on the tool "Text" and set the box this way:-
select any font as per your wish
and write any thing
select Outline-Text, and thickness should be 36
and keep text in center

After setting, give "OK"and set the text that you created in the image,
if you want more you can create text with different fonts.
Click "Photo + Objects ",
check "matches your picture with objects"and give "OK".
Switch to the ward "Tools", select the tool "Paint Brush",
put the brush size up and select the color white.
With the tool set already,
fill all the spaces outside the text,
so that the background image appear only in the inner space of text

RESULT:-
Read More..

Download Ashampoo ClipFinder HD 2 16 Find view save and convert web videos in HD or SD

| 0 comments |
Ashampoo ClipFinder HD gives you web video the way it should be. Search in up to fifteen video portals at once or in selected portals, view videos directly and convert and save them to your hard disk with a single click.

Nothing makes finding, viewing, saving and managing web videos easier. And Ashampoo Clip-finder HD isn`t just better, it`s cool.



Enjoy videos on the revolutionary 3D Video Wall, download and convert videos with only one click, play your favorite videos with the new cool video player in full-screen mode, just add new clips into your play list by the fly (Enqueue to Playlist function), start new searches for more videos in single tabs - like tabbed browsing.

Ashampoo ClipFinder HD currently supports the most 15 popular video portals like YouTube, Vimeo, Spike, Veoh, Google Video, LiveVideo, Dailymotion, blip.tv, Yahoo! Video, Metacafe, MySpace, SevenLoad, MyVideo, videu and ClipFish.

Features :

  1. * Still completely free
  2. * Amazing 3D Video Wall clip browser
  3. * Vimeo portal added (lots of HD clips)
  4. * Search up to 15 video portals at once
  5. * Search in selected video portals
  6. * 1-click download and convert
  7. * HD video filter – find only HD videos
  8. * New video player with full-screen mode
  9. * Improved video playlists
  10. * Tabbed searching, like tabbed browsing









Very beautiful appearance, very good software in all ways !! .. with it you can to watch and download any video from a lot of sites, you have to try it ;)

OS : Windows XP/Vista/7
Size : 16.75MB
Freeware
Home Page
Download : Mediafire - Oron
Read More..