RFmxSpecAnMXDpdPreDpdCfrMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the method used to perform crest factor reduction (CFR) when you set the DpdPreDpdCfrEnabled method to True. Refer to DPD concept topic for more information about CFR methods.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdPreDpdCfrMethod
Members
| Name | Value | Description |
|---|---|---|
| Clipping | 0 | Hard clips the signal such that the target PAPR is achieved. |
| PeakWindowing | 1 | Scales the peaks in the signal using weighted window function to get smooth peaks and achieve the target PAPR. |
| Sigmoid | 2 | Scales the peaks using modified sigmoid transfer function to get smooth peaks and achieve the target PAPR. This method does not support the filter operation. |