Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I want to do Fourier analysis of a signal which is available to me as a sampled data (sampling frequency is much higher than the signals frequency), and time & sampled data is tabulated in excel file. Consider that I do not have a formula which can define the signal as a function of time.
Is it possible in Mathcad to do the Fourier analysis for this signal?
If yes,
how to do this?
Is there any limitation in number of data points to perform FFT. ( Excel has limitation of 4096 data points.)
Please find the attached file as an example for signal to be analyzed .
Thanks.
Manish Kumar
Solved! Go to Solution.
Sure, mathcad can do that. See here for a recent post on FFT Can MathCAD do Discrete Fourier Transforms of a waveform?
But if you take the time to search this forum you will find lots of information on doing fft and their inverse with Mathcad.
Depending on the FFT function you choose (fft, FFT, cfft or CFFT) you are either limited by having the number of samples limited to a power of 2, or not. The other limitation is the maximum array size (over a million) and amount of memory in you PC.
Succes!
Luc
Thanks Richard. It seems to be working .