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

See Also

Embedded SystemsFPGAElectronics

Discussion Groups > Convolution


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

We found 1018 threads matching "convolution"

You are looking at page 1 of 26.

The most relevant threads are listed first

"definition" of CONVOLUTION

Richard Owlett - 2004-11-18 16:27:00
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...

Re: Multipath Question and OFDM

julius - 2008-12-12 09:10:00
On Dec 12, 8:19 am, Randy Yates wrote: > > Cyclic convolution? Orthogonalizes the operation? What do these mean? > Is cyclic convolution the same as circular convolution? Cyclic convolution = circular convolution. Recall that the DFT is the correct transform for periodic (circular, c...Re: Multipath Question and OFDM

Constant in convolution intergal

aries44 - 2005-06-02 10:24:00
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?

2005-12-20 06:05:00
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 - 2008-04-02 06:46:00
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 - 2008-07-15 11:26:00
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 - 2006-04-11 06:23:00
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 - 2008-08-11 22:28:00
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!

help! Using discrete convolution to approximate continuous convolution...?

Luna Moon - 2009-11-18 20:11:00
Hi all, I am helping a friend on this. We would like to evaluate the convolution of f(x)=exp(3 * x) / (1 + exp(x) ^ 5). However, in Maple and Mathematica, using symbolic calculations, the convolution results in numerical oscillation (lots of spikeness). We don't know why. We just couldn'...help! Using discrete convolution to approximate continuous  convolution...?

Convolution Tutorial

brent - 2009-12-26 22:39:00
I have created a tutorial on the convolution integral. It uses an interactive flash program with embedded audio files. It is located here: http://www.fourier-series.com/Convolution/index.html ...Convolution Tutorial

Want to Understand Convolution

Wendell - 2003-07-12 11:05:00
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 - 2008-06-17 07:00:00
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 - 2005-06-25 11:40:00
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 - 2005-07-25 05:22:00
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 - 2003-12-25 10:16:00
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 - 2007-08-12 01:05:00
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 - 2005-10-03 03:13:00
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 - 2008-06-05 21:24:00
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 - 2006-02-09 07:15:00
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 - 2006-05-01 10:28:00
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

2006-12-09 23:17:00
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

convolution code for matlab

dkvishwakarma - 2009-02-02 20:17:00
hi.. here i m sending correct convolution code for matlab...%************************************************************************* % Convolution of Two signals %************************************************************************** %DKV clc; close all; clear all;...convolution code for matlab

Re: Frequency /time domain equalization

sairamesh@gmail.com - 2007-10-05 15:03:00
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 - 2005-10-10 18:31:00
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

Convolution

HardySpicer - 2009-07-16 23:32:00
I need to convolve two polynomials which are the same - only one has all its roots outside the unity circle and the other within.eg a(z^-1) =a0+a1z^-1 + a2z^-2 +... with a(z) = a0+a1z+a2z^2+... ie one is causal in terms of z^-1 and the other is in terms of z (or can be interpreted thus). ...Convolution

why do we need Polyphase decimatation filter?

mary1234567 - 2006-02-05 10:00:00
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

2006-09-19 20:56:00
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 - 2006-01-28 21:46:00
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 - 2008-08-11 00:46:00
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

2008-04-23 09:07:00
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 - 2007-10-11 22:47:00
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

Image FFT Convolution - C++/VC++ source code

KK - 2008-11-12 18:16:00
I'm looking for a simple (need not be very efficient) VC++/C++ library that does the image (png) convolution, 2D FFT. I would like to develop a image search feature (http://www.dspguide.com/ch24/6.htm) with a VC+ + based GUI around it. http://www.codeproject.com/KB/graphics/ImageConvolution.aspx ...Image FFT Convolution - C++/VC++ source code

Derivative of convolution

reju_vg - 2005-04-01 08:55:00
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

Deconvolution question

Les Cargill - 2009-05-09 14:17:00
Suppose I have an acoustic guitar with a (relatively good-sounding) peizo pickup (a K&K, for those interested). I can mic the guitar and record the peizo simultaneously. But when I deconvolve the miked signal against the peizo, the resulting convolution signature isn't very coherent. Most co...Deconvolution question

fastest convolution

Jane - 2005-07-25 00:02:00
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 - 2006-07-18 01:33:00
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 - 2007-05-30 10:44:00
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 - 2008-01-10 15:44:00
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 - 2008-02-21 15:16:00
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 - 2004-11-04 10:50:00
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?
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | next