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 > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
