Fourier transform of input data with varying sampling frequency

6 Ansichten (letzte 30 Tage)
Dipika Berry
Dipika Berry am 27 Jan. 2024
Kommentiert: Paul am 29 Jan. 2024
Hello, Could someone guide me with the code to plot the FFT of the attached data, since the sampling frequency of input data I have here is varying.
Thanks a lot.

Antworten (1)

Benjamin Thompson
Benjamin Thompson am 27 Jan. 2024
FFT only works with constant sample time by definition. Try using the interp1 function to resample the data set into a fixed sample time.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by