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