noaa.conf 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. fft_size = 1024;
  2. localtime = true;
  3. multiple_demod_threads = true;
  4. multiple_output_threads = true;
  5. devices:
  6. (
  7. {
  8. type = "rtlsdr";
  9. index = 0;
  10. gain = 19.7;
  11. centerfreq = 162.48200;
  12. correction = 0;
  13. sample_rate = 2.40;
  14. channels:
  15. (
  16. {
  17. freq = 162.40000;
  18. label = "NOAA 162.400";
  19. modulation = "nfm";
  20. lowpass = -1;
  21. highpass = -1;
  22. bandwidth = 5000;
  23. ampfactor = 2.00;
  24. squelch_snr_threshold = 0.00;
  25. outputs:
  26. (
  27. {
  28. type = "file";
  29. directory = "/recordings";
  30. filename_template = "NOAA_162.400";
  31. }
  32. );
  33. },
  34. {
  35. freq = 162.42500;
  36. label = "NOAA 162.425";
  37. modulation = "nfm";
  38. lowpass = -1;
  39. highpass = -1;
  40. bandwidth = 5000;
  41. ampfactor = 2.00;
  42. squelch_snr_threshold = 0.00;
  43. outputs:
  44. (
  45. {
  46. type = "file";
  47. directory = "/recordings";
  48. filename_template = "NOAA_162.425";
  49. }
  50. );
  51. },
  52. {
  53. freq = 162.45000;
  54. label = "NOAA 162.450";
  55. modulation = "nfm";
  56. lowpass = -1;
  57. highpass = -1;
  58. bandwidth = 5000;
  59. ampfactor = 2.00;
  60. squelch_snr_threshold = 0.00;
  61. outputs:
  62. (
  63. {
  64. type = "file";
  65. directory = "/recordings";
  66. filename_template = "NOAA_162.450";
  67. }
  68. );
  69. },
  70. {
  71. freq = 162.47500;
  72. label = "NOAA 162.475";
  73. modulation = "nfm";
  74. lowpass = -1;
  75. highpass = -1;
  76. bandwidth = 5000;
  77. ampfactor = 2.00;
  78. squelch_snr_threshold = 0.00;
  79. outputs:
  80. (
  81. {
  82. type = "file";
  83. directory = "/recordings";
  84. filename_template = "NOAA_162.475";
  85. }
  86. );
  87. },
  88. {
  89. freq = 162.50000;
  90. label = "NOAA 162.500";
  91. modulation = "nfm";
  92. lowpass = -1;
  93. highpass = -1;
  94. bandwidth = 5000;
  95. ampfactor = 2.00;
  96. squelch_snr_threshold = 0.00;
  97. outputs:
  98. (
  99. {
  100. type = "file";
  101. directory = "/recordings";
  102. filename_template = "NOAA_162.500";
  103. }
  104. );
  105. },
  106. {
  107. freq = 162.52500;
  108. label = "NOAA 162.525";
  109. modulation = "nfm";
  110. lowpass = -1;
  111. highpass = -1;
  112. bandwidth = 5000;
  113. ampfactor = 2.00;
  114. squelch_snr_threshold = 0.00;
  115. outputs:
  116. (
  117. {
  118. type = "file";
  119. directory = "/recordings";
  120. filename_template = "NOAA_162.525";
  121. }
  122. );
  123. },
  124. {
  125. freq = 162.55000;
  126. label = "NOAA 162.550";
  127. modulation = "nfm";
  128. lowpass = -1;
  129. highpass = -1;
  130. bandwidth = 5000;
  131. ampfactor = 2.00;
  132. squelch_snr_threshold = 0.00;
  133. outputs:
  134. (
  135. {
  136. type = "file";
  137. directory = "/recordings";
  138. filename_template = "NOAA_162.550";
  139. }
  140. );
  141. }
  142. );
  143. }
  144. );