|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
局部网表:
* StatEye example circuit
.param BW=10n
.param trf = 'BW*0.01'
.param opfreq = '1/BW'
P1 nd_in1 0 port=1 LFSR (1 -1 0 'trf' 'trf''opfreq' 3 [7, 3, 2, 1])
P2 nd_pin2 0 port=2
.stateye T='BW' trf='0.1*BW' incident_port=1 probe_port=2
运行结果提示:
Transient initialization complete. Starting statEye analysis.
Warning: [STAT_EYE] port 1 to port 2 signal propagation below the voltage tolerance, 1e-006
Error: [STAT_EYE error] pulse response acquisition failed. check the pulse response in tr0 file |
|