Re: [Discuss-gnuradio] GSOC 14 project "Vector Network Analyzer"

2014-03-09 Thread MITUL VEKARIYA
Hi Martin Thanks for the reply. Right now I am preparing draft for proposal. As soon as I finish my draft I will upload it so that mentors can evaluate it. > Thanks > Mitul Vekariya > Institute of Technology > Nirma University > India > ___ Discuss-gnu

[Discuss-gnuradio] compile with eigen

2014-03-09 Thread ??????????????
hi ,all i write a block whit eigen library,and what should i do when to compile with this library,such as add something in the Cmakelist.txt or Makefile , i'm sorry ,i donot familiar with this thanks, BZS___ Discuss-gnuradio mailing list Discuss-gnuradio

[Discuss-gnuradio] what does noutput mean in a FFT block whic fft_len=2048?

2014-03-09 Thread ??????????????
hi, i want deal the data after FFT in my own block,i copy a fft_len*sizeof(gr_complex) length of data from in to a buffer,then deal the data ,and copy the dealed data from buffer to the out, in a FFT blocks,if there is size_t block_size=output_signature()->sizeof_stream_item(0); when i use

[Discuss-gnuradio] get_tags_in_range

2014-03-09 Thread Nowlan, Sean
I'm using get_tags_in_range with bounds outside the absolute sample offsets presented in each work function. I'm using this to add end-of-burst tags at offset K-1 for every start-of-burst tag that I find at offset K (except the very first K). I just want to confirm that this is valid. All my te

Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module

2014-03-09 Thread Richard Cagley
On Sun, Mar 9, 2014 at 2:51 PM, Philip Balister wrote: > meta-sdr github i created an issue in the repo on github. Hopefully I captured the problem sufficiently. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/

Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module

2014-03-09 Thread Philip Balister
On 03/09/2014 03:44 PM, Tom Rondeau wrote: > On Sun, Mar 9, 2014 at 3:39 PM, Richard Cagley wrote: >> I'm playing with gnuradio on zynq by following this tutorial >> http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq >> >> I'm playing with this great tutorial >> http://gnuradio.org/redmine/pr

Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module

2014-03-09 Thread Richard Cagley
thanks! That did the trick. On Sun, Mar 9, 2014 at 12:44 PM, Tom Rondeau wrote: > On Sun, Mar 9, 2014 at 3:39 PM, Richard Cagley wrote: > > I'm playing with gnuradio on zynq by following this tutorial > > http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq > > > > I'm playing with this gre

Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module

2014-03-09 Thread Tom Rondeau
On Sun, Mar 9, 2014 at 3:39 PM, Richard Cagley wrote: > I'm playing with gnuradio on zynq by following this tutorial > http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq > > I'm playing with this great tutorial > http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq > But, when I try to run

[Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module

2014-03-09 Thread Richard Cagley
I'm playing with gnuradio on zynq by following this tutorial http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq I'm playing with this great tutorial http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq But, when I try to run cmake on the gr-zynq project I get an error about the gnuradio-ru

Re: [Discuss-gnuradio] GSoC: Multiple students working on an idea.

2014-03-09 Thread Niall Grant
Hi All, I am a Masters computing student (software focused) from Edinburgh, Scotland. I am looking to take part in GSoC this year. I am particularly interested in the Radar Toolbox idea. I am also looking to do my masters thesis on SDR in Maritime Search and Rescue and have experience in this area

Re: [Discuss-gnuradio] GSoC: Multiple students working on an idea.

2014-03-09 Thread Jens Elsner
Hi Jared, Am 09.03.2014 19:30, schrieb Jared Boone: "11. What happens if two students are accepted to work on the same project, e.g. from an organization's Ideas list?" "That's fine, a little duplication is par for the course in open source." I take this to mean I should have both students s

[Discuss-gnuradio] GSoC: Multiple students working on an idea.

2014-03-09 Thread Jared Boone
Hi GNU Radio discussers, I'm the mentor for the signal analysis tool on the GNU Radio GSoC ideas page. I was contacted by two students interested in working on the project. They know each other, go to the same school, and are in my home town -- a very nice setup! A recent message on this list a

Re: [Discuss-gnuradio] GSoC14 participation

2014-03-09 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kunal, https://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page#10._Can_a_group_apply_for_and_work_on_a Min=Max=1 :) Greetings, Marcus On 09.03.2014 12:10, kunal sankhe wrote: > Hello, > > For GSoC-14 , what is m

Re: [Discuss-gnuradio] use of gr-specest for direction finding of a 1X2 MIMO system

2014-03-09 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chandan, the specest (spectral estimation toolbox) uses MUSIC to estimate the spectrum; it does that by using the MUSIC algorithm on an unmodified autocorrelation matrix estimate of *one* input sample stream; if you supply different data, MUSIC wil

Re: [Discuss-gnuradio] use of gr-specest for direction finding of a 1X2 MIMO system

2014-03-09 Thread Chandan Pradhan
hello, I downloaded and build gr-specest block from github site " https://github.com/kit-cel/gr-specest"; into gnu radio 3.6.5.1, But while make test i got the following result: Test project /home/testbed/Downloads/gr-specest-master/build Start 1: qa_specest_arburg_impl 1/15 Test #1: qa_

[Discuss-gnuradio] GSoC14 participation

2014-03-09 Thread kunal sankhe
Hello, For GSoC-14 , what is minimum and maximum number of students can be part of one team? Thanks and regards, Kunal ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] use of gr-specest

2014-03-09 Thread Moritz Fischer
On Mar 8, 2014 7:38 PM, "Chandan Pradhan" wrote: > > can the gr-specest be used to implement root music algorithm for direction finding?? Yes. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnu