Code covered by the BSD License  

Highlights from
Convert Reflection Coefficients into Prediction Coefficients.

Be the first to rate this file! 2 Downloads (last 30 days) File Size: 1.5 KB File ID: #23547

Convert Reflection Coefficients into Prediction Coefficients.

by Nabin S Sharma

 

03 Apr 2009

Convert reflection coefficients into linear prediction coefficients using Levinson recursion.

| Watch this File

File Information
Description

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)]

Required Products Signal Processing Toolbox
MATLAB release MATLAB 7.7 (R2008b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
signal processing Nabin S Sharma 06 Apr 2009 10:00:17
speech processing Nabin S Sharma 06 Apr 2009 10:00:17
linear prediction Nabin S Sharma 06 Apr 2009 10:00:17
levinsion recursion Nabin S Sharma 06 Apr 2009 10:00:17

Contact us at files@mathworks.com