Wideband autonomous SDR analysis engine forked from sdr-visual-suite
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
376B

  1. bands:
  2. - name: 40m
  3. start_hz: 7.0e6
  4. end_hz: 7.2e6
  5. center_hz: 7.1e6
  6. sample_rate: 2048000
  7. fft_size: 2048
  8. gain_db: 30
  9. tuner_bw_khz: 1536
  10. use_gpu_fft: true
  11. agc: false
  12. dc_block: false
  13. iq_balance: false
  14. detector:
  15. threshold_db: -20
  16. min_duration_ms: 250
  17. hold_ms: 500
  18. web_addr: ":8080"
  19. event_path: "data/events.jsonl"
  20. frame_rate: 15
  21. waterfall_lines: 200
  22. web_root: "web"