Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsFrequencyMirrored As Boolean |
C# | |
---|---|
public abstract bool IsFrequencyMirrored {get; set;} |
Property Value
The default value is false.If the baseband signal modulation produces a conjugated signal, the frequencies in that signal are mirrored (inverted). This property can be used to compensate for the frequency mirroring. Only demodulation results are affected by this property, so results like the (pre-demodulation) time and spectrum traces are not changed.
If the signal has frequency mirroring due to an RF up- or down-converter, it is often better to use the non-demodulation-specific Frequency.IsMirrored property instead. That way, pre-demodulation results are also compensated for frequency mirroring.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)