Skip to content
Snippets Groups Projects

Signal generation

Closed Carl Gwilliam requested to merge gwilliam/calypso:signal_generation into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -89,3 +89,4 @@ if __name__ == "__main__":
plt.hist(np.sqrt(xarr**2 + yarr**2))
plt.tight_layout()
plt.show()
Loading