Main Content

visualize

Visualize idealized amplifier characteristics, S-parameter data, and filter response

Since R2024b

    Description

    visualize(idbbobj) plots the amplifier characteristics, S-parameter data, or the filter response of the idealized amplifier, S-parameter data, or RF filter specified in idbbobj.

    visualize(idbbobj,hfig) plots the amplifier characteristics, S-parameter data, or the filter response in the figure specified in hfig.

    Examples

    collapse all

    Model RF system using S-parameters from a two-port Touchstone file.

    rfspara = rf.Sparameter(DataSource="file",FileName='default.s2p');

    Visualize the S-parameter data.

    visualize(rfspara)

    Figure contains an axes object. The axes object with xlabel Frequency [Hz], ylabel S21 [Mag (dB)] contains an object of type line.

    Input Arguments

    collapse all

    Idealized amplifier, S-parameter data, or RF filter, specified as one of these System objects:

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

    Version History

    Introduced in R2024b