Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
The input array has a total of <code>2*numSamples</code> values;
the output array has a total of <code>numSamples</code> values.

@par In-place operation
The source and destination buffers may be identical. In this case, the
<code>numSamples</code> magnitude values overwrite the first <code>numSamples</code>
elements of the input buffer.

The underlying algorithm is used:

<pre>
Expand Down