ha7ilm / csdr

A simple DSP library and command-line tool for Software Defined Radio.
522 stars 171 forks source link

WSPR decoder, OS X compile, IQ sample file support #29

Open jks-prv opened 7 years ago

jks-prv commented 7 years ago

1) Runs on Mac OS X again. 2) OS X LLVM/Clang produced minor lint errors which were fixed. 3) Added big endian support to convert_s16_f, convert_f_s16 and added iq_swap_ff for IQ sources (e.g. IQ files) that might need them.

Tested with: OS X 10.11.6 (El Capitan) Beagle Debian 8.5 (Linux 4.4.9)

jks-prv commented 7 years ago

Updated pull to include a WSPR secondary demodulator. For now only works with the supplied demo IQ sample file. Needs a little more work to support arbitrary sample rate IQ sources (e.g. RTL-SDR)