rfchain
Create rfchain
object
Description
Use the rfchain
object to create an RF circuit cascade
analysis object to calculate gain, noise figure, OIP3 ( output third-order intercept),
and IIP3 (input third order intercept).
Creation
Syntax
Description
rfobj = rfchain()
creates an RF chain object
obj
having zero stages. To add stages to the RF
chain, use addstage
method.
obj = rfchain(g,
nf, o3, 'Name', nm)
creates an RF
chain object obj
having N
stages. The
gain g
, noise figure nf
and the OIP3
o3
are vectors of length N
. The
name nm
is a cell array of length N
.
obj = rfchain(g,
nf, 'IIP3', i3, 'Name', nm)
creates
an RF chain object having N
stages, specifying an IIP3
for each stage, instead of an OIP3.
Properties
Examples
Version History
Introduced in R2013b