You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). Convert Reflection Coefficients into Prediction Coefficients. (https://www.mathworks.com/matlabcentral/fileexchange/23547-convert-reflection-coefficients-into-prediction-coefficients), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.5 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
