discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gaussian elimination or matrix inversion (solving


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Gaussian elimination or matrix inversion (solving a linear system) in GNURADIO
Date: Sun, 05 Jan 2014 10:06:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/04/2014 01:08 PM, Marcus Müller wrote:
> Hi Nasi,
> 
> GNU Radio itself is not a math system. That being said, there are
> several math frameworks for C++ and Python; furthermore, if you're
> writing your own Python blocks, your work parameters are usually numpy
> ndarrays, and numpy (together with scipy in general) gives you
> functionality very similar to Matlab with respect to matrix operations.
> See the Numpy and Scipy references for further information.

Remember that solving a set of linear eqs. is equivalent to a
matrix/vector multiplication.

MB




reply via email to

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