Description Usage Arguments Value Author(s) References See Also Examples
Compute autoregressive model from spectral magnitude samples via Levinson-Durbin recursion.
1 | dolpc(x, modelorder = 8)
|
x |
Matrix of spectral magnitude samples (each sample/time frame in one column). |
modelorder |
Lag of the AR model. |
Returns a matrix of the normalized AR coefficients (depending on the input spectrum: LPC or PLP coefficients). Every column represents one time frame.
Sebastian Krey krey@statistik.tu-dortmund.de
Daniel P. W. Ellis: http://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.