pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

What output can be used for CubicSDR with IQ output #17

Closed fe8769 closed 4 years ago

fe8769 commented 8 years ago

Hello I succeed to install Cubicsdr with soapy with ubuntu 14.4 . I would like to use IQ output in order to use TETRA decoder . my standard command line is demod/python/simdemod.py -o /dev/stdout -i /tmp/fifo1 | ./float_to_bits /dev/stdin /dev/stdout | ./tetra-rx /dev/stdin

I didn't find how to replace -i /tmp/fifo1 by other device like -i /dev/dsp in order to get IQ output from CubicSDR to Tetra

Same command line is working with funcube pro + using QTHID

Thanks for answer