参数化频谱估计
Burg、Yule-Walker、协方差和修正协方差方法
使用基于自回归模型的参数化方法来估计频谱。
函数
估算器
findpeaks | Find local maxima |
---|---|
pburg | Autoregressive power spectral density estimate — Burg’s method |
pcov | Autoregressive power spectral density estimate — covariance method |
pmcov | Autoregressive power spectral density estimate — modified covariance method |
pyulear | Autoregressive power spectral density estimate — Yule-Walker method |
dB转换
db | Convert energy or power measurements to decibels |
---|---|
db2mag | Convert decibels to magnitude |
db2pow | Convert decibels to power |
mag2db | Convert magnitude to decibels |
pow2db | Convert power to decibels |
主题
Parametric Methods
- Learn about the Burg, Yule-Walker, covariance, and modified covariance methods of parametric spectral estimation.
用函数替换自回归 PSD 对象的语法
- 用函数调用替换对自回归 psd 对象的调用。