Skip to content
Advertisement

Unable to distinguish four cosines from a FFT

I have four cosines with frequencies 400e-3, 500e-3, 600e-3 and 700e-3 and I am trying to do the FFT of them but under the time I need, I cannot distinguish the four. Is there a way to distinguish the peaks without changing the tmax time of 1.76 and the frequencies?

JavaScript

Here are the results:

enter image description here

Advertisement

Answer

The solution was to increase tmax of

JavaScript

i.e. 1.76. FFT makes bins the size of 1/tmax and the small tmax is, the bigger the bins are leading to less resolution.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement