Add the drive response documentation page.

This commit is contained in:
David Given
2021-01-10 12:15:37 +01:00
parent 035dd1fad1
commit 75f557cb18
8 changed files with 88 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ plt.imshow(scaledfreq, extent=[0, 512/TICKS_PER_US, labels[0], labels[-1]], cmap
plt.colorbar()
plt.ylabel("Interval period (us)")
plt.xlabel("Response (us)")
plt.grid(True, dashes=(2, 2))
plt.show()
plt.show()