Alias: null
Common Name: Magnitude
Class: org. imirsel. m2k. math. Magnitude

Overview: This module computes the magnitude of a complex input signal.

Detailed Description: Computes the magnitude, M, of a complex signal, i.e. M = sqrt(real^2 + imaginary^2).

Data Handling: The input data is not modified.


Inputs:
Real
[D
The real portion of the complex input signal. (Double array).

Imaginary
[D
The imaginary portion of the complex input signal. (Double array).


Outputs:
Magnitude
[D
The magnitude of the complex input. (Double array).



Properties: