Re: [Discuss-gnuradio] Suggested reading order

2010-08-14 Thread Tom Rondeau
On Wed, Aug 11, 2010 at 10:52 AM, Jim wrote: > Hi,: > > I'm a newbie to GNURadio/USRP, I have checked the suggested reading at > http://gnuradio.org/redmine/wiki/gnuradio/SuggestedReading, but there're a > lot of material there, it would probably take a year to go through all > sections even if I

[Discuss-gnuradio] determining rms of AM carrier

2010-08-14 Thread ematlis
Hello- I am interested in determining the rms strength of the carrier of an AM modulated waveform, and displaying it in realtime, perhaps as a windowed average value. I am using the LFRX boards on the USRP. This question probably comes up a lot in the SNR and RSSI related posts, but perhaps n

Re: [Discuss-gnuradio] USRP1 Inband firmware questions

2010-08-14 Thread Joshua Lackey
Quoting George Nychis (gnyc...@cmu.edu): [...] > It would be great to get Eric S's code merged in to git somewhere > which fixes the timestamp jump and then move the code in to a > mainstream location. What very interesting timing. (Ugh, pun not intended.) Last night at about 11PM I was

[Discuss-gnuradio] import error:undefined symbol

2010-08-14 Thread Rahman, Muhammad Mahboob Ur
Hi all, I want to make a simple hard limiter block (hlimit_ff()) which works as follows: if input<0 output=-1 else if input>0 output=1 else output=0 So, in essence, I have downloaded the tar ball gr-how-to-write-a-block-3.2.tar.gz and replaced 'square' with 'hlimit' in the howto_square_ff.h, h

[Discuss-gnuradio] Combining filters

2010-08-14 Thread Marcus D. Leech
I have an application that's running on some fairly "spartan" hardware, so I'm trying to find ways to make the flow-graph more computationally efficient, so that I have more headroom for inevitable feature creep. Part of my flow-graph has a FIR bandpass filter, which is followed immediately by a

Re: [Discuss-gnuradio] Combining filters

2010-08-14 Thread Brian Padalino
On Sat, Aug 14, 2010 at 7:59 PM, Marcus D. Leech wrote: > I have an application that's running on some fairly "spartan" hardware, > so I'm trying to find ways to make the >  flow-graph more computationally efficient, so that I have more > headroom for inevitable feature creep. > > Part of my flow-

Re: [Discuss-gnuradio] Combining filters

2010-08-14 Thread Marcus D. Leech
On 08/14/2010 08:08 PM, Brian Padalino wrote: > On Sat, Aug 14, 2010 at 7:59 PM, Marcus D. Leech wrote: > >> I have an application that's running on some fairly "spartan" hardware, >> so I'm trying to find ways to make the >> flow-graph more computationally efficient, so that I have more >> he

Re: [Discuss-gnuradio] Suggested reading order

2010-08-14 Thread Jim
Hi, Tom: Thank you for the suggestion, I'll give it a try. Thanks Jim Tom Rondeau wrote: On Wed, Aug 11, 2010 at 10:52 AM, Jim wrote: Hi,: I'm a newbie to GNURadio/USRP, I have checked the suggested reading at http://gnuradio.org/redmine/wiki/gnuradio/SuggestedReading, but there're a lot o

[Discuss-gnuradio] CGRAN wants your GNU Radio projects!

2010-08-14 Thread George Nychis
Hey all, I am trying to continually build up the number of projects on CGRAN. It is growing quickly! For those of you who don't know of it, it is an archive of 3rd party GNU Radio code and projects: https://www.cgran.org We broke 100 registered users recently, and we hit the 20 project mark! B

Re: [Discuss-gnuradio] Combining filters

2010-08-14 Thread Brian Padalino
On Sat, Aug 14, 2010 at 8:18 PM, Marcus D. Leech wrote: > On 08/14/2010 08:08 PM, Brian Padalino wrote: >> On Sat, Aug 14, 2010 at 7:59 PM, Marcus D. Leech wrote: >> >>> I have an application that's running on some fairly "spartan" hardware, >>> so I'm trying to find ways to make the >>>  flow-gr

[Discuss-gnuradio] Re: scaling issue on USRP2

2010-08-14 Thread George Nychis
So maybe I should be scaling to abs(complex) instead. Will try this. On Aug 14, 2010, at 6:26 PM, George Nychis wrote: > Whenever I send samples to the USRP2, I scale them between -1 and 1, such > that the absolute value of the greatest real, and imaginary, component is 1: > scale= 1 / max([abs(

[Discuss-gnuradio] USRP/gnuradio Issues in OS X

2010-08-14 Thread Mark J. Blair
Hi! I'm new to gnuradio, and I just got my USRP several days ago. I'm trying to use it with my Mac running Snow Leopard, and I'm having some issues with some of the USRP utilities and examples. I've built the gnuradio software from the head revision in the git repository, with the pre-requisite