Skip to content

Commit

Permalink
Cleanup old python code
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jul 25, 2022
1 parent 05716f2 commit 997b7cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 154 deletions.
152 changes: 0 additions & 152 deletions adi.py

This file was deleted.

3 changes: 1 addition & 2 deletions example_pluto.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adi
import adi # pip install pyadi-iio
import matplotlib.pyplot as plt
import numpy as np

Expand All @@ -14,7 +14,6 @@

# Collect data
sig = sdr.rx()
sig = sdr.rx()
plt.plot(np.real(sig))
plt.plot(np.imag(sig))
plt.xlabel("Samples")
Expand Down

0 comments on commit 997b7cd

Please sign in to comment.