Updated plot names and tweaked alpha function.
This commit is contained in:
parent
669b144747
commit
ea8a3fb4c0
4 changed files with 24 additions and 20 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue