FourierNormalization Enumeration |
Namespace: Meta.Numerics.SignalProcessing
Member name | Value | Description | |
---|---|---|---|
None | 0 | The series is not normalized. | |
Unitary | 1 | The series is multiplied by 1/N1/2. | |
Inverse | 2 | The series is multiplied by 1/N. |
The most common convention in signal processing applications is None.