Fourier transform of input data with varying sampling frequency
Show older comments
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.
2 Comments
Dipika Berry
on 29 Jan 2024
Answers (1)
Benjamin Thompson
on 27 Jan 2024
1 vote
FFT only works with constant sample time by definition. Try using the interp1 function to resample the data set into a fixed sample time.
2 Comments
Dipika Berry
on 29 Jan 2024
Paul
on 29 Jan 2024
If going down this path, check out: Resampling Nonuniformly Spaced Signals
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!