discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Multiplying the inputs with a scalar/vector in my


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Multiplying the inputs with a scalar/vector in my own block
Date: Wed, 8 Jun 2016 02:02:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi Pavan,

you put in1 to both outputs:
On 08.06.2016 01:39, Pavan Yedavalli wrote:
>        out0[:] = [x * 1 for x in in1]
>         out1[:] = [x * 1 for x in in1]
Is that intentional?

Best regards,
Marcus



reply via email to

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