We use cookies on this website to distinguish you from other users.
We use this data to improve our content experience and for targeted advertising.
By continuing to use this website you consent to our use of cookies.
For more information, please see our
Cookie Policy.
Function calculate_magnitude¶
Defined in File spectral.h
Function Documentation¶
-
void calculate_magnitude(fftwf_complex *complex_signal, float *magnitude, int length)¶
Calculate the magnitude of complex signals.
- Parameters:
complex_signal – Pointer to the complex signal.
magnitude – Pointer to store the magnitude values.
length – Length of the signal.