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.
Hope that helped, Marcus On 01/04/2014 09:24 AM, Nasi wrote:
Hi all, I am looking for any function/code or project which is helpful to solve a linear equation system by Gaussian elimination (or other kinds of matrix inversion). We know that In matlab there are many functions for this. I would be happy to get any hint from you to do that with gnuradio also. -- NE _______________________________________________ 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
