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