rfdata.data
Store result of circuit object analysis
Description
Use the data
class to store S-parameters, noise figure in
decibels, and frequency-dependent, third-order output (OIP3) intercept
points.
There are three ways to create an rfdata.data
object:
You can construct it by specifying its properties from workspace data using the
rfdata.data
constructor.You can create it from file data using the
read
method.You can perform frequency domain analysis of a circuit object using the
analyze
method, and RF Toolbox™ software stores the results in anrfdata.data
object.
Note
sparameters
is recommend over rfdata.data
because
it enables you to calculate S-parameters for a circuit object, a matching network
object, an RF data, and a network. (since R2023b)
Creation
Description
h = rfdata.data
returns a data object whose properties
all have their default values.
h = rfdata.data('Property1',value1,'Property2',value2,...)
sets properties using one or more name-value pairs. You can specify multiple
name-value pairs. Enclose each property name in a quote
Properties
Object Functions
analyze | Analyze RFCKT object in frequency domain |
calculate | Calculate specified parameters for rfckt objects or rfdata objects |
circle | Draw circles on Smith Chart |
extract | Extract specified network parameters from rfckt object or data object |
listformat | List valid formats for specified circuit object parameter |
listparam | List valid parameters for specified circuit object |
loglog | Plot specified circuit object parameters using log-log scale |
plot | Plot circuit object parameters on X-Y plane |
plotyy | Plot parameters of RF circuit or RF data on xy-plane with two Y-axes |
getop | Display operating conditions |
polar | Plot specified object parameters on polar coordinates |
semilogx | Plot RF circuit object parameters using log scale for x-axis |
semilogy | Plot RF circuit object parameters using log scale for y-axis |
smith | Plot circuit object parameters on Smith Chart |
write | Write RF data from circuit or data object to file |
getz0 | Calculate characteristic impedance of RFCKT transmission line object |
read | Read RF data from file to new or existing circuit or data object |
restore | Restore data to original frequencies |
getop | Display operating conditions |
groupdelay | Group delay of S-parameter object or RF filter object or RF Toolbox circuit object |
Examples
Version History
Introduced in R2009a
See Also
rfdata.mixerspur
| rfdata.network
| rfdata.nf
| rfdata.noise
| rfdata.power