On Sun, Oct 6, 2013 at 6:45 PM, Arturo Rinaldi <arty.n...@gmail.com> wrote: > Hi folks, > > i was wondering if it's possible to operate a type conversion from long > integer (green color in GRC) to byte/char (purple color in GRC) with the > existing gnuradio blocks. > > I'm running the 3.6.5.1 tarball, any suggestions ? Thanks in advance. > > Kind Regards, > > Arturo
Right now, there is no direct conversion from int to char. To do it with current blocks, you'd have to do int_to_float followed by float_to_char. It should be easy for your to take these and create a single block out of them for your purposes. Tom _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio