how to predict next sample based on the coefficient and previous sample?

2 次查看(过去 30 天)
I'm trying to do compression to audio.
[x fs] = wavread('audio');
[r,lg] = xcorr(x);
r(lg<0) = [];
a = levinson(r,10);
Based on this coefficient, how do I predict if I save the first 10 samples?
I'm beginner with this.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by