FftWindowShapeFactor
- Updated2025-10-14
- 1 minute(s) read
Gets the shape factor of the window used in the fast Fourier transform (FFT). The window shape factor is defined as the ratio of the 60 dB to 6 dB bandwidths.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double FftWindowShapeFactor { get; }
Remarks
Returns a Double representing the shape factor of the window.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FftWindowShapeFactor property was accessed after the associated NIRfsa object was disposed. |