FftWindowSize
- Updated2025-10-14
- 1 minute(s) read
Gets the size of the window used in the fast Fourier transform (FFT).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public int FftWindowSize { get; }
Remarks
Returns an Int32 representing the size of the window used in the fast Fourier transform (FFT).
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FftWindowSize property was accessed after the associated NIRfsa object was disposed. |