Re: [Discuss-gnuradio] Getting the API version at compile time

2011-10-13 Thread Peter Massam
The approach that I used is similar, but I thought I'd mention it because it only relies on the installation and not on having the source code (I'm using a Ubuntu package). The newer version supports the UHD drivers and there is an install directory for the headers, so I added the following to my

Re: [Discuss-gnuradio] DAC I/Q swap and bit inversion

2011-10-13 Thread Matt Ettus
On Wed, Oct 12, 2011 at 4:12 PM, Ian Buckley wrote: > (Matt, this just occurred to me, you should be 2's comping the bus here, > not simply inverting it, you've introduced an LSB DC offset). An optimization -- the 1 LSB offset is swamped by real offset in the hardware, so we just take it out as

[Discuss-gnuradio] Signal Seperation

2011-10-13 Thread Raullen Chai
Hi, Could somebody give me some tips and help on the following problem? Really appreciated! The input signal is b1(t)*sin(f1*t) + b2(t)*sin(f2*t), where f1 and f2 are close but different, and b1(t) and b2(t) are two different square waves with different period. After the USRP down coverts this w

[Discuss-gnuradio] GRC Polyphase Channelizer examples?

2011-10-13 Thread John Ackermann N8UR
Is there a (hopefully simple) example of using the polyphase channelizer block in grc? I'm trying to do a simple case of dividing a 250 kHz wide stream from USRP into a small number (initially 4) of contiguous channels. Given my generally ignorant status, I'm stumped on setting the parameters

Re: [Discuss-gnuradio] GRC Polyphase Channelizer examples?

2011-10-13 Thread Marcus D. Leech
On 10/13/2011 09:11 PM, John Ackermann N8UR wrote: Is there a (hopefully simple) example of using the polyphase channelizer block in grc? I'm trying to do a simple case of dividing a 250 kHz wide stream from USRP into a small number (initially 4) of contiguous channels. Given my generally ig

Re: [Discuss-gnuradio] New webpage look

2011-10-13 Thread adeel anwar
i think josh is right about the color. Instead of red, some shade of blue or green might give a better look. http://gnuradio.org/redmine/projects/gnuradio/wiki instead of putting "Start page", "Index by Title", "Index by Date" buttons on right-side, they may be placed on the top of start page (ma

[Discuss-gnuradio] gr_file_sink error handling and incorrect behavior on broken pipes

2011-10-13 Thread Achilleas Anastasopoulos
This relates to a previous post regarding the behavior of gr_file_sink when it writes to a named pipe and the other side of the pipe stops reading. Currently the bahavior of the block is that it does not catch the "errno=32=EPIPE" (or any errno!=0 for that matter) and thus the work function return