Go to the source code of this file.
◆ irc2pc_()
Definition at line 82 of file irc2pc.c.
   84{
   85    
   87 
   88    
   90 
   91    
   94 
   95
   96
   97
   98
   99
  100
  101
  102
  103
  104
  105
  106
  107
  108
  109
  110
  111
  112
  113
  114 
  115
  116
  117
  118 
  119
  120
  121 
  122
  123
  124
  125    
  126    --pc;
  127    --rc;
  128 
  129    
  130    *g2pass = 1.f;
  132    for (i__ = 1; i__ <= i__1; ++i__) {
  133    *g2pass *= 1.f - rc[i__] * rc[i__];
  134    }
  135    *g2pass = *gprime * (
real)sqrt(*g2pass);
 
  136    pc[1] = rc[1];
  138    for (i__ = 2; i__ <= i__1; ++i__) {
  139    i__2 = i__ - 1;
  140    for (j = 1; j <= i__2; ++j) {
  141        temp[j - 1] = pc[j] - rc[i__] * pc[i__ - j];
  142    }
  143    i__2 = i__ - 1;
  144    for (j = 1; j <= i__2; ++j) {
  145        pc[j] = temp[j - 1];
  146    }
  147    pc[i__] = rc[i__];
  148    }
  149    return 0;
  150} 
References order.
Referenced by synths_().