Skip to content

Commit 95b2a0c

Browse files
committed
- Added comment to inform user how to install the required RtlSdr package.
1 parent 0803214 commit 95b2a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/visualize_psd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
PARENT_DIR = os.path.dirname(CURRENT_DIR)
1111
sys.path.insert(0, PARENT_DIR)
1212

13+
# Install rtlsdr package from pyrtlsdr
1314
from rtlsdr import RtlSdr
1415
import matplotlib.pyplot as plt
1516
import numpy as np

0 commit comments

Comments
 (0)