Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Using OpenWebRX with the audio card as a VLF receiver

András Retzler edited this page Mar 19, 2016 · 2 revisions

We have to convert the real signal into a complex signal, as the DDC routines currently only work for complex input signals.

center_freq = 192000 / 2
samp_rate = 192000 / 4
start_rtl_command = "arecord -f S16_LE -r 192000 -c1 - | csdr convert_s16_f | csdr shift_addition_cc -0.25 | csdr fir_decimate_cc 2 0.005"
format_conversion = ""