Adjusted plotting scales for FFTs.

这个提交包含在:
Craig Warren
2016-01-13 16:04:45 +00:00
父节点 8032851b9b
当前提交 bb8e4ac944
共有 2 个文件被更改,包括 5 次插入2 次删除

查看文件

@@ -83,9 +83,9 @@ s11 = 20 * np.log10(s11)
# Set plotting range
# To a certain drop from maximum power
#pltrange = np.where((np.amax(Vincp) - Vincp) > 30)[0][0] + 1
pltrange = np.where((np.amax(Vincp[1::]) - Vincp[1::]) > 60)[0][0] + 1
# To a maximum frequency
pltrange = np.where(freqs > 2e9)[0][0]
#pltrange = np.where(freqs > 2e9)[0][0]
pltrange = np.s_[1:pltrange]
# Figure 1