And of course, you can always put a GRC wrapper around your custom block...
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ed Criscuolo Sent: Monday, December 19, 2011 5:18 PM To: [email protected] Subject: Re: [Discuss-gnuradio] Vector operation in GRC Yes, I can do my own blocks. It would be pretty trivial to do it there. I just wanted to know if there was an easy way to do it solely using GRC. @(^.^)@ Ed On 12/19/11 5:05 PM, Nowlan, Sean wrote: > If you're somewhat familiar with how to write/modify blocks, it probably > wouldn't be difficult to implement that functionality by making a new block > that is a copy of gr_multiply_const_vcc.cc (for instance) and changing the > work function to do what you want. > > Sean _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
