Re: [Discuss-gnuradio] how to write a block

2014-03-05 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi BZS, just use gr_modtool to generate a block of the same type (sync/hier/general/...) and then modify the include/blockname.h to inherit from the file you want. You will also have to use set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS) in the top-directo

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

2014-03-05 Thread MITUL VEKARIYA
Hi, Thanks for reply. I want to measure phase between reference signal and signal coming from DUT(Device Under Test). It may possible that due to non-linear characteristic of the device, there are changes in frequency and amplitude of signal. In this case the method you mentioned will give correct

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

2014-03-05 Thread zhenhua han
Taking the average of all datas may works :) Airprobe uses this method to calculate the phase difference. Best, Zhenhua 2014-03-05 19:09 GMT+08:00 MITUL VEKARIYA <10bec...@nirmauni.ac.in>: > Hi, > Thanks for reply. > I want to measure phase between reference signal and signal coming from > DUT(

Re: [Discuss-gnuradio] Error in "Constellation Decoder" block

2014-03-05 Thread Azza Ben Mosbah
Tom, Thank you for the help. But, even that didn't work. I tried a different approach. I configured the "Constellation Object" block with the* symbol map *and the *constellation points*. Then, I called it in the argument of the "Constellation Decoder" block. And it worked. I am still wondering

[Discuss-gnuradio] Not understanding the HRPT receiver

2014-03-05 Thread Pablo Fernández Alonso
Hi, I downloaded the usrp_rx_hrpt receiver from gr-noaa repository and I don't understand the scheme. If someone could help me I would really appreciate it. Regards, Pablo. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.or

[Discuss-gnuradio] SDR FM Transmitters

2014-03-05 Thread Stefan Gofferje
Hi, recently, there's lot's of low power FM transmitters on eBay. Looks like there was some change in the US allowing low power stations... Anyways, I now stumbled over an SDR version (http://www.ebay.com/itm/261391237801) and was wondering if anybody had a look at one of those already or maybe ev

[Discuss-gnuradio] GSoC - Integration of GNU Radio into Eclipse

2014-03-05 Thread Кирилл Снежко
Hi everybody! My name is Kirill Snezhko and i am a student of Bauman Moscow State Technical University and an exchange student in Hochschule Bonn-Rhein-Sieg. I am very interested in this topic - Integration of GNU Radio into Eclipse ( http://gnuradio.org/redmine/projects/gnuradio/wiki/GSoC#Integra

Re: [Discuss-gnuradio] GSoC - Integration of GNU Radio into Eclipse

2014-03-05 Thread Martin Braun
On 05.03.2014 16:42, Кирилл Снежко wrote: Hi everybody! My name is Kirill Snezhko and i am a student of Bauman Moscow State Technical University and an exchange student in Hochschule Bonn-Rhein-Sieg. I am very interested in this topic - Integration of GNU Radio into Eclipse(http://gnuradio.org/r

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

2014-03-05 Thread Martin Braun
On 04.03.2014 18:36, MITUL VEKARIYA wrote: Hi I am Mitul Vekariya - final year student of Electronics and Communication (ECE) branch at Nirma University, India. I am very interested in mentioned project . I like

Re: [Discuss-gnuradio] Rayleigh fading simulator

2014-03-05 Thread Richard Clarke
Hi Nasi, when I checked the fading models supplied in GNU Radio 3.7 the other week they seemed to be generating nasty glitches in their output. You could instead take a look at 'my' custom block for doing simple single path configurable doppler Rayleigh fading. The output of this has been statisti

[Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread George Sklivanitis
Hello all, I am dealing with the problem of undefined symbol when trying to execute a python script for testing my new custom block created in GNU Radio 3.7.2. I used gr_modtool for creating the new block and also followed the instructions posted at http://gnuradio.org/redmine/projects/gnuradio/w

Re: [Discuss-gnuradio] Summit on SDR : Update

2014-03-05 Thread sumitstop
Update : 1. I will be doing demonstrations of FunCube Dongle with GNU Radio and some other windows based applications. You can come and watch before purchasing this little demon :) 2. Demonstration with some basic applications of USRP and GNU Radio -- View this message in context: http://

Re: [Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread Michael Berman
What is the "undefined symbol"? This could be something not linked properly inside the CMake files. Michael On Wed, Mar 5, 2014 at 11:57 AM, George Sklivanitis < george.sklivani...@gmail.com> wrote: > Hello all, > > I am dealing with the problem of undefined symbol when trying to execute a > p

[Discuss-gnuradio] Creating OOT module

2014-03-05 Thread Арсений Соболев
Hello everyone! Met a problem, cannot create OOT module. Red manuals, wiki, howto... In wiki says, that gr_modtool is included in distribut of GNURadio, but I have not found it there. I download it from ftp, but, again, problem. I do everything as said in wiki. gr_modtool newmod howto - wor

Re: [Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi George, This is a little unspecific. Most probably you have a problem similar to the fftw- related problem of activecat, but that's only guessing... Please heed http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors when reporting e

Re: [Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread Nowlan, Sean
The first place I'd look is in your_block.h. Did you remember to declare any public member functions to be pure virtual in that file, and then declare your (non-virtual) functions in your_block_impl.h? If you forgot to declare pure virtual functions, i.e., "virtual return_type your_block(args_li

Re: [Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread Nowlan, Sean
Ah, nevermind about the wiki edit. The use of pure virtual functions is already discussed in http://gnuradio.org/redmine/projects/gnuradio/wiki/BlocksCodingGuide . Still, the gr_modtool addition may be useful. -Original Message- From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech...

[Discuss-gnuradio] gr-audio OSX fixes test branch (take 3)

2014-03-05 Thread Michael Dickens
I just pushed the latest, and, maybe, final, changes to my gr-audio OSX test branch: < https://github.com/michaelld/gnuradio/tree/fix_gr_audio_osx > The latest changes move the osx_impl functions into gr::audio::osx, use them correctly, and install the osx_impl.h header (with the other audio hea

Re: [Discuss-gnuradio] Problem with undefined symbol in new block created by gr_modtool in 3.7.2

2014-03-05 Thread George
Thanks everyone. In order to be more specific regarding the future readers of this post, I am using Ubuntu 12.04 and GNU Radio v3.7.2. I am using the embedded gr_modtool in order to create a custom signal processing block from scratch. My block does not use FFT. Finally, the problem was solved

Re: [Discuss-gnuradio] gr-audio OSX fixes test branch (take 3)

2014-03-05 Thread Johnathan Corgan
On 03/05/2014 01:54 PM, Michael Dickens wrote: > I just pushed the latest, and, maybe, final, changes to my gr-audio > OSX test branch: < > https://github.com/michaelld/gnuradio/tree/fix_gr_audio_osx > This is great stuff. We're ready to cut a 3.7.2.2 and 3.7.3 release, as well as a new DVD based

Re: [Discuss-gnuradio] [VOLK] Working Group reminder and invitation

2014-03-05 Thread West, Nathan
On Tue, Mar 4, 2014 at 1:58 PM, West, Nathan wrote: > All, > > Based on the G+ responses there should be a pretty good turn out for > the VOLK working group call tomorrow. This is partially a reminder (in > case those G+ reminders aren't enough) and an invitation for GSoC > students interested in

[Discuss-gnuradio] gr_modtool

2014-03-05 Thread ??????????????
hi?? i use gr_modtool to add a new block in an exist module,it apper this : No GNU Radio module found in the given directory. Quitting. what shoud i do to solve it thanks, BZS___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.

[Discuss-gnuradio] self.set_min_noutput_items() is not a valid python command in gnuradio ?

2014-03-05 Thread Activecat
Dear Sir, In c++ we have: set_min_noutput_items() What is it equivalent syntax in python ? I try this: self.set_min_noutput_items() Error message: AttributeError: 'quadrator_upconverter_python1' object has no attribute 'set_min_noutput_items' Note: The self.set_output_multiple() in python

Re: [Discuss-gnuradio] gr_modtool

2014-03-05 Thread Marcus Müller
Hi BZS! Your question is very vague. Please do make sure to include what you actually did (in commands, where you executed them, where your module comes from...) and what you've tried to solve your problem yourself, otherwise we will a) don't know what's the problem and b) feel like we're actu

Re: [Discuss-gnuradio] Creating OOT module

2014-03-05 Thread Marcus Müller
Hi ???, gr_modtool is usually included in the distribution, because it must fit to your GR version. If you can't find it you a) have a *very* old version of GNU Radio or b) it wasn't installed correctly, but if you say you did it by the wiki, then it should be fine... strange. so: how did