Message Boards Message Boards

[?] Obtain the FFT of a wave form?

Posted 7 years ago

I have this wave form

enter image description here

How can I derive it's FFT in Mathematica.

Attachments:
POSTED BY: Muhammad Afzal
2 Replies

You can do this:

data = Table[v0[wt], {wt, 0, 0.0065, .0065/1023}];
fft = Fourier[data];
POSTED BY: Neil Singer
Posted 7 years ago

Thank you Very much dear Neil Singer, could you please plot the fft, Regards

POSTED BY: Muhammad Afzal
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract