discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Matrices in gnuradio


From: Moritz Fischer
Subject: Re: [Discuss-gnuradio] Matrices in gnuradio
Date: Sat, 11 May 2013 00:28:47 +0200

Hi Omar,

you can have a look at the gr-specest toolbox. There are blocks using LAPACK in Fortran (MUSIC / ESPRIT) as well as
examples using Armadillo (a C++ linear algebra library) to perform fast matrix computations.

Cheers & happy hacking

Moritz


On Thu, May 9, 2013 at 6:08 PM, Dan CaJacob <address@hidden> wrote:
Probably not the way you think, but if you needed to perform a linear-algebra operation as part of a block's work function, you could use numpy, if you write the block in python or a linear-algebra library if you are working in C++.

Very Respectfully,

Dan CaJacob


On Thu, May 9, 2013 at 9:15 AM, Omar11 <address@hidden> wrote:
Hello

Does it exist matrix data types in gnuradio ?

Omar



--
View this message in context: http://gnuradio.4.n7.nabble.com/Matrices-in-gnuradio-tp41239.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
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]