rfckt.lcbandstoptee
Bandstop tee filter
Description
Use the lcbandstoptee
class to represent a bandstop tee
filter as a network of inductors and capacitor.
The LC bandstop tee network object is a 2-port network as shown in the following circuit diagram.
In the diagram, [L1, L2,
L3, L4, ...] is the value of the
'L'
object property, and [C1,
C2, C3,
C4, ...] is the value of the 'C'
object
property.
Creation
Description
h = rfckt.lcbandstoptee
returns an LC bandstop tee
network object whose properties all have their default values.
h = rfckt.lcbandstoptee('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 X-Y 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
References
[1] Ludwig, R. and P. Bretchko, RF Circuit Design: Theory and Applications, Prentice-Hall, 2000.
[2] Zverev, A.I., Handbook of Filter Synthesis, John Wiley & Sons, 1967.
Version History
Introduced before R2006a