Vitaly Badeev / Mbed 2 deprecated Radar1

Dependencies:   FT800_2 mbed Encoder

Embed: (wiki syntax)

« Back to documentation index

Complex Math Functions

Complex Math Functions

This set of functions operates on complex data vectors. More...

Modules

 Complex Magnitude
 

Computes the magnitude of the elements of a complex data vector.



Detailed Description

This set of functions operates on complex data vectors.

The data in the complex arrays is stored in an interleaved fashion (real, imag, real, imag, ...). In the API functions, the number of samples in a complex array refers to the number of complex values; the array contains twice this number of real values.