Re: [Discuss-gnuradio] Matrices in gnuradio

2013-05-10 Thread Moritz Fischer
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

[Discuss-gnuradio] *** SDR Workshop at WPI *** Next Friday May 17 ***

2013-05-10 Thread Bruce Penswick
*** *  Third-Annual   * * New England Workshop on Software-Defined Radio  * *  NEWSDR 2013    * * *

[Discuss-gnuradio] +++++ Announcing NEWSDR at WPI, Coming This Friday May 17 +++++

2013-05-10 Thread Bruce Penswick
*** *  Third-Annual   * * New England Workshop on Software-Defined Radio  * *  NEWSDR 2013    * * *

Re: [Discuss-gnuradio] Parameter block: No Boolean type?

2013-05-10 Thread Josh Blum
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

[Discuss-gnuradio] Parameter block: No Boolean type?

2013-05-10 Thread Monahan-Mitchell, Tim
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

Re: [Discuss-gnuradio] GnuradioConfig.cmake on master

2013-05-10 Thread Marcus D. Leech
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

Re: [Discuss-gnuradio] GnuradioConfig.cmake on master

2013-05-10 Thread Tom Rondeau
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

Re: [Discuss-gnuradio] Newbie question that I can't seem to find an answer to

2013-05-10 Thread Marcus D. Leech
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

[Discuss-gnuradio] Newbie question that I can't seem to find an answer to

2013-05-10 Thread Bennett, David S. (Scott)
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