Visual Basic (Declaration) | |
---|---|
Public MustOverride Property FftLength As FftLength |
C# | |
---|---|
public abstract FftLength FftLength {get; set;} |
C++/CLI | |
---|---|
public: abstract property FftLength FftLength { FftLength get(); void set ( FftLength value); } |
Property Value
The default value is FftLength.Points128.A value of FftLength.Points64 means that the FFT length is 64, which is used for the 20 MHz signal bandwidth. A value of FftLength.Points128 means that the FFT length is 128, which is used for the 40 MHz signal bandwidth. A value of FftLength.Points256 means that the FFT length is 256, which is used for the 80 MHz signal bandwidth. A value of FftLength.Points512 means that the FFT Length is 512, which is used for the 160 MHz signal bandwidth.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)