Updated plot names and tweaked alpha function.

This commit is contained in:
Luke 2018-07-24 18:06:24 -07:00
parent 669b144747
commit ea8a3fb4c0
4 changed files with 24 additions and 20 deletions

View file

@ -179,9 +179,9 @@ if 1 in plot_list or 11 in plot_list:
ax1[0].plot(f.hz,dB20(tf))
ax1[1].plot(f.hz,ang_unwrap(tf))
ax1[0].set_title('TF Gain')
ax1[0].set_title('Stage Gain Response')
ax1[0].set_ylabel('Gain (dB)')
ax1[1].set_title('TF Phase')
ax1[1].set_title('Stage Phase Response')
ax1[1].set_ylabel('Phase (deg)')
for axT in ax1: