From 03ca5508ce84027916c76a85a807a799bbad07dc Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 25 Jan 2016 10:16:38 +0000 Subject: [PATCH] Changes default FFT frequency plotting range to plot to -60dB down from max. --- tools/plot_antenna_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_antenna_params.py b/tools/plot_antenna_params.py index 4d9c9a96..a321d878 100644 --- a/tools/plot_antenna_params.py +++ b/tools/plot_antenna_params.py @@ -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