I havea trouble plotting the Frequency response of a fourier transform

2 views (last 30 days)
Dear All, Please guide me that how can I plot the frequency response from the Fourier transform of impulse response. I estimated the impulse response from the sensor. I took the fourier transform of the impulse response. Now I want to see the frequency response. I should be very greatful if somebody help me in this regard.
Thanks in advance

Accepted Answer

Matt J
Matt J on 19 Nov 2012
Use the PLOT command
  5 Comments
Matt J
Matt J on 19 Nov 2012
Here's an alternative using FPLOT,
H= @(f) abs(j*8*pi*tau*f/(1+4*pi^2*tau^2*f^2)^2);
fplot(H,[-3,3])

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!