| Author |
Comment/Response |
Ileana Lee
|
06/19/01 06:54am
Say you have a function like:
NN=64
data=4/(1+0.2Cos[2 Pi t/NN])
I used the following command to plot a spectrum:
ListPlot[Abs[Fourier[data]], Plot Range->All,
PlotJoined->True]
The problem is that this does not give me a spectrum plotted on the frequency axis (Hz).
So, I was wondering how do I plot a spectrum graph with the horizontal axis being the frequency (Hz)
URL: , |
|