[Discuss-gnuradio] truncating bits

2011-10-03 Thread sirjanselot
Hello, I have a question in bit truncation. Say I have a 14-bit FM waveform, digitized. Underneath that signal assuming they are both in the same frequency, there is another signal say an AM signal. The difference between the two is about 40 dB. Is there way such that I can remove the AM sig

Re: [Discuss-gnuradio] New Product Announcements from Ettus Research

2011-10-03 Thread Matt Ettus
On Mon, Oct 3, 2011 at 2:34 PM, Richard Clarke wrote: > Hi Matt, > > just wondering what the PPM spec is of the onboard TCXO? Will the datasheet > be available soon? > > 2.5 ppm. Datasheet may not be ready for a week or two. Matt ___ Discuss-gnuradio

[Discuss-gnuradio] Rx data streaming in C++ for custom firmware

2011-10-03 Thread Michael Hadmack
Hi Everyone, I am running custom FPGA firmware for a low latency control system on a USRP1. Presently I am using a variant of the usrper.cc tool for loading firmware and control of command registers in the FPGA. I need to be able to stream data over USB into a file or other application but this

[Discuss-gnuradio] Fix for warning in audio_alsa_sink.cc

2011-10-03 Thread Philip Balister
A sane fix: https://github.com/balister/GNU-Radio/commit/fd21bd2c74677d2c1722bc585ccdeaf1522e0d59 Philip ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] New Product Announcements from Ettus Research

2011-10-03 Thread Richard Clarke
Hi Matt, just wondering what the PPM spec is of the onboard TCXO? Will the datasheet be available soon? Thanks Regards Richard On 4 October 2011 10:05, Matt Ettus wrote: > > = > > New Product Announcements from Ettus Research > > ===

[Discuss-gnuradio] New Product Announcements from Ettus Research

2011-10-03 Thread Matt Ettus
= New Product Announcements from Ettus Research = We are very excited to announce the immediate availability of the latest low cost Software Radio product from Ettus Research, the USRP(tm) B10

[Discuss-gnuradio] [PATCH] audio_alsa_sink : Fix warning on 32 bit builds.

2011-10-03 Thread philip
From: Philip Balister On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister ---

[Discuss-gnuradio] [PATCH] Fix for warning

2011-10-03 Thread philip
From: Philip Balister Here is a proposed fix for a compile warning on 32 bit machines. I am interested in feedback on how I replace the shift with 2^(NBITS-1). I don't see any reason to keep teh shift, since the compiler should do the math at compile time. I am a little worried about the NBITS=32

Re: [Discuss-gnuradio] USRP for GPS

2011-10-03 Thread Walter Barmak
Hi Ryan, Thanks very much for your answer! You mean you are inetersted in developing a stand alone receiver "with" the USRP? I'm sorry, what do you mean by performance metrics? thanks again, Walter On Mon, 2011-10-03 at 15:52 -0300, Wolfarth, Ryan wrote: > Hi Walter, > > My group is using the

Re: [Discuss-gnuradio] USRP for GPS

2011-10-03 Thread Wolfarth, Ryan
Hi Walter, My group is using the USRP to record raw RF data at GPS and GLONASS frequencies. We do all of our signal processing in post right now, but are interested in developing a stand alone receiver. If you search the mailing list you'll find some other folks who are implementing GPS receiver

Re: [Discuss-gnuradio] Work on USRP source and sink stream

2011-10-03 Thread Josh Blum
On 10/03/2011 10:50 AM, Feng Andrew Ge wrote: > Josh, > > Thanks for posting your work on stream tag. > > I'd like to try out your code. Would you please tell me which version of > GNU Radio to use with your code examples? Any other specific requirements? > I believe the work is all merged i

Re: [Discuss-gnuradio] different CPU loads with 2 similar GRC graphs

2011-10-03 Thread Feng Andrew Ge
Michael, Good description of the TPB running mechanism! Here is a more detailed explanation with some graph illustrations (see page 2 of the linked paper): http://gnuradio.org/redmine/attachments/download/264 Andrew On 09/23/2011 12:01 PM, discuss-gnuradio-requ...@gnu.org wrote: Message:

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-03 Thread Tom Rondeau
On Mon, Oct 3, 2011 at 2:17 PM, Philip Balister wrote: > On 10/03/2011 02:00 PM, Tom Rondeau wrote: > >> On Mon, Oct 3, 2011 at 1:27 PM, Philip Balister >> wrote: >> >> On 10/03/2011 11:32 AM, Tom Rondeau wrote: >>> >>> Hello everyone, Here's a general call for help on the GNU Radio proje

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-03 Thread Philip Balister
On 10/03/2011 02:00 PM, Tom Rondeau wrote: On Mon, Oct 3, 2011 at 1:27 PM, Philip Balister wrote: On 10/03/2011 11:32 AM, Tom Rondeau wrote: Hello everyone, Here's a general call for help on the GNU Radio project if you are so inclined. If you've wanted to contribute back to the code, but we

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-03 Thread Tom Rondeau
On Mon, Oct 3, 2011 at 1:27 PM, Philip Balister wrote: > On 10/03/2011 11:32 AM, Tom Rondeau wrote: > >> Hello everyone, >> Here's a general call for help on the GNU Radio project if you are so >> inclined. If you've wanted to contribute back to the code, but weren't >> sure >> how to make a diff

Re: [Discuss-gnuradio] Work on USRP source and sink stream

2011-10-03 Thread Feng Andrew Ge
Josh, Thanks for posting your work on stream tag. I'd like to try out your code. Would you please tell me which version of GNU Radio to use with your code examples? Any other specific requirements? I will let you know what I will get. Thanks, Andrew On 09/24/2011 12:01 PM, discuss-gnuradio

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-03 Thread Philip Balister
On 10/03/2011 11:32 AM, Tom Rondeau wrote: Hello everyone, Here's a general call for help on the GNU Radio project if you are so inclined. If you've wanted to contribute back to the code, but weren't sure how to make a difference, there are lots of little things to look at. We've set up a Jenkins

[Discuss-gnuradio] Want to help? Here's something....

2011-10-03 Thread Tom Rondeau
Hello everyone, Here's a general call for help on the GNU Radio project if you are so inclined. If you've wanted to contribute back to the code, but weren't sure how to make a difference, there are lots of little things to look at. We've set up a Jenkins continuous integration server that keeps tra

[Discuss-gnuradio] USRP for GPS

2011-10-03 Thread Walter Barmak
hi, i was wondering whether the usrp can be used as a "gps receiver". if so, 1) how can i achieve this? 2) any link you could provide for me to read? 3) what daughterboards should be used? 4) Can the usrp be used with OpenGTS (for example) for tracking (usrp as a gps receiver)? thanks in adv