1.2.1 Module description

Complex Math Functions for dspic33-cmsis-dsp Library.

This group of functions provides the APIs for complex mathematical operations in the dspic33-cmsis-dsp Library.

This group contains functions for single-precision floating-point and Q31 fixed-point data types, supporting functionalities that operate on complex-valued vectors.

The data in the complex arrays is stored in an interleaved fashion (real, imag, real, imag, ...).

The numSamples parameter refers to the number of complex samples. Therefore, the input array contains 2 * numSamples float32_t values.