Skip to content

Commit

Permalink
Merge pull request #9 from analogdevicesinc/tfcollins/remove-old-python
Browse files Browse the repository at this point in the history
Cleanup old python code
  • Loading branch information
tfcollins authored Jul 25, 2022
2 parents 05716f2 + 997b7cd commit 7eaf3f6
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 7eaf3f6

Please sign in to comment.