<< Chapter < Page Chapter >> Page >

Consider the signal x that is zero everywhere but at the instants 1 , 0 , and 1 where it has values 1 , 0.5 , and 0.25 , respectively. At every instant n , x n can be expressed as 1 δ n 1 0.5 δ n 0.25 δ n 1 . By linearity, the output can be obtained by composition of carefully translated and weighted impulseresponses: y n 1 h n 1 0.5 h n 0.25 h n 1 .

Got questions? Get instant answers now!

To generalize the example [link] we can define the operation of convolution .

Convolution of two signals h and x
y n h * x n m x m h n m

The operation of convolution can be fully understood by the explicit construction of some examples ofconvolution product. The module Discrete-Time Convolution gives the graphic construction of an examples and it offers pointers toother examples.

Properties

The properties of the convolution operation are well illustrated in themodule Properties of Convolution . The most interesting of such properties is the extension:

Property

If x n is extended over M 1 samples, and h n is extended over M 2 samples, then the convolution product y n is extended over M 1 M 2 1 samples.

Therefore, the signal convolution product is longer than both the input signal and the impulse response.

Another interesting property is the commutativity of the convolutionproduct, such that the input signal and the impulse response can change their roles without affecting the outputsignal.

Frequency response and filtering

The Fourier Transform of the impulse response is called Frequency Response and it is represented with H ω . The Fourier transform of the system output is obtained by multiplication of the Fourier transform of theinput with the frequency response, i.e., Y ω H ω X ω .

The frequency response shapes, in a multiplicative fashion, the input-signal spectrum or, in other words, it performs some filtering by emphasizing some frequency components and attenuating some others. A filtering can alsooperate on the phases of the spectral components, by delaying them of different amounts.

Filtering can be performed in the time domain (or space domain), by the operation of convolution, or in the frequency domain by multiplication of the frequency response.

Take the impulse response that is zero everywhere but at the instants 1 , 0 , and 1 where it has values 1 , 0.5 , and 0.25 , respectively. Redefine the filtering operation filtra() of the Sound Chooser presented in the module Media Representation in Processing . In this case filtering is operated in the time domain by convolution.

void filtra(float[]DATAF, float[] DATA, float WC, float RO) {//WC and R0 are useless, here kept only to avoid rewriting other //parts of codefor(int i = 2; i<DATA.length-1; i++){ DATAF[i]= DATA[i+1] + 0.5*DATA[i]+ 0.25*DATA[i-1];} }
Got questions? Get instant answers now!

Causality

The notion of causality is quite intuitive and it corresponds to the experience of stimulating a system andgetting back a response only at future time instants. For discrete-time LTI systems, this happens when the impulseresponse is zero for negative (discrete) time instants. Causal LTI systems can produce with no appreciabledelay an output signal sample-by-sample , because the convolution operator acts only on present andpast values of the input signal. In [link] the impulse response is not causal, but this is not a problem because the whole input signal isalready available, and the filter can process the whole block of samples.

2d filtering

The notions of impulse response, convolution, frequency response, and filtering naturally extend from 1D to 2D, thusgiving the fundamental concepts of image processing.

Convolution of two 2D signals (images)
y m n h * x m n k l x k l h m k n l
If x is the image that we are considering, it is easy to realize that convolution isperformed by multiplication and translation in space of a convolution mask or kernel h (it is the impulse response of the processing system). As in the 1D casefiltering could be interpreted as a combination of contiguous samples (where the extension of such clusterdepends on the extension of the filter impulse response) that is repeated in time, sample by sample. So, in 2D spacefiltering can be interpreted as a combination of contiguous samples (pixels) in a cluster, whose extension is given bythe convolution mask. The so-called memory of 1-D systems becomes in 2-D a sort of distance effect .

As in the 1D case, the Fourier transform of the impulse response iscalled Frequency response and it is indicated by H ω X ω Y . The Fourier transform of the system output is obtained by Fourier-transforming the input and multiplying theresult by the frequency response. Y ω X ω Y H ω X ω Y X ω X ω Y .

Consider the Processing code of the blurring example and find the lines that implement the convolution operation.

for(int y=0; y<height; y++) { for(int x=0; x<width/2; x++) { float sum = 0;for(int k=-n2; k<=n2; k++) { for(int j=-m2; j<=m2; j++) { // Reflect x-j to not exceed array boundaryint xp = x-j; int yp = y-k;//... omissis ... //auxiliary code to deal with image boundariessum = sum + kernel[j+m2][k+n2]* red(get(xp, yp)); }} output[x][y] = int(sum);} }
Got questions? Get instant answers now!

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Media processing in processing. OpenStax CNX. Nov 10, 2010 Download for free at http://cnx.org/content/col10268/1.14
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Media processing in processing' conversation and receive update notifications?

Ask