discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] matrix multiply


From: Martin Braun
Subject: Re: [Discuss-gnuradio] matrix multiply
Date: Tue, 13 Oct 2015 14:38:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

On 13.10.2015 13:39, Przemek Lewandowski wrote:
> Hi
> 
> Im trying to set A Matrix in the "Multiply by Matrix" Block in Complex
> block, but everytime I put my value it says:
> 
> "AttributeError: 'module' object has no attribute 'multiply_matrix_cc'"

This is not an error in your arguments, it can actually not find the
matrix multiplier. You might have an oldish version installed; we (I)
had actually forgotten to add the _cc file to CMake, and it wouldn't get
built. If you can, try updating.

M

> 
> It is propably problem of A Matrix Format:
> 
> This is my format:
> [[(1+1j), (1+1j), (1+1j), (1+1j), (1+1j)]]
> 
> I woud like to have 5 inputs and 1 output 
> 
> thank you
> 
> Przemek Lewandowski
> 
> 
> _______________________________________________
> 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]