Updated plotting to provide equal spacing of frequency steps.

This commit is contained in:
Luke 2018-07-18 17:04:35 -07:00
parent fe6d3436e9
commit 17d08cfaed
2 changed files with 63 additions and 19 deletions

View file

@ -6,11 +6,11 @@ import numpy as np
#####
f0 = 28
bw0 = 6.5 # assumed tuning range (GHz)
bw_plt = 2 # Plotting range (GHz)
bw_plt = 3 # Plotting range (GHz)
fbw = bw0/f0 # fractional bandwidth
frequency_sweep_steps = 101
gamma_sweep_steps = 15
gamma_sweep_steps = 16
gamma = 1 - np.power(f0 / (f0 + bw0/2),2)
gamma_limit_ratio = 0.99 # how close gamma can get to theoretical extreme