| Contents | Index |
Black Box Elements sublibrary of the Physical library
The General Passive Network block models the two-port passive network described by an RF Toolbox data (rfdata.data) object.
If network parameter data and their corresponding frequencies exist as S-parameters in the rfdata.data object, the General Passive Network block interpolates the S-parameters to determine their values at the modeling frequencies. If the block contains network Y- or Z-parameters, the block first converts them to S-parameters. See Mapping Network Parameters to Modeling Frequencies for more details.

Determines the source of the data that describes the passive device behavior. The data source must contain network parameters and may also include noise data, nonlinearity data, or both. The value can be Data file or RFDATA object.
If Data source is set to RFDATA object, use this field to specify an RF Toolbox data (rfdata.data) object. You can specify the object as (1) the handle of a data object previously created using RF Toolbox software, (2) an RF Toolbox command such as rfdata.data('Freq',1e9,'S_Parameters',[0 0; 0.5 0]), which creates a data object, or (3) a MATLAB expression that generates such an object. See the RF Toolbox documentation for more information about data objects.
If Data source is set to Data file, use this field to specify the name of the file that contains the amplifier data. The file name must include the extension. If the file is not in your MATLAB path, specify the full path to the file or click the Browse button to find the file.
The method used to interpolate the network parameters. The following table lists the available methods describes each one.
| Method | Description |
|---|---|
| Linear (default) | Linear interpolation |
| Spline | Cubic spline interpolation |
| Cubic | Piecewise cubic Hermite interpolation |

For information about plotting circuit parameters, see Plotting Model Data.
This example creates a two-port passive network from the data in the file passive.s2p. The file contains S-parameters for frequencies from about 0.315 MHz to 6.0 GHz. The General Passive Network block uses linear interpolation to model the network described in the object.
On the Main tab, accept the default settings.

On the Visualization tab, set the parameters as follows:
In the Plot type list, select Z Smith chart.

Click Plot. This action creates a Z Smith chart of the S11 parameters, using the frequencies taken from the RFDATA object parameter on the Main tab.

General Circuit Element, Output Port, S-Parameters Passive Network, Y-Parameters Passive Network, Z-Parameters Passive Network
rfdata.data (RF Toolbox)
interp1 (MATLAB)

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |