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: Pavan Yedavalli
Subject: Re: [Discuss-gnuradio] Multiplying the inputs with a scalar/vector in my own block
Date: Tue, 7 Jun 2016 17:08:41 -0700

Sorry - that is a typo. That should be in0, like you said, and the next line should be in1. I made a mistake copying over. Thanks for pointing that out!

On Tue, Jun 7, 2016 at 5:05 PM, <address@hidden> wrote:

>>>     out0[:] = [x * 1 for x in in1]
?? IS THIS A TYPO - meaning "in0"
        out1[:] = [x * 1 for x in in1]





--
Pavan

reply via email to

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