Good approach!
Also, if this is more about using and learning GNU Radio than about bare
performance, you could try to write your own python block; since the in-
and output type wrappers for these are numpy arrays, a simple out[:] =
in.sum() (or the like, depending on how you set up your names and types)
would do the job :)
Greetings,
Marcus
On 24.08.2014 07:30, madengr wrote:
> Maybe you can convert the vector to stream, then integrate with decimation by
> 64.
>
> Thanks,
> Lou
> KD4HSO
>
>
>
>
> --
> View this message in context: http://gnuradio.4.n7.nabble.com/Summing-members-of-a-vector-tp50042p50069.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment