Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-26 Thread Ed Coleman
Thank you Marcus. I was overlooking the input fields in the property settings for the hier block. As usual the answer seems simple once it is explained. -Ed On Mon, Jul 25, 2016 at 4:36 PM, Marcus Müller wrote: > For lazy people: This is about generating hier blocks with GRC. > > Ed, you're d

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Marcus Müller
For lazy people: This is about generating hier blocks with GRC. Ed, you're doing it right already, I think. When you use that hier block somewhere, you get an input field in the hier block properties that should set the avgLength variable as available in you flowgraph. That should be all! If it d

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
I 'thought' that my reply would appear threaded within the discussion I was reading ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-02/msg00336.html) my apologies for any confusion On Mon, Jul 25, 2016 at 3:35 PM, Ed Coleman wrote: > This was a very helpful introduction to hierarchica

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
This was a very helpful introduction to hierarchical blocks. One thing I am unclear on is how a parameter in a hier block is controlled via the top block. For example suppose I have a moving average block inside my hier block and I want the number of averages to be defined from the top block. Wit

Re: [Discuss-gnuradio] Help Me

2015-04-07 Thread Martin Braun
Hi, I recommend having a look at this page: http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors Also, in your case, there is a separate document generated somewhere in the build directory from a docbook XML file. M On 06.04.2015 14:17, Marbellys Ramos Guerrero wrote: Hi, Ho

Re: [Discuss-gnuradio] Help me help myself

2014-12-23 Thread Tom Rondeau
On Mon, Dec 22, 2014 at 6:59 PM, Richard Bell wrote: > Actually, your replies helped. I was not aware or in the mindset that > branchless_clip was a generally used method for clamping fixed or floating > point values. Because of that, I was limiting my searches to gnuradio > related stuff (googli

Re: [Discuss-gnuradio] Help me help myself

2014-12-23 Thread Martin Braun
On 12/23/2014 12:59 AM, Richard Bell wrote: > Actually, your replies helped. I was not aware or in the mindset that > branchless_clip was a generally used method for clamping fixed or > floating point values. Because of that, I was limiting my searches to > gnuradio related stuff (googling "gnuradi

Re: [Discuss-gnuradio] Help me help myself

2014-12-23 Thread Martin Braun
On 12/23/2014 12:42 AM, Marcus D. Leech wrote: > I used the following "find" command: > > find gnuradio -name "*.*" -exec grep -H branchless_clip '{}' ';' A nice tool for searching source trees is 'ack': http://beyondgrep.com/ It also has a vim plugin. Cheers, M __

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Vanush Vaswani
Use cscope and/or ctags next time On Tue, Dec 23, 2014 at 11:47 AM, Marcus D. Leech wrote: > On 12/22/2014 07:31 PM, Richard Bell wrote: >> >> MLeech I really understand where you're coming from. But I think that's >> the point of a community. If you are personally tired of answering low level >>

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Marcus D. Leech
On 12/22/2014 07:31 PM, Richard Bell wrote: MLeech I really understand where you're coming from. But I think that's the point of a community. If you are personally tired of answering low level questions, then you should not feel like you have to. Others in the community might be happy to do it,

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Richard Bell
MLeech I really understand where you're coming from. But I think that's the point of a community. If you are personally tired of answering low level questions, then you should not feel like you have to. Others in the community might be happy to do it, and you can stick to the advanced questions. Co

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Marcus D. Leech
On 12/22/2014 06:59 PM, Richard Bell wrote: Actually, your replies helped. I was not aware or in the mindset that branchless_clip was a generally used method for clamping fixed or floating point values. Because of that, I was limiting my searches to gnuradio related stuff (googling "gnuradio br

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Marcus Müller
Hi Richard, actually, I kind of liked your question and the answers you've got :) As a community, it's always kind of hard to know where people actually encounter obstacles, and you're *exactly* the kind of future user we'd like to address: Able and willing to solve one's own problems, but not to

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Richard Bell
Actually, your replies helped. I was not aware or in the mindset that branchless_clip was a generally used method for clamping fixed or floating point values. Because of that, I was limiting my searches to gnuradio related stuff (googling "gnuradio branchless_clip"). Now I know it is a general meth

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Marcus D. Leech
On 12/22/2014 06:45 PM, Philip Balister wrote: On 12/22/2014 06:42 PM, Marcus D. Leech wrote: I'm not as smart as Marcus, so I googled "branchless clip", http://stackoverflow.com/questions/427477/fastest-way-to-clamp-a-real-fixed-floating-point-value Philip I think that at the end of the day,

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Philip Balister
On 12/22/2014 06:42 PM, Marcus D. Leech wrote: > On 12/22/2014 06:37 PM, Richard Bell wrote: >> Hi all, >> >> The goal of this email is to learn how to find answers using available >> resources on my own in the future. To do this, I will explain what >> I've done to try and find the answer and then

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Marcus D. Leech
On 12/22/2014 06:37 PM, Richard Bell wrote: Hi all, The goal of this email is to learn how to find answers using available resources on my own in the future. To do this, I will explain what I've done to try and find the answer and then I hope someone can tell me how to finish the process so t

Re: [Discuss-gnuradio] help me to design a hierarchical block

2014-02-04 Thread Tom Rondeau
On Mon, Feb 3, 2014 at 6:00 PM, Tom McDermott wrote: > > Hi Maheshkumar, > > Here's some details on making a hierarchical block when using Gnuradio > Companion: > > 1. From an open GRC flow graph, mouse-select the connected elements that you > want to turn into a hierarchical block. The blocks and

Re: [Discuss-gnuradio] help me to design a hierarchical block

2014-02-03 Thread Tom McDermott
  Hi Maheshkumar,   Here's some details on making a hierarchical block when using Gnuradio Companion:   1. From an open GRC flow graph, mouse-select the connected elements that you want to turn into a hierarchical block. The blocks and interconnect will turn green. 2. Right click, then select C

Re: [Discuss-gnuradio] help me to design a hierarchical block

2014-02-03 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Maheshkumar, in the GNU Radio companion, in the "options" element, choose "hier block" instead of "wx gui", "qt gui", "no gui"; set a meaningful name here, also! Use pad sinks and pad sources to define your in- and outputs. Save, generate, refresh

Re: [Discuss-gnuradio] help me

2013-12-18 Thread Tom Rondeau
On Wed, Dec 18, 2013 at 11:38 AM, Maheshkumar Pandit wrote: > hello every buddy > >as we know in any plot lik water flow or fft sink there is > positive and negative values are present . if we want to present only ssb > i.e. positive or negative value . > > how it can be done > >

Re: [Discuss-gnuradio] help me with usrp-spectrrum-sense.py

2013-06-02 Thread Karan Talasila
Hi Vidyadhar, You need to burn the fpga image on to the usrp 2. You can either run the command given above or go to cd /usr/local/share/uhd/utils from your home folder and then open usrp_n2xx_net_burner_gui.py and then run in terminal. Then you get a gui with two fields Firmware