how to make fourier power spectrum of the time series??
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ali Nouri
am 14 Feb. 2020
Beantwortet: Raunak Gupta
am 19 Feb. 2020
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 Kommentare
Akzeptierte Antwort
Raunak Gupta
am 19 Feb. 2020
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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!