Contenido principal

RF Part Catalog

Select amplifier from third-party component database

Since R2026a

Description

Use the RF Part Catalog tool to select Analog Devices (ADI) amplifiers. You must install the third-party database before using the tool. Once you select the amplifier, the tool returns an amplifier object with the component data.

You can analyze the amplifier using various techniques, such as computing its S-parameters using the sparameters object, plotting its power characteristics using the rfplot function, and so on.

Note

Install the third-party database containing Analog Devices™ amplifiers with the installRFParts() command.

RF Part Catalog with the Apply button and part ADL5240AMP selected

Open the RF Part Catalog

  • MATLAB® command prompt: Enter rfPartCatalog(Type="amplifier").

Examples

expand all

Install the third-party component database using the installRFParts function.

installRFParts()

Open the RF Parts Catalog tool.

rfPartCatalog(Type='amplifier')

Select the amplifier component. For this example, select ADL5523_5V is selected.

Select the Export to Workspace button. Enter the variable name. This example uses the default variable name, ADIamp. Then, select OK. The amplifier object with ADL5523_5V data is created and exported to the workspace

Compute the S-parameters of this amplifier object and then plot its characteristics.

spar = sparameters(ADIamp,linspace(30e6,9e9,101));
rfplot(spar);

Parameters

expand all

Click the Default Layout button to restore the app to its default view. In this view, the Part Selection Table, Part Specification, and Part Parameter are arranged in an orderly layout.

Click the Export to Workspace button to export an amplifier object from the selected third-party component data to MATLAB workspace.

Dependencies

Click the Export to Workspace button after selecting one of the third-party amplifiers from the Part Selection Table.

Programmatic Use

rfPartCatalog(Type="amplifier") opens the RF Part Catalog tool to select Analog Devices (ADI) amplifier components from the installed database.

Version History

Introduced in R2026a