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 15:53:37 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

This is the commit:

commit 8d3f6e315bae1d3e7cc0de171aa4dab56bfd2d2d
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 3 10:56:51 2015 -0700

    blocks: enable missing multiply_matrix_cc and backport fixes

    * multiply_matrix_cc_impl.cc existed but did not have fixes from master

    * multiply_matrix_cc_impl.cc was missing from CMakeLists.txt

    * multiply_matrix_cc was missing from SWIG

    * QA from from master branch was backported

Cheers,
M

On 13.10.2015 14:47, Przemek Lewandowski wrote:
> : D
> 
> I have version  v3.7.7.1-178-gd5cea6e4
> 
> I presume, that it want be that easy to upgread my GRC
> 
> How can I verify in which version it is fixed ?
> 
> 2015-10-13 23:38 GMT+02:00 Martin Braun <address@hidden
> <mailto:address@hidden>>:
> 
>     On 13.10.2015 <tel: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 <mailto:address@hidden>
>     > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>     >
> 
> 
>     _______________________________________________
>     Discuss-gnuradio mailing list
>     address@hidden <mailto:address@hidden>
>     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> 
> 
> _______________________________________________
> 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]