Displaying 1 result from an estimated 1 matches for "autocorrol".
Did you mean:
autocorrel
2018 Sep 09
2
Confusion about linear prediction within flac
...using samples from
within the time series to construct a linear system:
http://practicalcryptography.com/miscellaneous/machine-learning/linear-prediction-tutorial/
However, talkbox, a scikit for signal proccessing (
https://github.com/cournape/talkbox/tree/master/scikits/talkbox/linpred
), first autocorrolates the signal using discrete inverse Fourier
transforms which then passes it to the levinson durbin algorithm.
I would really appriciate an explanation or information on a good
resource to learn more about how the prediction coefficients are solved
for.
Once the lpc coefficients have been solved...