Main Content

visualizePhaseNoise

Plot phase noise characteristics of idealized mixer

Since R2024b

    Description

    visualizePhaseNoise(idbbobj) plots the phase noise characteristics of an idealized mixer idbbobj.

    example

    visualizePhaseNoise(idbbobj,hfig) plots the phase noise characteristics of an idealized mixer in the figure specified in hfig.

    Examples

    collapse all

    Create an RF mixer with phase noise.

    rfmix = rf.Mixer(IncludePhaseNoise=1,PhaseNoiseLevel=[-145, -150],...
        PhaseNoiseAutoResolution=0,PhaseNoiseFrequencyOffset=[1000 5000], PhaseNoiseNumSamples=8);

    Visualize the phase noise characteristics of the RF mixer.

    visualizePhaseNoise(rfmix)

    Figure rfmix contains an axes object. The axes object with title Phase Noise Magnitude Response, xlabel Frequency (Estimated Sample Rate=12500 Hz with Resolution=781.25 Hz), ylabel dBc/Hz contains 3 objects of type line. One or more of the lines displays its values using only markers These objects represent Filter Response, Design Specification, Phase Noise Specification.

    Input Arguments

    collapse all

    Idealized mixer, specified as an rf.Mixer System object™.

    Figure handle, specified as a matlab.ui.Figure.

    Version History

    Introduced in R2024b