mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-06 05:03:54 +01:00
Updated Using OpenWebRX with a real input signal (markdown)
parent
26dd5f0514
commit
dc38c1146e
|
|
@ -1,13 +0,0 @@
|
|||
A workaround for this is to convert the real signal into a complex signal, as the DDC routines currently only work for complex input signals. This is no problem as most SDR devices are based on quadrature downconversion.
|
||||
|
||||
In this example, we are using an audio card as a VLF SDR:
|
||||
|
||||
```
|
||||
center_freq = 192000 / 2
|
||||
samp_rate = 192000 / 4
|
||||
start_rtl_command = "arecord -f S16_LE -r 192000 -c1 - | csdr through | csdr convert_s16_f | csdr shift_addition_cc -0.25 | csdr fir_decimate_cc 2 0.005"
|
||||
format_conversion = ""
|
||||
```
|
||||
|
||||
|
||||
|
||||
12
Using-OpenWebRX-with-the-audio-card-as-a-VLF-receiver.md
Normal file
12
Using-OpenWebRX-with-the-audio-card-as-a-VLF-receiver.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
> 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 through | csdr convert_s16_f | csdr shift_addition_cc -0.25 | csdr fir_decimate_cc 2 0.005"
|
||||
format_conversion = ""
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in a new issue