vDSP_desampD
Performs double-precision FIR filtering with decimation and antialiasing.
Declaration
extern void vDSP_desampD(const double *__A, vDSP_Stride __DF, const double *__F, double *__C, vDSP_Length __N, vDSP_Length __P);Mentioned in
Discussion
This is the same as vDSP_desamp, except for the types of the A, F, and C parameters.