Technical discussion about Matlab and issues related to Digital Signal Processing.
What is delta function convoluted with another delta function? As in delta(f-f1) * delta(f-f2), * is conv operator
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