Re: [Discuss-gnuradio] i need help

2014-12-21 Thread
Hello Maheshkumar, You can take a look at this: http://lists.gnu.org/archive/html/discuss-gnuradio/2014-08/msg00030.html Now there no need ice anymore, so you don't need to install ice part and modify .bash part. Hope this will help you. Sincerely, Jeff Guo Maheshkumar Pandit 於 2014年12月21日

Re: [Discuss-gnuradio] Latest Gnuradio git won't compile on OS X

2014-10-24 Thread
I would like to trying to help. I'm using yosemite now. I install dependency using macports, but und & gnu radio install by manually. Attach is the command that using llvm-gcc clang. They are run into same error, but I cannot telling why. And I try gcc4.9 install by macport didn't have the problem,

Re: [Discuss-gnuradio] Clarification

2014-08-11 Thread
e: > > > > W dniu 08.08.2014 o 11:53, 奕佑 pisze: > > > Hello, > > > > > > I have the same problem before. After adding the virtual function > in > > > include directory and other are done. > > > > >

Re: [Discuss-gnuradio] Clarification

2014-08-08 Thread
Hello, I noticed that even I add a space in c++. make will recompile it. Is there any command to fore it to rebuild swing or just clean swing and then doing "make" will compilation swig ? Jeff Guo 2014-08-08 22:09 GMT+08:00 Martin Braun : > On 08/08/2014 03:25 PM, Tom Rondeau wrote: > > I

Re: [Discuss-gnuradio] Clarification

2014-08-08 Thread
Hello, I have the same problem before. After adding the virtual function in include directory and other are done. You need to "make clean" and after that you just make and make install. The "AttributeError: 'module' object has no attribute" will solve. I have no idea why the swig won't update wh

Re: [Discuss-gnuradio] Continuous and Discrete data combine

2014-08-07 Thread
Hello, I just remember my DSP teacher told me that the digital signal sample rate mean nothing in digital world, but in the "real" word it is important and sample rate is we assign the meaning to a group of data and we can to like fft or something needs time. So it's my fault. Thank you for remind

Re: [Discuss-gnuradio] Continuous and Discrete data combine

2014-08-07 Thread
7;a') raw_input('Press Enter to quit: ') tb.stop() tb.wait() -- Jeff Guo 2014-08-07 19:07 GMT+08:00 Martin Braun : > On 08/07/2014 12:54 PM, 奕佑 wrote: > > Hello, > > > > Is there any way to combine continuous block (like audio source) and > > di

[Discuss-gnuradio] Continuous and Discrete data combine

2014-08-07 Thread
Hello, Is there any way to combine continuous block (like audio source) and discrete block (like message source) ? Question 1 I using add block to add them together, but it failed. It work well when the discrete block output data like continuous block but discrete block means there is not output

Re: [Discuss-gnuradio] Fwd: gnuradio companion core dump

2014-08-04 Thread
Hello, I already install gnu radio in ubuntu 14.04 with ctrl port Here is the command: ***Ubuntu install*** sudo apt-get update sudo apt-get install -y g++ git make cmake sdcc guile-2.0 ccache python-dev swig libfftw3-dev libcppunit-dev libboost1.54-all-dev libgsl0-dev libusb-1.0-0 libusb-1.0-0-

[Discuss-gnuradio] GNURadio OOT add custom function

2014-08-02 Thread
Hello, Recently, I using gr_modtool to create my own block. I add a c++ block and in the .h file I add a function, but after compile it I cannot call my function in python I just get error message "AttributeError: '(My blocks)' object has no attribute '(function)'". I compare my code with other lo