Re: [Discuss-gnuradio] Autogenerate Code Function

2017-07-08 Thread vamsi krishna
Thank you Marcus! Vamsi Sent from my iPhone > On Jul 8, 2017, at 10:47, Marcus Müller wrote: > > Hi Rich, > > I think the executable you're looking for is ´grcc´ :) > > Cheers, > Marcus > > >> On 08.07.2017 19:15, Richard Bell wrote: >> Hi all, >> >> I am in a situation where I have a grc

[Discuss-gnuradio] Packet based system

2017-05-29 Thread Vamsi Krishna Adsumilli
Hi, Is there a way to existing block which sends out data only when packet arrives but keeps sending out nothing until then? I expected “PDU to tagged stream” block to work that way, but it seems like that block waits for input to fill to start sending out stream. I would like to build somethi

Re: [Discuss-gnuradio] New Module using gr_modtool Error

2016-11-20 Thread vamsi krishna
even installing gnuradio-devel macport, which gave the same error. ThanksVamsi On Sunday, 20 November 2016 3:17 PM, vamsi krishna wrote: Hi, I run into the attached error when I create a OOT module and installed it using the following commands. #gnuradio commands#inside gr directory

[Discuss-gnuradio] New Module using gr_modtool Error

2016-11-20 Thread vamsi krishna
Hi, I run into the attached error when I create a OOT module and installed it using the following commands. #gnuradio commands#inside gr directorymkdir buildcd build #the install prefix should be given as gnuradio was installed in that folder by MacPortscmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/loca

[Discuss-gnuradio] Rational number for Interpolation factor

2015-09-27 Thread vamsi krishna
Hi, Is there a way to get rational number as interpolation (or decimation) factor rather than just a integer?I have gone through the documentation and found this, gr_sync_interpolator::gr_sync_interpolator (const std::string &name,                                            gr_io_signature_sptr i

Re: [Discuss-gnuradio] Installing GNURadio Using build script

2015-09-08 Thread vamsi krishna
Hi Marcus, RAM was the issue. It worked like charm once I increased the RAM size. Thank you. On Tuesday, 8 September 2015 11:36 AM, Marcus D. Leech wrote: On 09/08/2015 02:32 PM, vamsi krishna wrote: Hello Everyone, When I try to install GNURadio using the build script

[Discuss-gnuradio] Installing GNURadio Using build script

2015-09-08 Thread vamsi krishna
Hello Everyone, When I try to install GNURadio using the build script provided the build-gnuradio script I get the following error. [ 47%] Building CXX object gr-filter/lib/CMakeFiles/test-gr-filter.dir/qa_firdes.cc.o[ 47%] Building CXX object gr-filter/lib/CMakeFiles/test-gr-filter.dir/qa_fir

[Discuss-gnuradio] Linking .so files to OOT module

2015-09-07 Thread vamsi krishna
Hello everyone, I'm trying to create a source and sink block which will connect to a database to fetch and drop data. The interface to the database is created using shared libraries (.so files) that were defined by someone else, not us. I have included the header file, which contains all the int