Plotting Fourier Transform - HELP PLEASE

Consider a pulse of amplitude 1 and time duration 1 second. Sample this pulse at 20 samples/sec for 20 seconds and compute and plot the Discrete Fourier Transform (DFT).
I need the matlab code for this problem. I have not much knowledge of matlab.
Thank you very much

1 Comment

http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab

Sign in to comment.

Answers (5)

Rick Rosson
Rick Rosson on 15 Mar 2012
What have you tried to do so far?
Insufficient information about the shape of the pulse.

1 Comment

I assume the professor is asking for a rectangular pulse, but as you said, it is impossible to know for sure...

Sign in to comment.

>> doc fft
>> doc fftshift
>> doc abs
>> doc plot
Rick Rosson
Rick Rosson on 15 Mar 2012
Please check out this online interactive tutorial:
HTH.
Rick

Asked:

on 15 Mar 2012

Community Treasure Hunt

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

Start Hunting!