cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to do FFT/continouse Fourier analysis for a tabulated data (time vs amplitude)?

mkumar-8
1-Newbie

How to do FFT/continouse Fourier analysis for a tabulated data (time vs amplitude)?

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

1 ACCEPTED SOLUTION

Accepted Solutions
RichardJ
19-Tanzanite
(To:mkumar-8)

See the attached worksheet.

View solution in original post

4 REPLIES 4
LucMeekes
23-Emerald III
(To:mkumar-8)

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

The attached should help.

Alan

RichardJ
19-Tanzanite
(To:mkumar-8)

See the attached worksheet.

Thanks Richard. It seems to be working .

Top Tags