Advertisement
duggabe

SUB_test_19.grc

Jul 19th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. options:
  2. parameters:
  3. author: Barry Duggan
  4. catch_exceptions: 'True'
  5. category: '[GRC Hier Blocks]'
  6. cmake_opt: ''
  7. comment: ''
  8. copyright: ''
  9. description: ''
  10. gen_cmake: 'On'
  11. gen_linking: dynamic
  12. generate_options: qt_gui
  13. hier_block_src_path: '.:'
  14. id: SUB_test_19
  15. max_nouts: '0'
  16. output_language: python
  17. placement: (0,0)
  18. qt_qss_theme: ''
  19. realtime_scheduling: ''
  20. run: 'True'
  21. run_command: '{python} -u {filename}'
  22. run_options: prompt
  23. sizing_mode: fixed
  24. thread_safe_setters: ''
  25. title: SUB_test_19
  26. window_size: (1000,1000)
  27. states:
  28. bus_sink: false
  29. bus_source: false
  30. bus_structure: null
  31. coordinate: [16, 12.0]
  32. rotation: 0
  33. state: enabled
  34.  
  35. blocks:
  36. - name: samp_rate
  37. id: variable
  38. parameters:
  39. comment: ''
  40. value: 768e3
  41. states:
  42. bus_sink: false
  43. bus_source: false
  44. bus_structure: null
  45. coordinate: [184, 12.0]
  46. rotation: 0
  47. state: enabled
  48. - name: blocks_throttle2_0
  49. id: blocks_throttle2
  50. parameters:
  51. affinity: ''
  52. alias: ''
  53. comment: ''
  54. ignoretag: 'True'
  55. limit: auto
  56. maximum: '0.1'
  57. maxoutbuf: '0'
  58. minoutbuf: '0'
  59. samples_per_second: samp_rate
  60. type: complex
  61. vlen: '1'
  62. states:
  63. bus_sink: false
  64. bus_source: false
  65. bus_structure: null
  66. coordinate: [344, 220.0]
  67. rotation: 0
  68. state: true
  69. - name: qtgui_freq_sink_x_0
  70. id: qtgui_freq_sink_x
  71. parameters:
  72. affinity: ''
  73. alias: ''
  74. alpha1: '1.0'
  75. alpha10: '1.0'
  76. alpha2: '1.0'
  77. alpha3: '1.0'
  78. alpha4: '1.0'
  79. alpha5: '1.0'
  80. alpha6: '1.0'
  81. alpha7: '1.0'
  82. alpha8: '1.0'
  83. alpha9: '1.0'
  84. autoscale: 'False'
  85. average: '1.0'
  86. axislabels: 'True'
  87. bw: samp_rate
  88. color1: '"blue"'
  89. color10: '"dark blue"'
  90. color2: '"red"'
  91. color3: '"green"'
  92. color4: '"black"'
  93. color5: '"cyan"'
  94. color6: '"magenta"'
  95. color7: '"yellow"'
  96. color8: '"dark red"'
  97. color9: '"dark green"'
  98. comment: ''
  99. ctrlpanel: 'False'
  100. fc: '0'
  101. fftsize: '2048'
  102. freqhalf: 'True'
  103. grid: 'True'
  104. gui_hint: ''
  105. label: Relative Gain
  106. label1: ''
  107. label10: ''
  108. label2: ''
  109. label3: ''
  110. label4: ''
  111. label5: ''
  112. label6: ''
  113. label7: ''
  114. label8: ''
  115. label9: ''
  116. legend: 'True'
  117. maxoutbuf: '0'
  118. minoutbuf: '0'
  119. name: '""'
  120. nconnections: '1'
  121. norm_window: 'False'
  122. showports: 'True'
  123. tr_chan: '0'
  124. tr_level: '0.0'
  125. tr_mode: qtgui.TRIG_MODE_FREE
  126. tr_tag: '""'
  127. type: complex
  128. units: dB
  129. update_time: '0.10'
  130. width1: '1'
  131. width10: '1'
  132. width2: '1'
  133. width3: '1'
  134. width4: '1'
  135. width5: '1'
  136. width6: '1'
  137. width7: '1'
  138. width8: '1'
  139. width9: '1'
  140. wintype: window.WIN_BLACKMAN_hARRIS
  141. ymax: '0'
  142. ymin: '-140'
  143. states:
  144. bus_sink: false
  145. bus_source: false
  146. bus_structure: null
  147. coordinate: [536, 232.0]
  148. rotation: 0
  149. state: enabled
  150. - name: zeromq_sub_source_0
  151. id: zeromq_sub_source
  152. parameters:
  153. address: tcp://127.0.0.1:51234
  154. affinity: ''
  155. alias: ''
  156. bind: 'False'
  157. comment: ''
  158. hwm: '-1'
  159. key: ''
  160. maxoutbuf: '0'
  161. minoutbuf: '0'
  162. pass_tags: 'False'
  163. timeout: '100'
  164. type: complex
  165. vlen: '1'
  166. states:
  167. bus_sink: false
  168. bus_source: false
  169. bus_structure: null
  170. coordinate: [112, 196.0]
  171. rotation: 0
  172. state: true
  173.  
  174. connections:
  175. - [blocks_throttle2_0, '0', qtgui_freq_sink_x_0, '0']
  176. - [zeromq_sub_source_0, '0', blocks_throttle2_0, '0']
  177.  
  178. metadata:
  179. file_format: 1
  180. grc_version: 3.10.6.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement