Hello,
I would like to know that if I use below code to STFT the data
>>[y,f,t,p] = spectrogram(data,256,250,256,Fs,'yaxis'); then what is the y and p? when I understanded that f is frequency and t is time.
Thank you

 採用された回答

KSSV
KSSV 2016 年 10 月 28 日

0 投票

y is short-time Fourier transform of the input signal p is power spectral density (PSD)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

質問済み:

2016 年 10 月 28 日

コメント済み:

2016 年 10 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by