フィルターのクリア

FFT with window and overlap and Fs

35 ビュー (過去 30 日間)
Dhiren
Dhiren 2023 年 8 月 29 日
回答済み: Walter Roberson 2023 年 8 月 29 日
I want FFT to convert a time series data to frequency domain. I would also want to use these arguments such as hann window, overlap and nfft and fs. Please help me with correct syntax for the same. Thank you.
Y = fft(X,n) % does not include hann window, overlap and fs

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 8 月 29 日
Any time you talk about windows and overlap, you are no longer talking about FFT. FFT is a particular class of methods of implementing a discrete fourier transform (DFT) and DFT always work on all of the data.
You should instead look at functions such as spectrogram

カテゴリ

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

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by