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
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(
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
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
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
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
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-
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
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
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
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
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
12 matches
Mail list logo