/****************************************************************** * * IRC2PC Version 48 * ****************************************************************** * * Convert Reflection Coefficients to Predictor Coeficients * * Inputs: * RC - Reflection coefficients * ORDER - Number of RC's * GPRIME - Excitation modification gain * Outputs: * PC - Predictor coefficients * *G2PASS - Excitation modification sharpening factor */ #include "lpcdefs.h" #include void irc2pc(float rc[MAXORD][11], float pc[], float gprime, float *g2pass, int where) { int i,j; float temp[MAXORD]; *g2pass = 1.; for(i=0;i