Convert Reflection Coefficients into Prediction Coefficients.
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 (2023). 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
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Signal Modeling >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |