root/doc/html/group__lpc.html @ 353

Revision 353, 18.7 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: LPC-related Functions</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
56      <li><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59</div>
60<div class="contents">
61<h1>LPC-related Functions<br>
62<small>
63[<a class="el" href="group__srccode.html">Source Coding Module</a>]</small>
64</h1><table border="0" cellpadding="0" cellspacing="0">
65<tr><td></td></tr>
66<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
67<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g910710dbcba62fc369d5d38432472ef4"></a><!-- doxytag: member="lpc::chirp" ref="g910710dbcba62fc369d5d38432472ef4" args="(const vec &amp;a, double factor)" -->
68<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g910710dbcba62fc369d5d38432472ef4">itpp::chirp</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;a, double factor)</td></tr>
69
70<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns a chirped version of the input vector. <br></td></tr>
71<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g99dfb8d6ebc19093f157089e65707911"></a><!-- doxytag: member="lpc::sd" ref="g99dfb8d6ebc19093f157089e65707911" args="(const vec &amp;In1, const vec &amp;In2)" -->
72double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g99dfb8d6ebc19093f157089e65707911">itpp::sd</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;In1, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;In2)</td></tr>
73
74<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Spectral distortion between two vectors, in dB. <br></td></tr>
75<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g093af26787d37630cd33fe28499be6a5"></a><!-- doxytag: member="lpc::sd" ref="g093af26787d37630cd33fe28499be6a5" args="(const vec &amp;In1, const vec &amp;In2, double highestfreq)" -->
76double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g093af26787d37630cd33fe28499be6a5">itpp::sd</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;In1, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;In2, double highestfreq)</td></tr>
77
78<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Spectral distortion between two vectors, in dB, up to highest frequency highestfreq. <br></td></tr>
79<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5d4c25ec9fc806fef76234ae22b245a3"></a><!-- doxytag: member="lpc::lerouxguegenrc" ref="g5d4c25ec9fc806fef76234ae22b245a3" args="(const vec &amp;R, int order)" -->
80<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g5d4c25ec9fc806fef76234ae22b245a3">itpp::lerouxguegenrc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;R, int order)</td></tr>
81
82<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Computes reflection coefficients from autocorrelation, using the Le-Roux-Guegen algorithm. <br></td></tr>
83<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5126f657fd6d48ae69d95eb3644405c"></a><!-- doxytag: member="lpc::levinson" ref="gb5126f657fd6d48ae69d95eb3644405c" args="(const vec &amp;R2, int order)" -->
84<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gb5126f657fd6d48ae69d95eb3644405c">itpp::levinson</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;R2, int order)</td></tr>
85
86<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Levinson - Levinson-Durbin recursion. <br></td></tr>
87<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga24e9b9b779c34ce55177852822f34e3"></a><!-- doxytag: member="lpc::autocorr" ref="ga24e9b9b779c34ce55177852822f34e3" args="(const vec &amp;x, int order)" -->
88<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#ga24e9b9b779c34ce55177852822f34e3">itpp::autocorr</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;x, int order)</td></tr>
89
90<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Computes the autocorrelation function. <br></td></tr>
91<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9220c50ea37defac1c30b65809a15725"></a><!-- doxytag: member="lpc::lpc" ref="g9220c50ea37defac1c30b65809a15725" args="(const vec &amp;x, int order)" -->
92<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g9220c50ea37defac1c30b65809a15725">itpp::lpc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;x, int order)</td></tr>
93
94<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">lpc - Linear Predictive Coefficients using autocorrelation method. <br></td></tr>
95<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g85f17f0a5885b6429e9db147e1e75774"></a><!-- doxytag: member="lpc::schurrc" ref="g85f17f0a5885b6429e9db147e1e75774" args="(const vec &amp;R, int order)" -->
96<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g85f17f0a5885b6429e9db147e1e75774">itpp::schurrc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;R, int order)</td></tr>
97
98<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">schurrc - Schur algorithm. <br></td></tr>
99<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8f04e86c31ac01dc5db6d0759bffa1ef"></a><!-- doxytag: member="lpc::ac2rc" ref="g8f04e86c31ac01dc5db6d0759bffa1ef" args="(const vec &amp;ac)" -->
100<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g8f04e86c31ac01dc5db6d0759bffa1ef">itpp::ac2rc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;ac)</td></tr>
101
102<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ac2rc - Autocorrelation sequence to reflection coefficients conversion. <br></td></tr>
103<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gec039aa896e5c0100b6d65e7436a1b37"></a><!-- doxytag: member="lpc::ac2poly" ref="gec039aa896e5c0100b6d65e7436a1b37" args="(const vec &amp;ac)" -->
104<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gec039aa896e5c0100b6d65e7436a1b37">itpp::ac2poly</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;ac)</td></tr>
105
106<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ac2poly - Autocorrelation sequence to prediction polynomial conversion. <br></td></tr>
107<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8be84802bfe9d4cf034e1604e7d56c0b"></a><!-- doxytag: member="lpc::is2rc" ref="g8be84802bfe9d4cf034e1604e7d56c0b" args="(const vec &amp;is)" -->
108<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g8be84802bfe9d4cf034e1604e7d56c0b">itpp::is2rc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;is)</td></tr>
109
110<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">is2rc - Inverse sine parameters to reflection coefficients conversion. <br></td></tr>
111<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc038e7378bbd7b1a5692a2f5030ecf1d"></a><!-- doxytag: member="lpc::lar2rc" ref="gc038e7378bbd7b1a5692a2f5030ecf1d" args="(const vec &amp;lar)" -->
112<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gc038e7378bbd7b1a5692a2f5030ecf1d">itpp::lar2rc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;lar)</td></tr>
113
114<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">lar2rc - Log area ratios to reflection coefficients conversion. <br></td></tr>
115<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g976e9d53e97c2ca6d419405043f797dd"></a><!-- doxytag: member="lpc::lsf2poly" ref="g976e9d53e97c2ca6d419405043f797dd" args="(const vec &amp;lsf)" -->
116<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g976e9d53e97c2ca6d419405043f797dd">itpp::lsf2poly</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;lsf)</td></tr>
117
118<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">lsf2poly - Line spectral frequencies to prediction polynomial conversion. <br></td></tr>
119<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g93b987bcf4c0ff6234e66dee1084005e"></a><!-- doxytag: member="lpc::poly2ac" ref="g93b987bcf4c0ff6234e66dee1084005e" args="(const vec &amp;poly)" -->
120<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g93b987bcf4c0ff6234e66dee1084005e">itpp::poly2ac</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;poly)</td></tr>
121
122<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">poly2ac - Prediction polynomial to autocorrelation sequence conversion. <br></td></tr>
123<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1599b81d47e2940cc31bbcb7a9464fbd"></a><!-- doxytag: member="lpc::poly2lsf" ref="g1599b81d47e2940cc31bbcb7a9464fbd" args="(const vec &amp;poly)" -->
124<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g1599b81d47e2940cc31bbcb7a9464fbd">itpp::poly2lsf</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;poly)</td></tr>
125
126<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">poly2lsf - Prediction polynomial to line spectral frequencies conversion. <br></td></tr>
127<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21878ace7f58177550b2aa18ab2b2df8"></a><!-- doxytag: member="lpc::poly2rc" ref="g21878ace7f58177550b2aa18ab2b2df8" args="(const vec &amp;poly)" -->
128<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g21878ace7f58177550b2aa18ab2b2df8">itpp::poly2rc</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;poly)</td></tr>
129
130<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">poly2rc - Prediction polynomial to reflection coefficients conversion. <br></td></tr>
131<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga3405c533159b75743c0244008212a2b"></a><!-- doxytag: member="lpc::poly2cepstrum" ref="ga3405c533159b75743c0244008212a2b" args="(const vec &amp;a)" -->
132<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#ga3405c533159b75743c0244008212a2b">itpp::poly2cepstrum</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;a)</td></tr>
133
134<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">poly2cepstrum - Prediction polynomial to cepstrum conversion. <br></td></tr>
135<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6d161cf15e75d589d83b76313a0f7298"></a><!-- doxytag: member="lpc::poly2cepstrum" ref="g6d161cf15e75d589d83b76313a0f7298" args="(const vec &amp;a, int num)" -->
136<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g6d161cf15e75d589d83b76313a0f7298">itpp::poly2cepstrum</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;a, int num)</td></tr>
137
138<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">poly2cepstrum - Prediction polynomial to cepstrum conversion, to the specified order. <br></td></tr>
139<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf3c9df0a6762c09a9e5d99d0edc25db8"></a><!-- doxytag: member="lpc::cepstrum2poly" ref="gf3c9df0a6762c09a9e5d99d0edc25db8" args="(const vec &amp;c)" -->
140<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gf3c9df0a6762c09a9e5d99d0edc25db8">itpp::cepstrum2poly</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;c)</td></tr>
141
142<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">cepstrum2poly - Cepstrum to prediction polynomial conversion. <br></td></tr>
143<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd66680e00f70e2825fc58975a72de6ce"></a><!-- doxytag: member="lpc::rc2ac" ref="gd66680e00f70e2825fc58975a72de6ce" args="(const vec &amp;rc)" -->
144<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gd66680e00f70e2825fc58975a72de6ce">itpp::rc2ac</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;rc)</td></tr>
145
146<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">rc2ac - Reflection coefficients to autocorrelation sequence conversion. <br></td></tr>
147<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g45d64f5f24c1560930cdc203b6e77560"></a><!-- doxytag: member="lpc::rc2is" ref="g45d64f5f24c1560930cdc203b6e77560" args="(const vec &amp;rc)" -->
148<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#g45d64f5f24c1560930cdc203b6e77560">itpp::rc2is</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;rc)</td></tr>
149
150<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">rc2is - Reflection coefficients to inverse sine parameters conversion. <br></td></tr>
151<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf15334d67a542932703212c5240b850f"></a><!-- doxytag: member="lpc::rc2lar" ref="gf15334d67a542932703212c5240b850f" args="(const vec &amp;rc)" -->
152<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gf15334d67a542932703212c5240b850f">itpp::rc2lar</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;rc)</td></tr>
153
154<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">rc2lar - Reflection coefficients to log area ratios conversion. <br></td></tr>
155<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcb4739cd98af8363816a60d8a954fe30"></a><!-- doxytag: member="lpc::rc2poly" ref="gcb4739cd98af8363816a60d8a954fe30" args="(const vec &amp;rc)" -->
156<a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__lpc.html#gcb4739cd98af8363816a60d8a954fe30">itpp::rc2poly</a> (const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;rc)</td></tr>
157
158<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">rc2poly - Reflection coefficients to prediction polynomial conversion. <br></td></tr>
159</table>
160</div>
161<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by&nbsp;
162<a href="http://www.doxygen.org/index.html">
163<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
164</body>
165</html>
Note: See TracBrowser for help on using the browser.