Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
saf asalah
saf asalah am 28 Jan. 2017
Bearbeitet: Image Analyst am 28 Jan. 2017
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.

Antworten (0)

Kategorien

Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by