Re: [Discuss-gnuradio] A block with different input signatures

2010-06-13 Thread Zohair
Oh That's makes sense. Thanks a lot. Eric Blossom wrote: > > On Sat, Jun 12, 2010 at 05:21:43AM -0700, Zohair wrote: >> >> Dear all, >> >> How can I define a 3-input block io signatures if the inputs are: >> 1- two float vectors with length LENGTH1 each. (from 5 to 12) >> 2- a complex vector

[Discuss-gnuradio] Using external clock with USRP2/WBX

2010-06-13 Thread Damien S.
Hi all, I'm trying to use the external clock input of the usrp2 with WBX in receive mode. Unfortunately after processing the recorded signal there is still a clock drift despite the fact i'm using a GPS reference clock. So i suppose that i'm making something wrong. 1) I'm using a square 10 Mhz ref

[Discuss-gnuradio] OFMD TX and RX

2010-06-13 Thread Chris_Spain
Hello everybody, I' am trying to test and understand the OFDM Modulation implemented in GNU Radio. I'm using the deafult values, fft_lenth=512, occupied_tones =200, cp_length= 128 and bpsk modulation, besides, I'm using a RFX900 Daughterboards on USPR and I'm connecting the TX and RX with a coax

Re: [Discuss-gnuradio] complex vector output of a block

2010-06-13 Thread Sammour
Well, I think I used io_signature correctly. And, as I am using gr_sync_block, I dont need to worry about forecast, set_output_multiple or gr_sync_decimator. (I hope this understanding is correct?!) I have read the " how to write a block" and followed what's in there, but if you guide me to bette