Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

fventuri/csdr-pipeline

Repository files navigation

csdr pipeline

A simple pipeline for csdr

Some examples:

To run the FM BC receiver example reading the I/Q stream from the 'rx_sdr' command from rx_tools:

rx_sdr -d driver=sdrplay -s 2000000 -f 90400000 -a 'Antenna C' -F CF32 - | ./fm_receiver

To run the D-Star receiver example:

rx_sdr -d driver=sdrplay -s 2000000 -f 146500000 -a 'Antenna C' -F CF32 - | ./dstar_receiver 

To run the DMR receiver example:

rx_sdr -d driver=sdrplay -s 1000000 -f 441900000 -a 'Antenna C' -F CF32 - | ./dmr_receiver 

To run the YSF receiver example:

rx_sdr -d driver=sdrplay -s 2000000 -f 444900000 -a 'Antenna C' -F CF32 - | ./ysf_receiver 

Credits

Many thanks to Franco Spinelli, IW2DHW for testing csdr-pipeline, his very useful suggestions, and for providing some of the examples in this repo.

License

GPLv3

About

A simple pipeline for csdr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages