예제 #1
0
파일: Ipp.cs 프로젝트: mdblack98/HamCockpit
 public static extern IppStatus ippsFIRSRInit_32fc(Complex32 *pTaps, int tapsLen,
                                                   IppAlgType algType, IppsFIRSpec_32fc *pSpec);
예제 #2
0
파일: Ipp.cs 프로젝트: mdblack98/HamCockpit
 public static extern IppStatus ippsFIRSRInit_32f(float *pTaps, int tapsLen,
                                                  IppAlgType algType, IppsFIRSpec_32f *pSpec);