1.4.2.16 mchp_fir_interpolate_f32()
void mchp_fir_interpolate_f32 (const mchp_fir_interpolate_instance_f32 * S, const float32_t * pSrc, float32_t * pDst, uint32_t blockSize)
Processing function for the single-precision floating-point FIR interpolator.
| in | S |
Points to an instance of the single-precision floating-point FIR interpolator structure |
| in | pSrc |
Points to the block of input data |
| out | pDst |
Points to the block of output data |
| in | blockSize |
Number of input samples to process |
