discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr_block::set_history()


From: cjpatton
Subject: Re: [Discuss-gnuradio] gr_block::set_history()
Date: Fri, 21 Sep 2012 10:47:49 -0700 (PDT)

Hello Tom,

Of course, how could I forget? I had to modify your code a bit to get to
work, however:

   const float *in = (const float *) &((const
float*)input_items[0])[history()-1];

It just needed a type cast in there. My code works now. The suggestion about
gr_quadrature_demod_cf is very helpful; this will be a good reference moving
forward on this project. Many thanks

Chris Patton



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/gr-block-set-history-tp37687p37707.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]