Thread Subject: Question on inverse filter

Subject: Question on inverse filter

From: bin

Date: 14 Apr, 2009 00:18:01

Message: 1 of 1

Dear all, I want to design an inverse filter, I inverse the spectrum of a chirp and do ifft to get the coefficients.

However, the convolution of the coefficients with the chirp is not close to delta function, anyone can help me? Thank you very much!


f0=10e6;
B =4e6;
Tr =6.4e-6;
a = 2*pi*B/Tr;
fs =200e6;
t = [0:1/fs:Tr];
chirps = cos(2*pi*(f0-B/2)*t+a/2*t.^2);

fftc = fft(chirps);
inversef = ifft(1./fftc)
figure;
plot(conv(chirps,inversef));

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

Contact us at files@mathworks.com