|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Z Transform Function CallZ transform functions are used for E-elements (controlled behavioral sources), which is similar to the Laplace form function (see Laplace Transform for more details).
H(z) denotes the frequency response, where z is a complex frequency variable. Its value is: file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.09.png
where, file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.10.png and file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.11.png
MAXF denotes the Nyquist critical frequency.
Z Transform SyntaxVoltage Gain H(z):
Exxx n+ n- ZTRANS in+ in- k0, k1, ..., kn
+ / d0, d1, ..., dm
+ [MAXF=val][SCALE=] [TC1=val] [TC2=val]
H(z) is a rational function, in the following form:
file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.12.png
You can use parameters to define the values of all coefficients
file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.13.png
Example:
Ehigh_pass out 0 ZTRANS in 0 -0.0082 -0.1793
+ 0.6579 -0.1793 -0.0082 / 1
The Ehigh_pass element statement describes a fourth-order highpass filter, with the transfer function:
file:///C:/synopsys/Hspice_P-2019.06-SP1-1/docs_help/hspice7/images/hs_behmod_cntrlsrcs.5.3.14.png
————————————————————————————来自于hspice2019 使用手册
|
|