[Discuss-gnuradio] C++ library are generated by matlab compiler

2010-05-15 Thread Makmur Hidayat
Dear all, I use matlab compiler to generate C++ library, two of them with extention .h and .cpp Can I use the library to make new block in gnu radio? Thank you for your help Makmur ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.

[Discuss-gnuradio] error meaning: not connected internally

2010-04-06 Thread Makmur Hidayat
Dear all, I try to make simulation for qam loopback. But there is an error: RuntimeError: hierarchical block 'qam8_demod' input 0 is not connected internally What is the error mean? Thank you for your help Makmur File "/home/makmur/sim_qam_loopback.py", line 150, in tb.Run(True) File "/u

[Discuss-gnuradio] Making new block

2010-03-29 Thread Makmur Hidayat
> > Dear all, > > I learn about Writing A Signal Processing Block for GNU Radio. > Then I run qa_howto.py. The result like this: > > Traceback (most recent call last): > File "./qa_howto.py", line 24, in > import howto > ImportError: No module named howto > > Therefore, does it mean that the

[Discuss-gnuradio] Demodulate pam signal

2010-03-22 Thread Makmur Hidayat
Dear all, I want to demodulate pam signal using gnu radio. But in GRC and in C++ API doc, I didn't find the class for demodulating the pam signal. Therefore, do I have to make new class? Thank you for your suggestion Makmur ___ Discuss-gnuradio mailing

[Discuss-gnuradio] Decoding of a transmit signal file from matlab

2010-03-20 Thread Makmur Hidayat
Hi, I try to demodulate a file of a transmit signal file (from matlab). But I can not get the correct message. Therefore I need your suggestion. Below is the code Thanks Makmur #!/usr/bin/env python from gnuradio import gr from gnuradio.eng_option import eng_option from grc_gnuradio import wxgu

Re: [Discuss-gnuradio] GNU Radio for TE320 Series Xilinx

2010-03-17 Thread Makmur Hidayat
>2010/3/2 Johnathan Corgan jcor...@corganenterprises.com >Yes. You will need to learn the GNU Radio architecture, then write a >custom C++ source block that knows how to read samples from your TE320 >board. Yes, you will need to know C++. >I suggest you start using GRC as a way of learning the G

Re: [Discuss-gnuradio] Problem using GRC when executing the grc examples

2010-03-03 Thread Makmur Hidayat
2010/3/3 Mattias Kjellsson m...@kth.se > > $chmod +w .bashrc > would make the above file writable. But ".bashrc" shouldn't really be > r/o, should it? This file should be readable by everyone, and > read/writable for the owner. At least in my experience. > Thanks Mattias, After I did--> $chmod

[Discuss-gnuradio] Problem using GRC when executing the grc examples

2010-03-03 Thread Makmur Hidayat
Hello, I can run some examples like dial_tone.py, audio_fft.py, and others. But when using GRC to open grc examples, I can not execute the grc examples like dial_tone.grc. Then I try to add the following to .bashrc export BOOST_PREFIX=/opt/boost_1_37_0 export LD_LIBRARY_PATH=$BOOST_PREFIX/lib

[Discuss-gnuradio] GNU Radio for TE320 Series Xilinx

2010-02-28 Thread Makmur Hidayat
2010/1/26 Johnathan Corgan > On Tue, Jan 19, 2010 at 17:16, Makmur Hidayat wrote: > > I want to use GNU Radio to process signal with TE320 Series Xilinx > Spartan-3A DSP Industrial Micromodule. This wouldn't be too difficult once you learn the GNU Radio C++ API. Johnatha

Re: [Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-02-01 Thread Makmur Hidayat
Thank you Johnathan, I finished installation and I found the binary packages in the folder as you mentioned. Thanks Makmur 2010/1/26 Johnathan Corgan > On Sun, Jan 24, 2010 at 20:48, Makmur Hidayat wrote: > > > As far as I know that after installation then the package instal

Re: [Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-02-01 Thread Makmur Hidayat
Thank you Pascal, I configured proxy setting, and then downloading successfully without error anymore. Thanks Makmur 2010/1/29 Pascal Charest > On Thu, Jan 28, 2010 at 4:05 AM, Makmur Hidayat wrote: > > > > This is the errors: > > > > W: Failed to fetch > > ht

Re: [Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-01-28 Thread Makmur Hidayat
rg/ubuntu/dists/stable/main/i18n/Translation-en_AU.bz2 Unable to connect to gnuradio.org http: W: Some index files failed to download, they have been ignored, or old ones used instead. 2010/1/26 Johnathan Corgan > On Sun, Jan 24, 2010 at 20:48, Makmur Hidayat wrote: > > > As far

Re: [Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-01-24 Thread Makmur Hidayat
? How to check that I have done right installation? Thank you very much Makmur 2010/1/22 Alexandru Csete > 2010/1/22 Makmur Hidayat : > > Dear all, > > I want to install gnu radio on to ubuntu linux 9.04 (Jaunty). And I have > > downloaded the deb package as list below. After t

[Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-01-22 Thread Makmur Hidayat
Dear all, I want to install gnu radio on to ubuntu linux 9.04 (Jaunty). And I have downloaded the deb package as list below. After that, do I install all package one by one? Thank you Makmur List deb package that I downloaded: gnuradio_3.2.2-1_all.deb gnuradio-apps_3.2.2-1_all.deb gnuradio-compa

[Discuss-gnuradio] How to install gnu radio in cygwin?

2009-12-29 Thread Makmur Hidayat
Dear all, I am new in gnu radio. I would like to ask about installation gnu radio in cygwin. Does anyone have complete procedure for the installation? Thank you for your help Makmur ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://list

[Discuss-gnuradio] Error when install wxPython in cygwin

2009-12-28 Thread Makmur Hidayat
Dear all, I am new in gnu radio. Now I am installing gnu radio under cygwin. I can install cygwin successfully. Then I install fftw-3.2.2.tar.gz. It is also successfully. Then I am trying to install wxPyton, but there is error. The error is shown below. What is the solution? Thank you for your hel