zpar.flw
来自「An analysis tool for both continuous- an」· FLW 代码 · 共 19 行
FLW
19 行
*circuit defined as 2-port z-parameters
*is terminated by impedances ZS and ZL.
*Vin is the voltage of the source.
*v2 is the output voltage of 2-port.
vin i1 1/(ZS+z11)
i1 i2 -z21/(z22+ZL)
i2 i1 -z12/(ZS+z11)
i2 v2 -ZL
.pre syms z21 z11 z12 z22 ZS ZL
*finding transfer function from vin to v2
*i.e v2/Vin
.tf vin v2
*also, find transfer functin from 2-port's
*input voltage to v2.
.post ZS=0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?