On Tue, Nov 06, 2007 at 11:45:59PM +0200, Aadil Volkwin wrote:
> Hi,
> 
> Thanks for taking the time to answer my questions.
> 
> I'd like to seek clarity on your first point, how am I losing the quadrature
> component?

You're using gr.complex_to_float, and then only using one of the two
output streams.  You're keeping the real stream and discarding the
imaginary stream.

> I'm afraid i'm still working out exactly how some of these functions operate
> and I may be missing something trivial.


> thanks
> Aadil
> 
> 
> > Aadil,
> >
> > There seem to be some issues with your acquisition code:
> >
> >   (1) you're thowing away the the quadrature component of the complex
> >       baseband signal from the USRP.
> >
> >   (2) you should be be using  fg.start() / fg.wait(), not fg.stop().
> >       It would be easier if you just used fg.run()
> >
> > Eric
> >


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to