[Discuss-gnuradio] [PATCH] GRC: Use max_noutput_items in start() and run()

2012-05-03 Thread tzopik
Hello to all users of gnuradio. This is my first contribution to the gnuradio and consists of a change in the GRC that takes advantage of 'max_noutput_items' to adjust the maximum number of items allowed for any block in the GRC flowgraph. The function that Do you seek to take advantage is in the

Re: [Discuss-gnuradio] b100 error

2012-06-11 Thread tzopik
2012/6/11 Josh Blum : > >> >> the SID keeps changing although .. While I saw I similar problem earlier in >> this >> thread(http://old.nabble.com/uhd-b100-problems-td33345827.html#a33345827  ) >> but I am afraid that the problem still persists :( >> >> my UHD version is uhd-images_003.004.001-109-g

Re: [Discuss-gnuradio] b100 error

2012-06-12 Thread tzopik
I think the problem is related to the host code, because i have an UBUNTU installations where the SID message appears less times and b100 hardware no need a reboot to working correctly. In GENTOO i have this version of the UHD: linux; GNU C++ version 4.6.3; Boost_104900; UHD_003.004.002-137-g49d4

Re: [Discuss-gnuradio] b100 error

2012-07-05 Thread tzopik
UHD-image 003.004.001-109-g6ca39ad9 Wed Apr 25 19:13:06 PDT 2012 Best regards, Jose Quaresma 2012/6/12 tzopik : > I think the problem is related to the host code, because i have an > UBUNTU installations where the SID message appears less times and b100 > hardware no need a reboot t

Re: [Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread tzopik
Tommy You need to re-compile the source of the module in the gentoo computer because the libs and so many things is diferent in Gentoo vs Ubuntu copy all project created by gr-modtool from ubuntu to gentoo and run in gentoo: cd /path/your_blocks rm build/ -rf mkdir build cd build cmake ../ make s

[Discuss-gnuradio] [PATCH] Adds some new options to wx-gui instruments and grc

2013-04-13 Thread tzopik
Hello to all users of gnuradio. I use these changes for some time now and I think it can be useful. This series of 4 patch adds some new options to wx-gui instruments and grcas described above. All the patches also added modification on gnuradio-companion to support the new features. The patches a

Re: [Discuss-gnuradio] [PATCH] Adds some new options to wx-gui instruments and grc

2013-04-13 Thread tzopik
Changes in the histogram modification can be viewed in the attached grc Greetings to all, Jose Quaresma hist.grc Description: Binary data ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio