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 w
***
* Third-Annual *
* New England Workshop on Software-Defined Radio *
* NEWSDR 2013 *
* *
***
* Third-Annual *
* New England Workshop on Software-Defined Radio *
* NEWSDR 2013 *
* *
On 05/10/2013 01:14 PM, Monahan-Mitchell, Tim wrote:
> I have a File Sink Block, which takes a boolean input (Unbuffered).
>
> I wanted to feed the file sink's Ubuffered value from a Parameter block, but
> it does not support Boolean?
grep for xml files with bool, many blocks use this, but the
I have a File Sink Block, which takes a boolean input (Unbuffered).
I wanted to feed the file sink's Ubuffered value from a Parameter block, but it
does not support Boolean?
Any other sensible type I try from the Parameterr Block choices (like String or
Int), GRC says the value of '0' is invali
On Thu, May 9, 2013 at 12:58 PM, Sean Nowlan
wrote:
On 05/09/2013 12:28 PM, Tom Rondeau wrote:
You should not need to use find_package(GnuradioCore) (or
GnuradioRuntime) if you are using the GnuradioConfig script. They are
duplications; the latter, if used, should replace any need for the
form
On Thu, May 9, 2013 at 12:58 PM, Sean Nowlan
wrote:
> On 05/09/2013 12:28 PM, Tom Rondeau wrote:
>>
>> You should not need to use find_package(GnuradioCore) (or
>> GnuradioRuntime) if you are using the GnuradioConfig script. They are
>> duplications; the latter, if used, should replace any need fo
Does a stream-to-vector block buffer the input stream? For example,
if I want to create a length 2048-sample vector from a stream, is the
vector updated every 2048 samples? Or is it updated every sample?
I want to feed an FFT block with a 2048-sample vector and I want to
make sure that I'm n
Does a stream-to-vector block buffer the input stream? For example, if I want
to create a length 2048-sample vector from a stream, is the vector updated
every 2048 samples? Or is it updated every sample?
I want to feed an FFT block with a 2048-sample vector and I want to make sure
that I'm no