Using OpenWebRX with the audio card as a VLF receiver - ha7ilm/openwebrx GitHub Wiki

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 = ""