Main Content

visualizePower

Plot power characteristics of idealized mixer

Since R2024b

    Description

    visualizePower(idbbobj) plots the power characteristics of an idealized mixer idbbobj.

    visualizePower(idbbobj,hfig) plots the power characteristics of an idealized mixer in the figure specified in hfig.

    Examples

    collapse all

    Create an RF mixer with nonlinearities.

    rfmix = rf.Mixer('Nonlinearity','IPsat','IPsat',30);

    Visualize the power characteristics of the RF mixer.

    visualizePower(rfmix)

    Figure rfmix contains an axes object. The axes object with title Cubic Polynomial, xlabel P_i_n (dBm), ylabel P_o_u_t (dBm) contains 17 objects of type line, text. These objects represent Amplifier, Linear Gain, 3rd Harmonic.

    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