mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2025-12-06 04:12:00 +01:00
2
Using OpenWebRX with the audio card as a VLF receiver
András Retzler edited this page 2016-03-19 21:05:56 +01:00
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 = ""