Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread abhishek
Hey Marcus, My after this command "gnuradio-config-info --version" i got 3.7.2.1 later i type "pkg-config --modversion gnuradio-runtime" i got abhishek@abhishek-Inspiron-N5110:~$ pkg-config --modversion gnuradio-runtime Package gnuradio-runtime was not found in the pkg-config

Re: [Discuss-gnuradio] \"make\" error while making detector (howto_detect_ff) block.

2015-03-31 Thread abhishek
he code all brackets are up to the mark and used properly. abhishek@abhishek-Inspiron-N5110:~/gr-howto/build$ make Scanning dependencies of target gnuradio-howto [ 5%] Building CXX object lib/CMakeFiles/gnuradio-howto.dir/howto_detect_ff_impl.cc.o In file included from /home/abhishek/gr-howto/li

[Discuss-gnuradio] Accessing commedi drivers through gnuradio

2011-06-26 Thread Abhishek
Hi all, I want to access comedi drivers using gnuradio. comedi provides drivers for 600+ DAQ cards. Is there any documentation available for same. Thanks, Abhishek. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

[Discuss-gnuradio] error: GNURADIO filter not found, while making own custom block in gnuradio

2015-03-06 Thread Abhishek Shukla
While making own custom block "derivative_ff" using method specified in " https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig"; on Gnuradio 3.7.3 and for OS ubuntu 4.10, following error struck me while compiling the file using "cmake ../". ab

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 8

2015-03-07 Thread Abhishek Shukla
quot;; and build all the dependencies using cmake and make command i am not getting how to rectify this, any help will be appreciated, Thanks in advance, Abhishek. On Sat, Mar 7, 2015 at 10:30 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@g

[Discuss-gnuradio] Getting error: No module named howto_swig

2015-03-07 Thread Abhishek Shukla
the statement "Disabling SWIG because version check failed". I tried to troubleshoot be installing or upgrading SWIG, but it did not solve my error. ERROR: /home/abhishek/gnuradio-master/gr-howto/build/DartConfiguration.tcl Test project /home/abhishek/gnuradio-master/gr-howto/build Construc

[Discuss-gnuradio] rror: GNURADIO filter not found, while making own custom block in gnuradio and Getting error: No module named howto_swig

2015-03-08 Thread Abhishek Shukla
earlier.? 2) and whether this problem will solve my previous problem of "No module named howto_swig"..>? any help will be appreciated, Thanks in advance, Abhishek. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists

[Discuss-gnuradio] error: make test failed

2015-03-08 Thread Abhishek Shukla
d, Thanks in advance, Abhishek. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GRC application tool is not opening

2015-03-10 Thread Abhishek Shukla
my plan of action ready, but the thing is unexpected errors in gnuradio. Any help will be appreciated, Thanks in advance, Abhishek. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-14 Thread Abhishek Shukla
ot;; But i am stuck with an error while cmake abhishek@abhishek-Inspiron-N5110:~/gr-howto/build$ cmake ../ -- The CXX compiler identification is GNU 4.8.2 -- The C compiler identification is GNU 4.8.2 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c+

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
Would you tell me how to add gnuradio-runtime.pc to the PKG_CONFIG_PATH environment variable? Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:12 AM, Marcus Müller wrote: > Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
hey marcus, Thanks for all your help, now have completed everything properly, but I am not able to find "square_ff" block in grc, would you please help me out. Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:44 AM, Marcus Müller wrote: > Hi Abhishek, > > On 03/15/2015

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
libraries..? Please help me out..This might be my last querry, thanks for all your helps and suggestion:) Abhishek On Mon, Mar 16, 2015 at 2:41 AM, Abhishek Shukla wrote: > my grc is 3.7.2.1.. can i uninstall 3.7.7 version and then work on > it...? > Thanks in

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
helps and suggestion:) Abhishek On Mon, Mar 16, 2015 at 3:09 AM, Marcus Müller wrote: > my grc is 3.7.2.1.. can i uninstall 3.7.7 version and then work > on it...? > > abhishek, this thread is starting to get overly long. Please just do as I > recommend. Uninstall *all

[Discuss-gnuradio] "make" error while making detector (howto_detect_ff) block.

2015-03-29 Thread Abhishek Shukla
hey, I am working to make a detector block in gnuradio 3.7.1 using gr-how "out-of-tree module". I am stuck with an error during make command abhishek@abhishek-Inspiron-N5110:~/gr-howto/build$ make Scanning dependencies of target gnuradio-howto [ 5%] Building CXX object lib/CMakeFile

Re: [Discuss-gnuradio] \"make\" error while making detector (howto_detect_ff) block.

2015-04-05 Thread Abhishek Shukla
et install:) Thanks in advance, Abhishek On Mon, Apr 6, 2015 at 12:35 AM, Abhishek Shukla wrote: > hey happy easter:) > I generated module using gr-modtool as shown in " > https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules"; > latter, as gsl_ma

[Discuss-gnuradio] Attribute error

2015-04-05 Thread Abhishek Shukla
hey, I have been working with Eigen value detection in GNU Radio..I am new to this and i get the following error whenever i execute the flowgraph in GRC. File "/home/abhishek/top_block.py", line 53, in __init__ self.howto_detect_ff_0 = howto.detect_ff(100, 16, 1500) AttributeErro

Re: [Discuss-gnuradio] \"make\" error while making detector (howto_detect_ff) block.

2015-04-06 Thread Abhishek Shukla
hey marcus, For that block, now i get the following error whenever i execute the flowgraph in GRC. File "/home/abhishek/top_block.py", line 53, in __init__ self.howto_detect_ff_0 = howto.detect_ff(100, 16, 1500) AttributeError: 'module' object has no attribute 'detec

[Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-02-22 Thread Abhishek Bhowmick
on, Signal Processing, Computer Architecture Thanks, Abhishek Bhowmick ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-02-24 Thread Abhishek Bhowmick
On Mon, Feb 24, 2014 at 9:00 PM, Tom Rondeau wrote: > On Mon, Feb 24, 2014 at 12:15 AM, West, Nathan > wrote: >> On Sun, Feb 23, 2014 at 12:52 AM, Abhishek Bhowmick >> wrote: >>> Hello, >>> I have completed a Bachelor's degree in Electrical Engineeri

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-02-25 Thread Abhishek Bhowmick
and then further accelerating using AVX2/FMA etc. Doing both will of course limit the number of applications/algorithms I can feasibly target. What's your take on this ? Abhishek On Wed, Feb 26, 2014 at 5:03 AM, West, Nathan wrote: > On Tue, Feb 25, 2014 at 4:37 PM, West, Nathan

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-10 Thread Abhishek Bhowmick
support for all. 3. How feasible/useful does it sound to incorporate the newly added idea of 'turbo equalizer' within the ofdm system ? Are the requirements of the proposed equalizer overkill for the ofdm blocks? Abhishek On Wed, Feb 26, 2014 at 1:49 AM, Abhishek Bhowmick wrote

[Discuss-gnuradio] gr-ctrlport

2014-03-11 Thread Abhishek Bhowmick
2.04 (something wrong with the tarball available for download). Has anyone got this to work correctly ? Else, do I have to revert to ice 3.4.x with something less than gcc-4.6 ? Abhishek ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://

Re: [Discuss-gnuradio] gr-ctrlport

2014-03-12 Thread Abhishek Bhowmick
Paths were already updated. So that's not the issue I feel. I will retry using the build-gnuradio script to ensure nothing was wrong with downloaded tarball. On Wed, Mar 12, 2014 at 3:14 PM, Tom Rondeau wrote: > On Wed, Mar 12, 2014 at 7:12 AM, Abhishek Bhowmick > wrote: > >

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-14 Thread Abhishek Bhowmick
/performance? 3. Is it a good idea to include such implementations alongside doing new volk kernels in the same proposal ? Abhishek On Wed, Mar 12, 2014 at 3:38 AM, Florian Kaltenberger < florian.kaltenber...@eurecom.fr> wrote: > Hi Nathan and Abhishek, > > > On 10/03/2014 2

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-15 Thread Abhishek Bhowmick
Here is the link for my first proposal draft : https://github.com/abhowmick22/GSoc14-Proposal I will keep revising it. Seeking feedback in meantime. Thanks all. Abhishek On Sat, Mar 15, 2014 at 3:37 AM, Martin Braun wrote: > On 14.03.2014 19:27, Abhishek Bhowmick wrote: > >&g

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-19 Thread Abhishek Bhowmick
Thanks. Will address these points. Project proposal is already on Melange, actual proposal is uploaded at : https://github.com/abhowmick22/GSoc14-Proposal Abhishek On Wed, Mar 19, 2014 at 11:49 PM, Michael Dickens wrote: > Hi Abhishek - Your proposal is coming along nicely! I'll

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-19 Thread Abhishek Bhowmick
My current hardware doesn't support AVX2. How practical is it to develop software for AVX2 intrinsics using Intel's SW Development Emulator (and possible performance testing on a remote machine) ? Abhishek On Wed, Mar 19, 2014 at 5:39 AM, West, Nathan wrote: > Can you enter

[Discuss-gnuradio] GSoC participant ; Introduction, progress, plan etc

2014-04-27 Thread Abhishek Bhowmick
/google/gsoc2014/abhowmick22/5700735861784576 Here are my essential details : Name : Abhishek Bhowmick Google ID : AbhishekBhowmick22 IRC nick : abhowmick22 University (will be joining) : Carnegie Mellon

Re: [Discuss-gnuradio] GSoC participant ; Introduction, progress, plan etc

2014-05-24 Thread Abhishek Bhowmick
New blog posts up related to VOLK kernels. Seeking comments and feedback. http://abhishekbhowmick.blogspot.in/ On Sun, Apr 27, 2014 at 9:24 PM, Abhishek Bhowmick wrote: > Hi everyone, > I have been selected for GSoC 2014 under GNU Radio. I will be working > on VOLK over the summer - m

Re: [Discuss-gnuradio] GSoC participant ; Introduction, progress, plan etc

2014-06-14 Thread Abhishek Bhowmick
More updates, new kernels, more code. http://abhishekbhowmick.blogspot.in/2014/06/fast-numerical-kernels-fresh-from-oven.html On Sat, May 24, 2014 at 5:25 PM, Abhishek Bhowmick wrote: > New blog posts up related to VOLK kernels. Seeking comments and feedback. >

Re: [Discuss-gnuradio] GSoC participant ; Introduction, progress, plan etc

2014-06-27 Thread Abhishek Bhowmick
potential new operations desirable in volk and other feedback, is greatly appreciated. One such suggestion that came during the proposal submission phase was acceleration of the out-of-tree gr-dvbt block by Bogdan Diaconescu, so that is a good candidate for post gsoc work. Abhishek On Sat, Jun 1

[Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-04 Thread Abhishek Bhowmick
be greatly appreciated. Abhishek Bhowmick. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP2 hitch

2010-06-23 Thread Abhishek B
hi all I have access to a USRP2 board. I recently loaded the new firmware and fpga images onto it, which have UHD support i.e. To be precise, the firmware image was the one released on 21st june and the fpga image was the one released on the 15th of june, found on the Ettus website. I have been try

Re: [Discuss-gnuradio] USRP2 hitch

2010-06-23 Thread Abhishek B
2.html#setup-networking > > I recommend disabling firewall, setting your static IP. If you still have > issues use wireshark and/or a serial adapter on the usrp2. > > -Josh > > > On 06/23/2010 09:35 AM, Abhishek B wrote: > >> hi all >> I have access to a USRP2 bo

Re: [Discuss-gnuradio] uhd installer(build-gnuradio) got stuck

2011-07-12 Thread Abhishek Gupta
Hi Nemanja, I already have gnuradio installed on my machine. I was actually trying to install uhd with that script. Since that script didn't work for me, I followed these steps to install uhd written in the script: *git clone git://code.ettus.com/ettus/uhd.git >/dev/null 2>&1 cd uhd/host mkdir

Re: [Discuss-gnuradio] uhd installer(build-gnuradio) got stuck

2011-07-13 Thread Abhishek Gupta
Hi Josh, I am not sure if that component was enabled or not. Since while installing gnuradio I didn't see that they specified enabling this component. So last night I tried running the build-gnuradio script( http://www.sbrac.org/files/build-gnuradio ) without prereqs and let it build/install

[Discuss-gnuradio] compile/install one component

2011-08-19 Thread Abhishek Gupta
Hi, We want to modify the source of a single component, compile it and then reinstall it. Is it possible to do so or I have to install the whole gnuradio? If code breaks, is it easy to revert back just by reinstalling the original component again? Thanks, Abhi. _

[Discuss-gnuradio] Modulation Technique

2007-12-01 Thread abhishek jaiswal
Hello Everyone, Can any one tell me, the default modulation technique used by USRP board. And also where I find the complete description of USRP board in detail. - Get easy, one-click access to your favorites. Make Yahoo! your homepage.___

[Discuss-gnuradio] 80211b problem

2007-12-01 Thread abhishek jaiswal
Hello Everyone, I am using bbn_80211b_rx.py code and I am getting error No module named bbn_80211b_pkt I think, I don't have the above mention module. can some one tell me where I can find this module. Thanks - Never miss a thing. Make Yahoo your