Wideband autonomous SDR analysis engine forked from sdr-visual-suite
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

72 linhas
1.7KB

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