Changes default FFT frequency plotting range to plot to -60dB down from max.

这个提交包含在:
Craig Warren
2016-01-25 10:16:38 +00:00
父节点 0cd968bc7e
当前提交 03ca5508ce

查看文件

@@ -91,7 +91,7 @@ pltrangemin = 1
# To a certain drop from maximum power
pltrangemax = np.where((np.amax(Vincp[1::]) - Vincp[1::]) > 60)[0][0] + 1
# To a maximum frequency
pltrangemax = np.where(freqs > 2e9)[0][0]
#pltrangemax = np.where(freqs > 2e9)[0][0]
pltrange = np.s_[pltrangemin:pltrangemax]
# Print some useful values from s11, input impedance and admittance