RFmxSpecAnMXIdpdResults Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to fetch and read the IDPD measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public class RFmxSpecAnMXIdpdResults : RFmxSpecAnMXSubObject
Methods
| Name | Description |
|---|---|
| FetchEqualizerCoefficients(string, double, ref ComplexWaveform< ComplexSingle >) | Fetches the trained equalizer coefficients. |
| FetchPredistortedWaveform(string, double, ref ComplexWaveform< ComplexSingle >, out double, out double, out double) | Fetches the predistorted waveform output after the IDPD measurement. |
| FetchProcessedMeanAcquiredWaveform(string, double, ref ComplexWaveform< ComplexSingle >) | Fetches the averaged acquired waveform, corrected for frequency, phase, and DC offsets, used to perform the IDPD measurement. |
| FetchProcessedReferenceWaveform(string, double, ref ComplexWaveform< ComplexSingle >) | Fetches the reference waveform used to perform the IDPD measurement. |
| GetEqualizerReferenceWaveform(string, ref ComplexWaveform< ComplexSingle >, out double) | Gets the equalizer reference waveform used to perform the IDPD measurement. |
| GetGain(string, out double) | Gets the gain of the device under test. This value is expressed in dB. |
| GetMeanRmsEvm(string, out double) | Gets the ratio of L2 norm of difference between the normalized reference and acquired waveforms, to the L2 norm of the normalized reference waveform. This value is expressed either as a percentage or in dB depending on the configured SetEvmUnit(string, RFmxSpecAnMXIdpdEvmUnit),. |