RFmxSpecAnMXDpdPreDpdCfrWindowType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the window type to be used when you set the DpdPreDpdCfrEnabled method to True and the DpdPreDpdCfrMethod method to PeakWindowing.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdPreDpdCfrWindowType
Members
| Name | Value | Description |
|---|---|---|
| FlatTop | 1 | Uses the flat top window function to scale peaks. |
| Hanning | 2 | Uses the Hanning window function to scale peaks. |
| Hamming | 3 | Uses the Hamming window function to scale peaks. |
| Gaussian | 4 | Uses the Gaussian window function to scale peaks. |
| Blackman | 5 | Uses the Blackman window function to scale peaks. |
| BlackmanHarris | 6 | Uses the Blackman-Harris window function to scale peaks. |
| KaiserBessel | 7 | Uses the Kaiser-Bessel window function to scale peaks. |