Description Usage Arguments Details Value Author(s) References Examples
Apply liftering to a matrix of cepstra.
1 |
x |
Matrix of cepstra, one sample/time frame per column. |
lift |
Liftering exponent/length. |
inv |
Invert the liftering (undo a previous liftering). |
htk |
Switch liftering type. |
If htk = FALSE
, then perform x i^lift, i = 1, …, nrow(x)
liftering. If htk = TRUE
, then perform HTK-style sin-curve
liftering with length lift
.
Matrix of the liftered cepstra.
Sebastian Krey krey@statistik.tu-dortmund.de
Daniel P. W. Ellis: http://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.