Re: [Discuss-gnuradio] help with ImportError: dynamic module does not define init function (init_gold)

2009-09-03 Thread Rita's pfc
Hi, I have this error too. This is what I get when I run make check: ImportError: dynamic module does not define init function (init_deco) I looked into the Makefile of top_dir/src/lib and the *_la_SOURCES , *_pylib_LTLIBRARIES, *_python_PYTHON seem to be ok. SWIG Version 1.3.36. It has been cr

Re: [Discuss-gnuradio] [Viterbi decoder]

2009-08-24 Thread Rita's pfc
Thanks I finally got to used it, but the Viterbi decoder does not help me the way I need, so I'm trying to implement another simpler for operating faster. -- View this message in context: http://www.nabble.com/-Viterbi-decoder--tp25076408p25114596.html Sent from the GnuRadio mailing list arc

[Discuss-gnuradio] [Viterbi decoder]

2009-08-11 Thread Rita's pfc
Is there any way to use the viterbi decoder without using any modulation? I read the documentation and it seems that there is no way, but I want to be sure that there isn't any possibility. Thank you -- View this message in context: http://www.nabble.com/-Viterbi-decoder--tp24921515p24921515.htm

[Discuss-gnuradio] [How the USRP distinguishes the packets if there are interferences?

2009-08-03 Thread Rita's pfc
Hi everybody, I'm using the ofdm_benchmark, and I have changed some parts after make_packet in the ofdm_packet_utils. I have problems with the deteccion of the packets in the receiver. How the antenna of the USRP detects the sent packets? For example, if packages are sent in the 2.4 GHz band, int

Re: [Discuss-gnuradio] [use of gr.vector_source_b]

2009-06-15 Thread Rita's pfc
Thanks a lot Eric In the end I could do a small part of what I wanted, at least I have made some progress. It's very probable that I will have some new troubles Thanks again Eric Blossom wrote: > > On Thu, Jun 04, 2009 at 05:50:03AM -0700, Rita's pfc wrote: &g

Re: [Discuss-gnuradio] [use of gr.vector_source_b]

2009-06-04 Thread Rita's pfc
Thanks Eric. But now, I want to print, or just simply get into a vector or file the result of coding. I use the subfunction, vector_sink_x.data() . The code I have is: s='asdf' cadena = map(ord, s) src = gr.vector_source_b(cadena,False)

[Discuss-gnuradio] [use of gr.vector_source_b]

2009-06-02 Thread Rita's pfc
Hello! What I want to do is coding a string with trellis. This is the code I wrote. (..) f = trellis.fsm("rita.fsm") class my_top_block (gr.top_block): def __init__ (self): gr.top_block.__init__(self) cadena= 'asdf' src = gr.vector_source_b

[Discuss-gnuradio] [trellis - ofdm]

2009-05-29 Thread Rita's pfc
Hello! I'm trying to use the trellis encoder with the ofdm modulator. If I don't use the trellis encoder, In the side of transmission, I load the data to payload, and then I just simple do send_pkt (payload) to pass the payload and so on ... ( tb.txpath.send_pkt(payload, eof) )

[Discuss-gnuradio] [benchmark_ofdm]

2009-04-07 Thread Rita's pfc
Hi, I'm using benchmark_ofdm tx and rx in 2.4 GHz. I'm trying to transmit a fixed size of payload everytime (1328 Bytes). My problem is I don't know what values I must put in the parameters: fft-length, occupied-tones, cp-length. I know that fft-length is the total number of subcarriers, cp the cy

[Discuss-gnuradio] [Install gnuradio_r7596]

2008-10-23 Thread Rita's pfc
Hello, several months ago I've installed gnuradio version 3.1.2, but now I want to use the ofdm module, so I followed this "how to install" https://www.cgran.org/wiki/SPAN80211b#HowToInstall, but I have had some problems. I do the bootstrap, and it seems to run ok. Then I do the configure (./confi

Re: [Discuss-gnuradio] Update some packages

2008-10-10 Thread Rita's pfc
a difference, try sleeping with > a mosquito!" - Amnesty International > > > > On Fri, Oct 10, 2008 at 17:39, Rita's pfc > <[EMAIL PROTECTED]> wrote: >> >> hello, >> I want to install ofdm package, so I downloaded the packages from the >> dir

[Discuss-gnuradio] Update some packages

2008-10-10 Thread Rita&#x27;s pfc
hello, I want to install ofdm package, so I downloaded the packages from the directory / gnuradio-examples, by SVN. The I try to install the then, but I fail to install it. I'm not very good with Linux (Ubuntu 7). Can you help me? Thanks anyway. -- View this message in context: http://www.nab

Re: [Discuss-gnuradio] Basic RX. - usrp_wfm_rcv.py

2008-07-28 Thread Rita&#x27;s pfc
I've installed Windows XP, and for an easier installation of GNU Radio, I have installed a virtual machine (VM) with Ubuntu 6.1. The PC is a Pentium 3 GHz, with 2 GB RAM, but for Ubuntu I've 1 GB. Do you think is this enough? or maybe I must let Ubuntu the hole RAM of my PC. I took the binary pac

Re: [Discuss-gnuradio] Basic RX. - usrp_wfm_rcv.py

2008-07-28 Thread Rita&#x27;s pfc
Thank you for the answer. I did what you told me about "-f 100M", but it happened the same. I tried to do with usrp_wfm_rcv_nogui.py and it happened the same. About the antenna, I supposed that just a simple peace of metal hooked on the daughterboard would be enough. Should I buy a specific antenn

[Discuss-gnuradio] Basic RX.

2008-07-25 Thread Rita&#x27;s pfc
Hello, I'm new to the GNURadio experience, so I'm just trying to get some of the basic tests to work. I've installed Ubuntu 6.01, and for the GNU Radio installation I used the binary packets - http://gnuradio.org/trac/wiki/UbuntuInstall -. First of all, I've run the dial_tone.py example, and