필터 지우기
필터 지우기

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

조회 수: 2 (최근 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 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