[Discuss-gnuradio] problem installing gnuradio

2010-04-28 Thread jack william
Hi, When i sudo make the gnuradio, i get following error : srp2_impl.cc -fPIC -DPIC -o .libs/usrp2_impl.o usrp2_impl.cc: In member function ‘void usrp2::usrp2::impl::start_bg()’: usrp2_impl.cc:340: error: ‘bind’ is not a member of ‘boost’ usrp2_impl.cc: In member function ‘int usrp2::usrp2::i

RE: [Discuss-gnuradio] problem installing gnuradio

2010-04-28 Thread jack william
Hi , Thanks for your reply, but I am sorry but couldnt understand your answer. Could you please elaborate that what should I do to fix it. Cheers _ The New Busy is not the too busy. Combine

RE: [Discuss-gnuradio] problem installing gnuradio

2010-04-28 Thread jack william
org > > On Wed, Apr 28, 2010 at 10:50, jack william wrote: > > > Thanks for your reply, but I am sorry but couldnt understand your answer. > > Could you please elaborate that what should I do to fix it. > > Just update your source code repository to the latest u

[Discuss-gnuradio] Help Req running benchmark

2010-04-29 Thread jack william
Hi, After successfully installing gnuradio, i ran example benchmark_ofdm.py . I didnt even plug the usrp's and i got: ^Cok: True pktno: 11 n_rcvd: 12 n_right: 12 0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b 0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b

[Discuss-gnuradio] Some basic questions

2010-05-03 Thread jack william
Hi, Could someone please answer following questions of mine : 1) In pkt = ofdm_packet_utils.make_packet(payload, 1, 1, self._pad_for_usrp, whitening=True) what is whitening? 2) In gr.fft_vcc(fft_size,forward, window, shift=false) What is window vector? 3) in ofdm_mod there is a portion o

[Discuss-gnuradio] help req finding files

2010-05-20 Thread jack william
Hi, I wanted to ask that where can i find the .c files of different built in modules of gnuradio? e.g. for gr.channel_model i have been able to locate gr.channel_model.cc ,gr.channel_model.h file but not gr.channel_model.c file. Thanks. Cheers. ___