RFmxSpecAnMXDpdApplyDpdCfrMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the method used to perform the crest factor reduction (CFR) when you set the DpdApplyDpdCfrEnabled method to True.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdApplyDpdCfrMethod
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. |