Click or drag to resize

FloatComplexBackward2DFFTSetScaleFactorByLength Method

Sets the backward FFT scale factor to 1/Rows*Cols.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetScaleFactorByLength()

Return Value

Remarks
If the forward FFT scale factor is 1.0, using this backward scale factor will guarentee that backwardFFT(forwardFFT(signal)) = signal. MATLAB uses this scale factor by default.
See Also