Editing Handling Flowgraphs

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 156: Line 156:
gr::blocks::add_cc block with a gr::blocks::sub_cc block to then
gr::blocks::add_cc block with a gr::blocks::sub_cc block to then
subtract the sources.
subtract the sources.
<syntaxhighlight lang="python">
 
  from gnuradio import gr, analog, blocks
  from gnuradio import gr, analog, blocks
  import time
  import time
Line 197: Line 197:
  if __name__ == "__main__":
  if __name__ == "__main__":
     main()
     main()
</syntaxhighlight>
 
During reconfiguration, the maximum noutput_items value can be changed
During reconfiguration, the maximum noutput_items value can be changed
either globally using the 'set_max_noutput_items(m)' on the gr_top_block
either globally using the 'set_max_noutput_items(m)' on the gr_top_block

Please note that all contributions to GNU Radio are considered to be released under the Creative Commons Attribution-ShareAlike (see GNU Radio:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)