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.

84 line
2.0KB

  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. pipeline:
  15. mode: wideband-balanced
  16. goals:
  17. intent: wideband-surveillance
  18. monitor_start_hz: 7.0e6
  19. monitor_end_hz: 7.2e6
  20. monitor_span_hz: 200000
  21. signal_priorities: ["hf-voice", "digital", "cw"]
  22. auto_record_classes: []
  23. auto_decode_classes: []
  24. surveillance:
  25. analysis_fft_size: 2048
  26. frame_rate: 15
  27. strategy: single-resolution
  28. display_bins: 2048
  29. display_fps: 15
  30. refinement:
  31. enabled: true
  32. max_concurrent: 8
  33. min_candidate_snr_db: 0
  34. min_span_hz: 0
  35. max_span_hz: 0
  36. resources:
  37. prefer_gpu: true
  38. max_refinement_jobs: 8
  39. max_recording_streams: 16
  40. profiles:
  41. - name: legacy
  42. description: Current single-band legacy behavior
  43. - name: wideband-balanced
  44. description: Prepared baseline for future scalable wideband monitoring
  45. detector:
  46. threshold_db: -20
  47. min_duration_ms: 250
  48. hold_ms: 500
  49. ema_alpha: 0.2
  50. hysteresis_db: 3
  51. min_stable_frames: 3
  52. gap_tolerance_ms: 500
  53. cfar_enabled: true
  54. cfar_guard_cells: 2
  55. cfar_train_cells: 16
  56. cfar_rank: 24
  57. cfar_scale_db: 6
  58. recorder:
  59. enabled: true
  60. min_snr_db: 10
  61. min_duration: 1s
  62. max_duration: 300s
  63. preroll_ms: 500
  64. record_iq: true
  65. record_audio: true
  66. auto_demod: true
  67. auto_decode: false
  68. max_disk_mb: 0
  69. output_dir: "data/recordings"
  70. class_filter: []
  71. ring_seconds: 8
  72. decoder:
  73. ft8_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/jt9.exe -8 {audio}"
  74. wspr_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/wsprd.exe {audio}"
  75. dmr_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fs -i {audio} -s {sr} -o null"
  76. dstar_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fd -i {audio} -s {sr} -o null"
  77. fsk_cmd: "tools/fsk/fsk_decoder --iq {iq} --sample-rate {sr}"
  78. psk_cmd: "tools/psk/psk_decoder --iq {iq} --sample-rate {sr}"
  79. web_addr: ":8080"
  80. event_path: "data/events.jsonl"
  81. frame_rate: 15
  82. waterfall_lines: 200
  83. web_root: "web"