Default output for ps in the spectrogram function
1 次查看(过去 30 天)
显示 更早的评论
The matlab spectrogram function one of the outputs is "ps".
In the documentation it states
"[___,ps] = spectrogram(___,spectrumtype) also returns a matrix, ps, proportional to the spectrogram of x.
- If you specify spectrumtype as "psd", each column of ps contains an estimate of the power spectral density (PSD) of a windowed segment.
- If you specify spectrumtype as "power", each column of ps contains an estimate of the power spectrum of a windowed segment
"
What is the default of ps? PSD or power spectrum?
Thanks
2 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parametric Spectral Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!