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

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] 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 (

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

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 https://github.com/mitul93 - final year student of Electronics and Communication (ECE) branch at Nirma University, India. I am very interested in mentioned project http://gnuradio.org/redmine/projects/gnuradio/wiki/GSoC. I like

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:

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 python

[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 -

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

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

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] 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

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

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 n...@ostatemail.okstate.edu 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

[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

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