discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Summing members of a vector


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Summing members of a vector
Date: Sun, 24 Aug 2014 12:46:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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