Sets the backward FFT scale factor to 1/SignalLength. 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.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void SetScaleFactorByLength()
Visual Basic (Declaration)
Public Sub SetScaleFactorByLength
Visual C++
public:
void SetScaleFactorByLength()

Return Value

See Also