Switched to time spectrum
This commit is contained in:
parent
113dfc05cc
commit
339413501c
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ fig.tight_layout()
|
||||||
|
|
||||||
fig_r, ax_r = plt.subplots()
|
fig_r, ax_r = plt.subplots()
|
||||||
|
|
||||||
ax_r.plot(phi_eta[0], R)
|
ax_r.plot(1/phi_eta[0], R)
|
||||||
ax_r.autoscale(axis="x", tight=True)
|
ax_r.autoscale(axis="x", tight=True)
|
||||||
ax_r.set(ylim=(0, 1), xlabel="f (Hz)", ylabel="R")
|
ax_r.set(ylim=(0, 1), xlabel="t (s)", ylabel="R")
|
||||||
ax_r.grid()
|
ax_r.grid()
|
||||||
|
|
||||||
fig_x, ax_x = plt.subplots()
|
fig_x, ax_x = plt.subplots()
|
||||||
|
|
Reference in a new issue