diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-15 10:11:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-15 10:11:06 +0200 |
commit | 6c0732dcfc2af963e2b8577e9fc38f71307a1033 (patch) | |
tree | 8125f23775a13eca438604268876d03bcba9a815 /doc/example.ini | |
parent | 6b1fa1637b03a9e4ddbac6aa99d936056c3d473f (diff) | |
download | dabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.tar.gz dabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.tar.bz2 dabmod-6c0732dcfc2af963e2b8577e9fc38f71307a1033.zip |
Dexter: remove old metrics from SDR.cpp
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index cd48ef4..f009fbe 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -316,10 +316,17 @@ channel=13C ;dpd_port=50055 [dexteroutput] -txgain=32768 +txgain=65535 + +; channel/frequency is applied to ad9957.center_frequency ;frequency=234208000 channel=13C +; lo offset is applied to dexter_dsp_tx.frequency0 +lo_offset=0 + +max_gps_holdover_time=3600 + [limeoutput] ; Lime output directly runs against the LMS device driver. It does not support SFN nor predistortion. device= |