Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Discussion Groups

Free Online Books

Discussion Groups > Convolution

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 818 threads matching "convolution"

You are looking at page 1 of 21.

The most relevant threads are listed first

"definition" of CONVOLUTION

Richard Owlett - 16:27 18-11-04
I think I'm missing something basic. http://mathworld.wolfram.com/Convolution.html defines convolution as "A convolution is an integral that expresses the amount of overlap of one function g as it is shifted over another function f. ..." So what is difference between convolution and correla...

Constant in convolution intergal

aries44 - 10:24 02-06-05
Convolution between A(t) and S (t) is defined as integral (-infinity to +infinity) with inside integral we have A(T)S(t-T)dT, now suppose if we have A(T)S(vt-vT) inside that intergal, where 'v' is a constant. Can we still call it as a convolution? if yes how can we take care of 'v' and if its...Constant in convolution intergal

Re: re:How to perform Convolution in excel?

06:05 20-12-05
abariska@student.ethz.ch wrote: > Almost. The convolution of s(n) with y(t) is the inverse FT of the > (point-wise) product of S(f) with Y(f)! With appropriate zeropadding (otherise, this describes circular convolution). ...Re: re:How to perform Convolution in excel?

Circular convolution to Linear convolution.

shashanktotre - 06:46 02-04-08
Hi, I am new to this programming world, and i really need some serious help. I have done a program in which i design a filter in frequency domain, then i take a CT image, which is a 3d image, read each voxel and make a 1d array. then i equal the number of samples for both the data set. so i have e...Circular convolution to Linear convolution.

convolution

monu1794 - 11:26 15-07-08
Hi all, I need to convolve a sine wave with random signal. I made use of the conv function in matlab. I am expecting a dual-dirac histogram for the resulting convolution. But I keep getting the gaussian histogram of the random signal as the result of the convolution. Can anyone suggest a proper c...convolution

Convolution

krishna_sun82 - 06:23 11-04-06
This is just a curious doubt. What is the statistical significance of convolution? For instance, we define the auto correlation in terms of expectation as R(u) = E(X.Xu). Similarly, do we have any expression for convolution of two signals? Can I have it as something like (sorry, if it is complet...Convolution

Please help with Circular Convolution!

Mani007 - 22:28 11-08-08
Hi everyone, I'm currently a student studying electrical engineering at University so I'm new to both these forums and the subject of DSP in general. I would just like to ask how can I compute the circular convolution of the two sequences: {x(n)} = {4,3,2,1} and {h(n)} = {5,6,7} I know ho...Please help with Circular Convolution!

Want to Understand Convolution

Wendell - 11:05 12-07-03
I've looked at the equations for convolution and correlation and, yes, I can work them. And I've heard that common illustration of clapping your hands in an echo chamber. But I just can't get my brain around just what it happening there. Anyone know of a book giving a good intuitive grasp of c...Want to Understand Convolution

linear n circular convolution relation

romio - 07:00 17-06-08
I have the knowledge of fourier transform of the circular convoluion of two vectors say h and s, ie i know FFT (s ** h) [saying ** stands for circular convolution]. I want to know FFT of linear convolution of s and h ie my target is to calculate FFT(s*h) [where * is the linear convolution]. I ne...linear n circular convolution relation

Questions about Convolution of Spectra and Matlab 'conv()' function

timelapse - 11:40 25-06-05
Hello. I would like to obtain the convolution of two spectra. I have the complex form Fourier coefficients for the first 300 harmonics of each spectra. I was looking at the definition of convolution in one of my books and the sumation term goes from -infinity to infinity. Can I obtain a good a...Questions about Convolution of Spectra and Matlab 'conv()' function

FFT convolution giving different results from convolution

Michel Rouzic - 05:22 25-07-05
I read the chapter about FFT convolution (chapter 18) on dspguide.com and from what I understood, to perform a FFT convolution, you perform a FFT on your filter kernel and on your signal (after you have changed their size and zero padded), you multiply each real and imaginary part of the two sig...FFT convolution giving different results from convolution

Convolution and Correlation

Vimal - 10:16 25-12-03
Hello all, When the two sequances are symmetrical then the correlation and the convolution are same from the classical definitions. My query is that, the correlation (if not ergodic) has joint pdf term in its definition which is not there in convolution. So can I assume that the above defin...Convolution and Correlation

convolution

lee - 01:05 12-08-07
hi guys.....i am beginner in dsp..... Can somebody tell me the physical meaning of convolution.....wht does it do actually?? ...convolution

How to decide system response using step response?

lucy - 03:13 03-10-05
Hi all, Suppose the forced input to the system is f(t), the step response of the system is a(t) and the output is y(t). Now we want to find y(t), I am confused: Which of the following is the correct output y(t)? (1) y(t)=convolution(differentiate(a(t)), f(t)) and (2) ...How to decide system response using step response?

Tutorial on Convolution and FIR Filters

Blocher's spokesman - 21:24 05-06-08
Hi, I have created a three flash program that demonstrate: Discrete convolution Low Pass FIR filters Band Pass FIR filters. It is located here: http://www.fourier-series.com/fourierseries2/convolution.html Brent ...Tutorial on Convolution and FIR Filters

fastest cyclic convolution algorithm

Ivan72 - 07:15 09-02-06
Hello everyone: First of all, thanks to all those who have posted before and for saving the archives. As you know this is my first post here. I searched the archives by terms and by circular convolution but did not find anything, hope I didn't miss a post. You see, I'm trying to implement a par...fastest cyclic convolution algorithm

Search for Convolution method in JAVA

Walker - 10:28 01-05-06
Hello! I'm searching for a method/class/package in JAVA that implements a linear convolution algorithm between two signals. For example "public convolution(double[] signal1, double[] signal2)" that convolves signal 1 with 2. I've searched in many webpages, but I've found nothing. I think, I...Search for Convolution method in JAVA

help with convolution and product theorem

23:17 09-12-06
hi I'm a bit screwed up by the notation used in fourier transform, on convolution and product theorems. I'm drawing a blank with regard to what's the difference between: f1(t)*f2(t) F1(w)F2(w) [convolution theorem] f1(t)f2(t) F1(w)*F2(w) [product theorem] what's the difference betw...help with convolution and product theorem

Re: Frequency /time domain equalization

sairamesh@gmail.com - 15:03 05-10-07
Hi, I am capturing that effect by just using circular convolution instead of linear convolution and sending the blocks (packets) independent from each other. Best Regards, -SaiRamesh. ...Re: Frequency /time domain equalization

Frequency convolution

Seppo - 18:31 10-10-05
Hello everyone. I have a question I cant find an answer to: Say you have, X(z) the z transform of a sampled time response x[n], i.e. Z{x[n]} = X(z) Does a Y(z) exist s.t. Z{x[n]^2} = Y(z) and if so, how does it relate to X(z)? If you dont feel challenged enough, try this other one: ...Frequency convolution

why do we need Polyphase decimatation filter?

mary1234567 - 10:00 05-02-06
I did a decimator FIR filter simply by doing the convolution only once every M' input sample. for example M=3: feed x0,feed x1, feed x2, convolution, feed x3,feed x4, feed x5, convolution, feed x6,.... Then I find many people talk about polyphase decimation filter, I wonder if it is more effi...why do we need Polyphase decimatation filter?

circular convolution

20:56 19-09-06
I'm perusing the web and I suspect worse case I'll grab a few texts to further assist me, nonetheless, given two sequences ( radar application ) - reference and receive of length 1024. It was explained to me that the for linear convolution, I'll pad the sequences with zeros, then compute the FFT...circular convolution

Cross-correlation by convolution (unexpected results)

Michel Rouzic - 21:46 28-01-06
Since an image is word ten thousand words, here's what sums up what i'm trying to do http://www.geocities.com/michel0528/correlation.jpg As you can see, I'm trying to correlate the first signal by the second by correlation. The problem is, I didn't really expect the result you can see on the p...Cross-correlation by convolution (unexpected results)

Java fft (not power of 2)

amyanes - 00:46 11-08-08
Hi to all, I've been writing an application in JAVA that uses the Fourier Transform, and performs several operations, such as the convolution. The convolution is being processed in the time domain, so when signals lenths are big (i.e. 1000 values or more), it takes very long to process the con...Java fft (not power of 2)

Re: efficient inverse fft of a band-pass function

09:07 23-04-08
anando wrote: > Hi > > I'd be grateful if somebody could point me to the right literature for the > following problem: > > I have a function r(t) which is known as well as its Fourier transform > R(f). Thus R(f) --> IFFT --> r(t). Both of them are known. > > Now suppose I hav...Re: efficient inverse fft of a band-pass function

DFT circular convolution

shatila - 22:47 11-10-07
hello everybody!! can anyone tell me in calculating circular convolution using DFT what will happen if i use two different length signal? suppose one is of 4 point and the other is of 3 point then what will be the system?i have to do both 4 point DFT?or 4+3-1 or 6 point DFT as like linear con...DFT circular convolution

Derivative of convolution

reju_vg - 08:55 01-04-05
If y = conv(x,w) What is the derivative of y with respect to w ? Here y is the convolution between x and w, all are one dimensional. Thanks This message was sent using the Comp.DSP web interface on www.DSPRelated.com ...Derivative of convolution

fastest convolution

Jane - 00:02 25-07-05
Hi, Does anybody have the fastest method (using paper and pencil) to calculate the convolution: y[n]=x[n]*h[n] where x[n]=u[n-3] - u[n-14], h[n]=u[n-5] - u[n-8], where u[n] is the step function, u[n]=1 for n> =0, and u[n]=0 for n ...fastest convolution

why we want to do folding while performing convolution

sk - 01:33 18-07-06
hi all can u explain in detail why there is need for folding when we perform convolution operation with an (practical)example? thanks in advance sk ...why we want to do folding while performing convolution

Re: Need argent help regarding delay estimation

Ikaro - 10:44 30-05-07
L - 1 > Pxy(n,k) = 1/ L summation x*(n- l -k) y(n - l) > l = 0 > > Can you please help me in this regard Sir. > > _____________________________________ > Do you know a company who employs DSP engineers? > Is it already listed athttp://dsprelated.com/...Re: Need argent help regarding delay estimation

Scaling Factor In Approximating Continuous-time Convolution by Discrete-time Convolution

sunny - 15:44 10-01-08
Hello, I know this may sound a common or even a basic question to many, however I will appreciate if someone can give me insight on this. I read some of the older posts on related topics but a fraction of doubt still remains. I am trying to find the correct scaling factor for the output of ...Scaling Factor In Approximating Continuous-time Convolution by  Discrete-time Convolution

Why linear convolution in OFDM causes ICI;

alex442 - 15:16 21-02-08
Hello group We know that the use of cyclic prefix (CP) in an OFDM turns the linear convolution (between the channel and the transmitted signal) into a circular convolution. This is efficient to do because then we can easily equalize the channel. In most books it is referred that CP combats IS...Why linear convolution in OFDM causes ICI;

Re: Is FFT Overlap-add needed here?

Jerry Avins - 10:50 04-11-04
Shafik wrote: > If you dont mind me asking: > > How then, is the FFT used for filtering of images, where the FFT of an > image is taken, modified in the frequency domain, then converted back. > The same is done with time-domain signals as well. > Why is the issue of aliasing not consi...Re: Is FFT Overlap-add needed here?

Re: Order of convolution and multiplying

Fred Marshall - 08:50 19-06-08
"Oli Charlesworth" wrote in message news:4dd3321e-c446-486c-9a89-5e528e4b7575@x35g2000hsb.googlegroups.com... > On Jun 18, 6:58 pm, "emre" wrote: > > > The first signal (named as M) is multiplied with a signal (named as R) > > > that blocks some frequency components and transmits the...Re: Order of convolution and multiplying

Convolution-based image interpolation

Michel Rouzic - 21:52 23-04-06
I'm looking forward implementing image interpolation in one dimension at once, however I don't really know how to do it. Linear interpolation doesn't fit me good, I need something better, more like cubic spline interpolation, but the only problem that well implementing it doesn't sound like su...Convolution-based image interpolation

How different is the OVERLAP and ADD method from linear convolution

Abhishek - 15:23 15-03-06
I refer to the method of overlap and add way of performing convolution of large input signals given in proakis. My question is, How is this method of convolving the impulse response with the large input signal by dividing it into small blocks different from the normal way of convolution where w...How different is the OVERLAP and ADD method from linear convolution

Re: Question about cross-spectrum and convolution

Rune Allnor - 14:39 19-12-05
Ze Ji wrote: > Hi, I have a question regarding the concept of cross-spectrum, which is > defined as the Fourier transform of convolution between two signals X > and Y: > > FT(X*Y) Here "*" means convolution, right? > Isn't it the same as: > > FT(X) FT(Y) No. The cross spect...Re: Question about cross-spectrum and convolution

what priority does convolution "*" have? The same as multiplication?(dot?)

lucy - 17:39 11-11-04
Hi all, I am trying to evaluate some expressions consisting of: fg*hx*y where all letters denote function of time t. ie. f is f(t), y is y(t), x is x(t), ... fg denotes function multiplication. g*h denotes function convolution. I want to figure out is the "convolution" the same pr...what priority does convolution

Re: Selection between convolution and inverse filtering operation

Oli Charlesworth - 09:40 20-09-07
On Sep 19, 10:50 pm, "riz" wrote: > > On Sep 19, 4:16 pm, "riz" wrote: > > > > On Sep 19, 9:49 am, "riz" wrote: > > > > > Out of convolution operation and inverse filtering operation,which > > > > > operation is better regarding the stability point of view(minimum > > > phas...Re: Selection between convolution and inverse filtering operation

Convolution

sanindland - 08:32 10-01-07
Hallo, I need a help from you. Can anyone please suggest me any links for the topics "convolution of signals", "transformation of signals" and "different kinds of signals and their equation" in the examination point of view. The lecture material and some books have only very few examples and does...Convolution
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | next