Fourier transform of input data with varying sampling frequency

9 ビュー (過去 30 日間)
Dipika Berry
Dipika Berry 2024 年 1 月 27 日
コメント済み: Paul 2024 年 1 月 29 日
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 件のコメント
Paul
Paul 2024 年 1 月 27 日
Check out: nufft
Dipika Berry
Dipika Berry 2024 年 1 月 29 日
@Paul okay thanks i will take a look at this function

サインインしてコメントする。

回答 (1 件)

Benjamin Thompson
Benjamin Thompson 2024 年 1 月 27 日
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 件のコメント
Dipika Berry
Dipika Berry 2024 年 1 月 29 日
ok Benjamin thanks I will try to run this
Paul
Paul 2024 年 1 月 29 日
If going down this path, check out: Resampling Nonuniformly Spaced Signals

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by