mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update config file for RspDuo with params
This commit is contained in:
parent
ebcb69565a
commit
d26f82570e
3 changed files with 30 additions and 0 deletions
|
@ -3,6 +3,12 @@ capture:
|
|||
fc: 204640000
|
||||
device:
|
||||
type: "RspDuo"
|
||||
agcSetPoint: -60
|
||||
bandwidthNumber: 50
|
||||
gainReduction: 40
|
||||
lnaState: 4
|
||||
dabNotch: false
|
||||
rfNotch: false
|
||||
replay:
|
||||
state: false
|
||||
loop: true
|
||||
|
|
|
@ -3,6 +3,12 @@ capture:
|
|||
fc: 204640000
|
||||
device:
|
||||
type: "RspDuo"
|
||||
agcSetPoint: -60
|
||||
bandwidthNumber: 50
|
||||
gainReduction: 40
|
||||
lnaState: 4
|
||||
dabNotch: false
|
||||
rfNotch: false
|
||||
replay:
|
||||
state: false
|
||||
loop: true
|
||||
|
|
18
src/capture/rspduo/README.md
Normal file
18
src/capture/rspduo/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Config File
|
||||
|
||||
The source of truth for the config file parameters is the [SDRplay API Specification](https://www.sdrplay.com/docs/SDRplay_API_Specification_v3.pdf).
|
||||
|
||||
Here is a list of available config parameters:
|
||||
|
||||
- **agcSetPoint** in dBfs has a default value of -60 dBfs, and can be set between -72 dBfs and 0 dBfs.
|
||||
|
||||
- **bandwidthNumber** in Hz has a default value of 50 Hz, and can be 0, 5, 50 or 100 Hz.
|
||||
|
||||
- **gainReduction** in dB has a default value of 40 dB, and can be set between 20 and 60.
|
||||
|
||||
- **lnaState** has a default value of 4, must be between 1 and 9.
|
||||
|
||||
- **dabNotch** is a bool, true turns on the DAB band notch filter (default false).
|
||||
|
||||
- **rfNotch** is a bool, true turns on the AM/FM band notch filter (default false).
|
||||
|
Loading…
Reference in a new issue