GNU Radio-based transmit and receive wrappers and more
Project description
pcdr
pcdr module: https://pypi.org/project/pcdr/
Installation
pip install pcdr
Note that much of the functionality also depends on GNU Radio. However, gnuradio
is not listed in the dependencies as it is not pip-installable (as far as the author knows).
Example usage
from pcdr.unstable.flow import OsmoSingleFreqReceiver
tuned_freq = 103.9e6
receiver = OsmoSingleFreqReceiver("hackrf=0", tuned_freq)
receiver.start()
strength = receiver.get_strength()
print(f"Strength of {tuned_freq} Hz: {strength}")
receiver.stop_and_wait()
-->
Current status
We launched version 1.0.0 with nothing marked as stable (i.e., everything marked as unstable). We admit that this is unconventional, but we hope that it will allow us to improve incrementally based on experimentation, and eventually (perhaps by early to mid 2025) begin to mark some parts as stable.
Version history; breaking changes policy
In the v1.x series, we adhere to the following:
- Everything in
pcdr._internal
should be ignored by users of this module. - Everything in
pcdr.unstable
is in the experimentation phase and is subject to breaking changes between minor version updates. - Everything in
pcdr.v0_compat
should be considered deprecated. As the name implies, it is kept for version 0 compatibility. It will not be changed. - Everything else is stable. We will not intentionally make any breaking changes during the v1.x version series.
We made a significant amount of breaking changes when moving from version 0.x to version 1.0.0. If you have trouble migrating your code, please submit an issue, and we'd be happy to provide guidance.
Repository history
The pcdr module's source used to be hosted as a subfolder of the sdr-course repo. On 2024 April 15, we migrated it to its own repository. See the old repo if you'd like to refer to the commit history.
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
File details
Details for the file pcdr-1.0.1.tar.gz
.
File metadata
- Download URL: pcdr-1.0.1.tar.gz
- Upload date:
- Size: 60.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ce748cbc59654df57898f3fa998a2d7505dbf54e27e6eff43ae91e1c5b9ad8b |
|
MD5 | a2f3a7faaff2d816b922f50b8671b761 |
|
BLAKE2b-256 | e643a0353ab2abcedff4585351bc741984084591520ff01daacd3634d6e86399 |
File details
Details for the file pcdr-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pcdr-1.0.1-py3-none-any.whl
- Upload date:
- Size: 67.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 433a0e38ad1135fefb87c9dffa33d744db94cc4003895ad57d8a77a63fe71933 |
|
MD5 | 3aa0a22c2ea930f45462a85ac50e736a |
|
BLAKE2b-256 | c3e91810ab9abb86acc199fd3fd184f29d2c12c21c0f88aa2d55af97d889c304 |