An open API service indexing awesome lists of open source software.

https://github.com/dsward2/wfm-tools

Some DSP tools for FM demodulation
https://github.com/dsward2/wfm-tools

Last synced: about 2 months ago
JSON representation

Some DSP tools for FM demodulation

Awesome Lists containing this project

README

          

# wfm-tools

Some WFM-related demodulation tools.

Required libraries: liquid-dsp, libsndfile

## Compiling

`cd` to any of the subdirectories and run:

./autogen.sh && ./configure && make

## fm-squash

## stereodemux

Decode the stereo separation from an FM multiplex carrier.

Input: 16-bit FM demodulated PCM signal sampled at 171 kHz (or another rate
specified with `-r`)

Output: 16-bit stereo PCM at above rate

Listening to stereo broadcasts with `rtl_fm` and SoX:

rtl_fm -M fm -l 0 -A std -p 0 -s 171k -g 20 -F 9 -f 90.0M | \
./demux | \
play -q -t .s16 -r 171k -c 2 -

## Copyright

(c) OH2EIQ. MIT license.