Advertisement
duggabe

HW_tutorial.grc

May 21st, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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: HW_tutorial
  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: Hardware tutorial
  26. states:
  27. bus_sink: false
  28. bus_source: false
  29. bus_structure: null
  30. coordinate: [16, 12.0]
  31. rotation: 0
  32. state: enabled
  33.  
  34. blocks:
  35. - name: freq
  36. id: variable_qtgui_range
  37. parameters:
  38. comment: ''
  39. gui_hint: ''
  40. label: Frequency
  41. min_len: '200'
  42. orient: QtCore.Qt.Horizontal
  43. rangeType: int
  44. start: '70000000'
  45. step: '200000'
  46. stop: '6000000000'
  47. value: '144215000'
  48. widget: counter_slider
  49. states:
  50. bus_sink: false
  51. bus_source: false
  52. bus_structure: null
  53. coordinate: [320, 12.0]
  54. rotation: 0
  55. state: true
  56. - name: rf_gain
  57. id: variable_qtgui_range
  58. parameters:
  59. comment: ''
  60. gui_hint: ''
  61. label: RF Gain
  62. min_len: '200'
  63. orient: QtCore.Qt.Horizontal
  64. rangeType: int
  65. start: '0'
  66. step: '1'
  67. stop: '76'
  68. value: '50'
  69. widget: counter_slider
  70. states:
  71. bus_sink: false
  72. bus_source: false
  73. bus_structure: null
  74. coordinate: [480, 12.0]
  75. rotation: 0
  76. state: true
  77. - name: samp_rate
  78. id: variable_qtgui_range
  79. parameters:
  80. comment: ''
  81. gui_hint: ''
  82. label: Sample Rate
  83. min_len: '200'
  84. orient: QtCore.Qt.Horizontal
  85. rangeType: int
  86. start: '192000'
  87. step: '1000'
  88. stop: '56000000'
  89. value: '3840000'
  90. widget: counter_slider
  91. states:
  92. bus_sink: false
  93. bus_source: false
  94. bus_structure: null
  95. coordinate: [184, 12.0]
  96. rotation: 0
  97. state: true
  98. - name: qtgui_sink_x_0
  99. id: qtgui_sink_x
  100. parameters:
  101. affinity: ''
  102. alias: ''
  103. bw: samp_rate
  104. comment: ''
  105. fc: freq
  106. fftsize: '1024'
  107. gui_hint: ''
  108. maxoutbuf: '0'
  109. minoutbuf: '0'
  110. name: '"Spectrum Analyzer"'
  111. plotconst: 'True'
  112. plotfreq: 'True'
  113. plottime: 'True'
  114. plotwaterfall: 'True'
  115. rate: '10'
  116. showports: 'True'
  117. showrf: 'True'
  118. type: complex
  119. wintype: window.WIN_BLACKMAN_hARRIS
  120. states:
  121. bus_sink: false
  122. bus_source: false
  123. bus_structure: null
  124. coordinate: [360, 228.0]
  125. rotation: 0
  126. state: true
  127. - name: soapy_plutosdr_source_0
  128. id: soapy_plutosdr_source
  129. parameters:
  130. affinity: ''
  131. agc: 'False'
  132. alias: ''
  133. bandwidth: '1000000'
  134. center_freq: freq
  135. comment: ''
  136. dev_args: ''
  137. gain: rf_gain
  138. maxoutbuf: '0'
  139. minoutbuf: '0'
  140. samp_rate: samp_rate
  141. type: fc32
  142. states:
  143. bus_sink: false
  144. bus_source: false
  145. bus_structure: null
  146. coordinate: [112, 236.0]
  147. rotation: 0
  148. state: true
  149.  
  150. connections:
  151. - [soapy_plutosdr_source_0, '0', qtgui_sink_x_0, '0']
  152.  
  153. metadata:
  154. file_format: 1
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement