フィルターのクリア

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

1 回表示 (過去 30 日間)
saf asalah
saf asalah 2017 年 1 月 28 日
編集済み: Image Analyst 2017 年 1 月 28 日
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 Center および File ExchangeAudio Processing Algorithm Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by