add airspyhf sample config
This commit is contained in:
parent
1a092a1e24
commit
364d3473a2
@ -140,6 +140,53 @@ sdrs = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"airspy": {
|
||||||
|
"name": "Airspy HF+",
|
||||||
|
"type": "airspyhf_connector",
|
||||||
|
"ppm": 0,
|
||||||
|
"profiles": {
|
||||||
|
"20m": {
|
||||||
|
"name": "20m",
|
||||||
|
"center_freq": 14150000,
|
||||||
|
"rf_gain": 10,
|
||||||
|
"samp_rate": 768000,
|
||||||
|
"start_freq": 14070000,
|
||||||
|
"start_mod": "usb",
|
||||||
|
},
|
||||||
|
"30m": {
|
||||||
|
"name": "30m",
|
||||||
|
"center_freq": 10125000,
|
||||||
|
"rf_gain": 10,
|
||||||
|
"samp_rate": 192000,
|
||||||
|
"start_freq": 10142000,
|
||||||
|
"start_mod": "usb",
|
||||||
|
},
|
||||||
|
"40m": {
|
||||||
|
"name": "40m",
|
||||||
|
"center_freq": 7100000,
|
||||||
|
"rf_gain": 10,
|
||||||
|
"samp_rate": 256000,
|
||||||
|
"start_freq": 7070000,
|
||||||
|
"start_mod": "usb",
|
||||||
|
},
|
||||||
|
"80m": {
|
||||||
|
"name": "80m",
|
||||||
|
"center_freq": 3650000,
|
||||||
|
"rf_gain": 10,
|
||||||
|
"samp_rate": 768000,
|
||||||
|
"start_freq": 3570000,
|
||||||
|
"start_mod": "usb",
|
||||||
|
},
|
||||||
|
"49m": {
|
||||||
|
"name": "49m Broadcast",
|
||||||
|
"center_freq": 6000000,
|
||||||
|
"rf_gain": 10,
|
||||||
|
"samp_rate": 768000,
|
||||||
|
"start_freq": 6070000,
|
||||||
|
"start_mod": "am",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"sdrplay": {
|
"sdrplay": {
|
||||||
"name": "SDRPlay RSP2",
|
"name": "SDRPlay RSP2",
|
||||||
"type": "sdrplay_connector",
|
"type": "sdrplay_connector",
|
||||||
|
Loading…
Reference in New Issue
Block a user