periodogram
ピリオドグラム パワー スペクトル密度推定
構文
説明
[ は、周波数ベクトル pxx,f] = periodogram(___,fs)f を単位時間あたりのサイクル数で返します。サンプル レート fs は単位時間あたりのサンプル数です。時間の単位が秒の場合、f の単位はサイクル/秒 (Hz) です。実数値の信号の場合、f は偶数の nfft に対しては区間 [0,fs/2] をカバーし、奇数の nfft に対しては [0,fs/2) をカバーします。複素数値の信号 f は区間 [0,fs) をカバーします。fs は periodogram の 4 番目の入力でなければなりません。サンプル レートを入力した場合でも、前のオプション引数の既定値を使用するには、これらの引数を空 [] として指定します。
[___, では、PSD 推定の pxxc] = periodogram(___,'ConfidenceLevel',probability)probability × 100% 信頼区間が pxxc で返されます。
[___] = periodogram(___, では、spectrumtype)spectrumtype が 'psd' に指定されている場合は PSD 推定が返され、spectrumtype が 'power' に指定されている場合はパワー スペクトルが返されます。
出力引数を設定せずに periodogram(___) を使用すると、現在の Figure ウィンドウにピリオドグラム PSD 推定またはパワー スペクトルがプロットされます。
例
入力引数
出力引数
詳細
参照
[1] Auger, François, and Patrick Flandrin. "Improving the Readability of Time-Frequency and Time-Scale Representations by the Reassignment Method." IEEE® Transactions on Signal Processing. Vol. 43, May 1995, pp. 1068–1089.
[2] Fulop, Sean A., and Kelly Fitz. "Algorithms for computing the time-corrected instantaneous frequency (reassigned) spectrogram, with applications." Journal of the Acoustical Society of America. Vol. 119, January 2006, pp. 360–371.












