Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Ads

Discussion Groups

Discussion Groups | Matlab DSP | dirac function

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

dirac function - anishs05 - Aug 29 8:12:19 2007



What is delta function convoluted with another delta function? As in 
delta(f-f1) * delta(f-f2), * is conv operator


(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: dirac function - Jeff Brower - Aug 30 10:00:26 2007

Anish-

> What is delta function convoluted with another delta function? As in
> delta(f-f1) * delta(f-f2), * is conv operator

I think you mean delta(n-n2) * delta(n-n3), where n are time domain indexes.  If so then the
result should be another
Dirac function at n2+n3 -- or something like that.

-Jeff


(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )