Convert Reflection Coefficients into Prediction Coefficients.

Convert reflection coefficients into linear prediction coefficients using Levinson recursion.
884 Downloads
Updated 3 Apr 2009

View License

A = rc2lpc(K):

K is vector of reflection coefficients: K = [k1, k2, ..., kp].

A is vector of linear prediction coefficients: A = [1, a_p(1), a_p(2),..., a_p(p)]

If the second input argument is passed, i.e.,
A = rc2lpc(K,'matrix'),
then A is the matrix:
[1, 0, 0, 0,..............,0;
1, a_1(1),0,0.........,0;
1, a_2(1), a_2(2),....0;
.
.
.
1,a_p(1),a_p(2),...,a_p(p)]

Cite As

Nabin S Sharma (2024). Convert Reflection Coefficients into Prediction Coefficients. (https://www.mathworks.com/matlabcentral/fileexchange/23547-convert-reflection-coefficients-into-prediction-coefficients), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0