  | FloatComplexBackward1DFFTSetScaleFactorByLength Method | 
            Sets the backward FFT scale factor to 1/SignalLength. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void SetScaleFactorByLength()
Public Sub SetScaleFactorByLength
public:
void SetScaleFactorByLength()
member SetScaleFactorByLength : unit -> unit 
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