Ham Cockpit   

    Show / Hide Table of Contents

    Enum Sideband

    The sideband of the signal.

    Namespace: VE3NEA.HamCockpit.PluginAPI
    Assembly: VE3NEA.HamCockpit.PluginAPI.dll
    Syntax
    public enum Sideband
    Remarks

    The signal is Upper sideband if higher frequencies in the sampled data correspond to higher RF frequencies. Examples of the Upper sideband signals are the audio demodulated in the USB mode, and I/Q (quadrature) signals. Examples of the Lower sideband are the audio demodulated in the LSB mode, and I/Q signals with the I and Q channels swapped. If there is no direct correspondence between the frequencies in the sampled data and RF frequencies, as in the demodulated FM signals, the signal sideband is None.

    Fields

    Name Description
    Lower

    The lower sideband.

    None

    The notion of sideband is not applicable.

    Upper

    The upper sideband.

    • View Source
    Back to top Generated by DocFX