[Discuss-gnuradio] Consolidated Logic at GRCon

2015-09-02 Thread Ryan Marlow
Hello All, My name is Ryan Marlow, I'm a founder of Consolidated Logic, a new company based out of Blacksburg, VA working on an FPGA productivity tool we call RDA: Rapid Design Assembly. We had a booth at GRCon this year where we presented our tool working with Ettus's RFNoC framework fo

[Discuss-gnuradio] displaying a hexidecimal value with QT GUI Label

2016-05-07 Thread Ryan Marlow
Hello All, I would like to display an integer variable with the QT GUI label as a hex value. Is there a way to do that with the Formatter option? I cannot figure out the syntax of the formatter. Thanks, Ryan Marlow ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] All ist klar, Herr Kommisar

2014-10-31 Thread Ryan Marlow
I've seen this comment for a while now in flowgraph.cc and most of the time chose to ignore it. Today I saw it and decided to do a quick google search to see what I could find. https://www.youtube.com/watch?v=6GmkjnL4EYw What??? Why??? Funny "easter egg" to say the least... Best, Ryan -- Ryan L.

[Discuss-gnuradio] compilation error gr-uhd

2014-08-20 Thread Ryan Marlow
1]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all] Error 2 make: *** [all] Error 2 I'm using 64-bit Ubuntu 14.04 and GR 3.7.3 Is this something anyone has experienced before or am I making some obvious user error? Thank You, Ryan Marlow -- Ryan L. Marlow Research Assistant in CCM Lab <http://ccm.

[Discuss-gnuradio] (no subject)

2014-08-20 Thread Ryan Marlow
Hey Marcus, and anyone else, I tried that clean and then remaking, and nothing changed. Any other suggestions? Thanks, Ryan Marlow --- Hi Ryan, I think this is a swig issue. I don't r

Re: [Discuss-gnuradio] compilation error gr-uhd

2014-08-20 Thread Ryan Marlow
Hey Marcus, and anyone else, I tried that clean and then remaking, and nothing changed. Any other suggestions? Thanks, Ryan Marlow (sorry to resend, forgot to get the correct subject in there

Re: [Discuss-gnuradio] compilation error gr-uhd

2014-08-20 Thread Ryan Marlow
Hey Mike, All, That resolved my issue. In other news, I think this has convinced me that pybombs are pretty cool. I'd heard about them for a while but just hadn't taken the time to try them out. Thanks for your help! Ryan Marlow On Wed, Aug 20, 2014 at 1:32 PM, Mike Jameson wrote: &

[Discuss-gnuradio] inserting code into top_block.py

2014-09-23 Thread Ryan Marlow
ce why I'm thinking of a custom block that can insert the code where I want. Thanks, Ryan Marlow -- Ryan L. Marlow Research Assistant in CCM Lab <http://ccm.ece.vt.edu> Virginia <http://www.vt.edu/> Polytechnic Institute and State University _

Re: [Discuss-gnuradio] inserting code into top_block.py

2014-09-24 Thread Ryan Marlow
; >> > >> On 09/23/2014 03:14 PM, Martin Braun wrote: > >>> > >>> You might be able to trick the 'Variable' block into doing what you > want. > >>> > >>> M > >>> > >>> On 23.09.2014 12:

Re: [Discuss-gnuradio] inserting code into top_block.py

2014-09-24 Thread Ryan Marlow
I use edits the generated code post-facto, > > in an automated way, so that it's reproducible. My use-case is > trivial--I'm just editing-in a version number into a title string, but the > > general approach, well, generalizes :) > > > > > > >

[Discuss-gnuradio] top block edge list

2014-10-01 Thread Ryan Marlow
Hello All, I'm trying to access the data inside the top block class, from a custom function or at the very least print out some of it as a test. Is there a way to see the data in the top block edge_list() before running top_block.start()? I'd like to access this without modifying any of the code in

Re: [Discuss-gnuradio] top block edge list

2014-10-02 Thread Ryan Marlow
start(). It's meant to be input to dot (graphviz) but it's human > readable. "dotty" didn't actually parse it right, but I could have done > something wrong there. > > - Jeff > > On 10/01/2014 04:58 PM, Ryan Marlow wrote: > > Hello All, I'm tryin