Home | History | Annotate | Download | only in lib

Lines Matching full:spect

592     picoos_int32 *spect, *ang;
601 spect = sig_inObj->wcep_pI; /* spect_p;*/
602 /* current spect scale : times PICODSP_FIX_SCALE1 */
681 * - spect (FFT size, real)
695 picoos_int32 *spect, *ang, *ctbl;
702 spect = sig_inObj->wcep_pI; /*spect_p*/
703 /* current spect scale : times PICODSP_FIX_SCALE1 */
705 /* current spect scale : PICODSP_M_PI = PICODSP_FIX_SCALE2 */
717 spect[0] = spect[1] = 0;
718 spect[2] /= PICODSP_ENVSPEC_K2;
720 spect[0] = 0;
725 /*Envelope becomes a complex exponential : F=exp(.5*spect + j*angh);*/
728 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
739 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
750 fExp = (picoos_int32) EXP((double)spect[nI]*mult);