SDR Helper
Project description
sdr_helper
Software Defined Radio Streaming to rtlsdr_helper
with Interface to pyaudio_helper
A recent push to the master branch now allows real-time SDR streaming from the RTL-SDR to pyaudio_helper
.
This capability is made possible via the new asynch
and await
capabilities of Python 3.7. For the details as to how this works you have to dig into the details found in the module rtlsdr_helper.py
and the examples found in the notebook rtlsdr_helper_streaming_sample.ipynb
.
This is just the beginning of making a complete SDR receiver possible in a Jupyter notebook. Not only is the receiver a reality, the algorithms that implement the receiver, in Python, can easily be coded by the user.
To help develop demodulator algorithms a streaming code block interface standard, of sorts, is being developed this summer. The idea is to provide examples of how to write a simple Python class that will manage states in the DSP code that is inside the Callback Process block of the block diagram. More details by the end of the summer is expected, along with another sample notebook.
Authors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sdr_helper-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4512679a91ac230ec369557ff306dee6db81c70d9590246ea39968bfc0d97361 |
|
MD5 | 0657a37f8f685736774a8d6b63464ed5 |
|
BLAKE2b-256 | b3aec65d5651cfea64650905e0d8fa29136f92fa61b8f1c6145b6e1677c9d884 |