rfdata.network
Store frequency-dependent network parameters
Description
Use the network
class to store frequency-dependent S-, Y-,
Z-, ABCD-, H-, G-, or T-parameters for a circuit object.
Note
sparameters
, yparameters
, zparameters
, gparameters
, hparameters
, abcdparameters
, and tparameters
are recommend over rfdata.network
because these objects enable you to calculate S-parameters, Y-parameters,
Z-parameters, G-parameters, h-parameters, hybrid g-parameters, ABCD-parameters, and
T-parameters for RF data, network, circuit, objects. (since R2023b)
Creation
Description
h = rfdata.network
returns a data object for the
frequency-dependent network parameters h
, whose
properties all have their default values.
h = rfdata.network('Type',value1,'Freq',value2,
Data',value3, 'Z0',value4)
sets properties using one or more name-value pairs. You can specify multiple
name-value pairs. Enclose each property name in a quote
Properties
Examples
Version History
Introduced in R2009a