我使用mwavepy网络以这种方式读取试金石参数:
import mwavepy as mv
sp = mv.Network("test_ac_sweep.s20p")
sp.f[0:4]
array([4.99999999e+03, 1.66671500e+08, 3.33337999e+08, 5.00004499e+08])
报告的扫描是线性的,而实际扫描是对数的,看起来像这样(31个值中的前4个值): 4999.99998737621,7924.46594229821,12559.43212583838,19905.35847741867
this is a link to the touchstone file in mediafire
请告知。
谢谢, 阿维海