[Discuss-gnuradio] using general_work when output rate is not fixed

2012-09-09 Thread Rahman, Muhammad Mahboob Ur
All, I have made a simple custom block (derived from gr_block class) whose general_work() function is given below: int howto_my_custom_blk::general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items){ const gr_compl

[Discuss-gnuradio] USRP2

2012-09-09 Thread Rolando Paz
Hello everyone. I'm interested in a USRP2. Anyone want to sell? My email is flx...@yahoo.com Regards Rolando Paz ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Used USRP1 and USRP2 for sale

2012-09-09 Thread Rolando Paz
Hello You still have the USRP2? Regards Rolando -- View this message in context: http://gnuradio.4.n7.nabble.com/Used-USRP1-and-USRP2-for-sale-tp7241p37517.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] dfts ofdm block

2012-09-09 Thread Alick Zhao
On Thu, 30 Aug 2012 09:54:30 -0700, Viktor Ivan Rodriguez Abdala wrote: > Hi, > > I'm looking to develop a block called dfts ofdm, based in a similar > block called ofdm mod, when I'm trying to create the new block with > gr-modtool I get this error. > > $ python gr-modtool.py add -t hierpython d