Skip to content

Commit

Permalink
Importing numpy to the USRP class
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Sep 2, 2024
1 parent dfe33f4 commit 7ebacf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spacelab_transmitter/usrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import uhd
from scipy import signal
import numpy as np

class USRP:
"""
Expand Down
2 changes: 1 addition & 1 deletion spacelab_transmitter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright The SpaceLab-Transmitter Contributors"
__credits__ = ["Gabriel Mariano Marcelino, Vitória Beatriz Bianchin"]
__license__ = "GPLv3"
__version__ = "0.4.13"
__version__ = "0.4.14"
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA"
__email__ = "gabriel.mm8@gmail.com"
__status__ = "Development"

0 comments on commit 7ebacf0

Please sign in to comment.