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.

116 line
2.8KB

  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. auto_span: true
  37. profiles:
  38. - name: legacy
  39. description: Current single-band pipeline behavior
  40. pipeline:
  41. mode: legacy
  42. goals:
  43. intent: general-monitoring
  44. - name: wideband-balanced
  45. description: Prepared baseline for scalable wideband surveillance
  46. refinement:
  47. min_span_hz: 4000
  48. max_span_hz: 200000
  49. pipeline:
  50. mode: wideband-balanced
  51. goals:
  52. intent: wideband-surveillance
  53. - name: wideband-aggressive
  54. description: Higher surveillance/refinement budgets for future broad-span monitoring
  55. refinement:
  56. min_span_hz: 6000
  57. max_span_hz: 250000
  58. pipeline:
  59. mode: wideband-aggressive
  60. goals:
  61. intent: high-density-wideband-surveillance
  62. - name: archive
  63. description: Record-first monitoring profile
  64. pipeline:
  65. mode: archive
  66. goals:
  67. intent: archive-and-triage
  68. resources:
  69. prefer_gpu: true
  70. max_refinement_jobs: 8
  71. max_recording_streams: 16
  72. profiles:
  73. - name: legacy
  74. description: Current single-band legacy behavior
  75. - name: wideband-balanced
  76. description: Prepared baseline for future scalable wideband monitoring
  77. detector:
  78. threshold_db: -20
  79. min_duration_ms: 250
  80. hold_ms: 500
  81. ema_alpha: 0.2
  82. hysteresis_db: 3
  83. min_stable_frames: 3
  84. gap_tolerance_ms: 500
  85. cfar_enabled: true
  86. cfar_guard_cells: 2
  87. cfar_train_cells: 16
  88. cfar_rank: 24
  89. cfar_scale_db: 6
  90. recorder:
  91. enabled: true
  92. min_snr_db: 10
  93. min_duration: 1s
  94. max_duration: 300s
  95. preroll_ms: 500
  96. record_iq: true
  97. record_audio: true
  98. auto_demod: true
  99. auto_decode: false
  100. max_disk_mb: 0
  101. output_dir: "data/recordings"
  102. class_filter: []
  103. ring_seconds: 8
  104. decoder:
  105. ft8_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/jt9.exe -8 {audio}"
  106. wspr_cmd: "C:/WSJT/wsjtx-2.7.0-rc6/bin/wsprd.exe {audio}"
  107. dmr_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fs -i {audio} -s {sr} -o null"
  108. dstar_cmd: "tools/dsd-neo/bin/dsd-neo.exe -fd -i {audio} -s {sr} -o null"
  109. fsk_cmd: "tools/fsk/fsk_decoder --iq {iq} --sample-rate {sr}"
  110. psk_cmd: "tools/psk/psk_decoder --iq {iq} --sample-rate {sr}"
  111. web_addr: ":8080"
  112. event_path: "data/events.jsonl"
  113. frame_rate: 15
  114. waterfall_lines: 200
  115. web_root: "web"