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

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

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

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.

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,

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-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 gnuradio

Re: [Discuss-gnuradio] Help me help myself

2014-12-23 Thread Tom Rondeau
On Mon, Dec 22, 2014 at 6:59 PM, Richard Bell richard.be...@gmail.com 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

[Discuss-gnuradio] Help me help myself

2014-12-22 Thread Richard Bell
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 that next time I can do it on my own. I'm

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

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 I hope

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 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

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 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

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.

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

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 mle...@ripnet.com 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

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 tom.mcdermo...@yahoo.com 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

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

2014-02-03 Thread Maheshkumar Pandit
Hello every buddy... i want to design my hierarchical block . I go through a gnuradio tutorial but not success fully completed. can any buddy give mea simplified example of any hierarchical block design ... thank you for you time give for this query.. -- *Thanks and

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 the

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

2014-02-03 Thread Tom McDermott
to others by giving them the 3 files. -- Tom, N5EG From: Maheshkumar Pandit elecomah...@gmail.com To: discuss-gnuradio@gnu.org; Thomas Rondeau t...@trondeau.com Sent: Monday, February 3, 2014 9:13 AM Subject: [Discuss-gnuradio] help me to design a hierarchical

[Discuss-gnuradio] help me

2013-12-18 Thread Maheshkumar Pandit
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 help me if any one done the same ... -- *Thanks and regard:*

Re: [Discuss-gnuradio] help me

2013-12-18 Thread Tom Rondeau
On Wed, Dec 18, 2013 at 11:38 AM, Maheshkumar Pandit elecomah...@gmail.com 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

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

2013-06-03 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

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

2013-06-02 Thread Vidyadhar Reddy Gosala
whem i try to run this code i am getting following error linux; GNU C++ version 4.6.3; Boost_104800; UHD_003.005.003-78-g49a4929b Warning: this may have issues on some machines+Python version combinations to seg fault due to the callback in bin_statitics. -- Opening a USRP2/N-Series device...