Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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.

Respuestas (0)

Categorías

Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by