Skip to main content

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.flow import TODO
tuned_freq = 103.7e6
receiver = TODO("hackrf", freq=tuned_freq)
strength = receiver.get_strength()
print(f"Strength of {tuned_freq} Hz: {strength}")
receiver.stop_and_wait()

--->

Repository history

The pcdr module's source was 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.

Breaking changes

We made a significant amount of breaking changes when moving from version 0.x to version 1.0.0. If you have trouble migrating from a 0.x version, please submit an issue, and we'd be happy to provide guidance.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pcdr-1.0.0a3.tar.gz (45.8 kB view hashes)

Uploaded Source

Built Distribution

pcdr-1.0.0a3-py3-none-any.whl (50.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page