Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/fir@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void LinearizePhase(double *Hk, double *hkReal, double *hkImag, unsigned N);
|
||||
extern void FIRCalcFilterCoeffs(double *Hk, double *hkReal, double *hkImag, unsigned N);
|
||||
extern void FIR(double *pReal, double *pImag, double *pHreal, double *pHimag, unsigned N);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user