フィルターのクリア

how to make fourier power spectrum of the time series??

4 ビュー (過去 30 日間)
Ali Nouri
Ali Nouri 2020 年 2 月 14 日
回答済み: Raunak Gupta 2020 年 2 月 19 日
I have a vector, which include different amplitude for whole a year, now I want to analyze these amplitudes with fourier analysis.
Anybody knows how to do it ??
  2 件のコメント
Jakob B. Nielsen
Jakob B. Nielsen 2020 年 2 月 14 日
Check out the fft function.
Ali Nouri
Ali Nouri 2020 年 2 月 18 日
But how can I define sampling frequency and the other parameter??

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

採用された回答

Raunak Gupta
Raunak Gupta 2020 年 2 月 19 日
Hi,
Since you want to use Fourier analysis for the vector mentioned in the question, it suggests that the data have some periodicity and you may want to know the period of the signal. I suggest using fft for getting the frequency component of the signal.
To mention the sampling frequency, you may follow the Nyquist criteria for sampling which state that the sampling frequency must be greater than or equal to twice the highest frequency in the signal. So, you may mention a high frequency value based on knowledge of the signal.
For getting started you may follow this example.

その他の回答 (0 件)

カテゴリ

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