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.

53 lines
1.2KB

  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. ema_alpha: 0.2
  19. hysteresis_db: 3
  20. min_stable_frames: 3
  21. gap_tolerance_ms: 500
  22. cfar_enabled: true
  23. cfar_guard_cells: 2
  24. cfar_train_cells: 16
  25. cfar_rank: 24
  26. cfar_scale_db: 6
  27. recorder:
  28. enabled: true
  29. min_snr_db: 10
  30. min_duration: 1s
  31. max_duration: 300s
  32. preroll_ms: 500
  33. record_iq: true
  34. record_audio: true
  35. auto_demod: true
  36. auto_decode: false
  37. max_disk_mb: 0
  38. output_dir: "data/recordings"
  39. class_filter: []
  40. ring_seconds: 8
  41. decoder:
  42. ft8_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/jt9.exe -8 {audio}"
  43. wspr_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/wsprd.exe {audio}"
  44. dmr_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fs -i {audio} -s {sr} -o null"
  45. dstar_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fd -i {audio} -s {sr} -o null"
  46. fsk_cmd: "tools/fsk/fsk_decoder --iq {iq} --sample-rate {sr}"
  47. psk_cmd: "tools/psk/psk_decoder --iq {iq} --sample-rate {sr}"
  48. web_addr: ":8080"
  49. event_path: "data/events.jsonl"
  50. frame_rate: 15
  51. waterfall_lines: 200
  52. web_root: "web"