[Discuss-gnuradio] Decoding UDP socket output

2013-06-13 Thread Adriana Arteaga
Hi! I'm using an udp_sink block to send the power values (float) to an common udp socket writing with python data, addr = sock.recvfrom(2048) but the outup was: �ˆ�„׬��ٶ��e�¹�¢���\d�Ÿ5�˜S���8�®Z��xS�����A��‡™��T� I found data = sock.recv(1).decode('utf-8') function, but the output was:

[Discuss-gnuradio] UDP connection to python-C#

2013-05-02 Thread Adriana Arteaga
Hi! We need to implement a connection between usrp E110 (python) and a C# application in a host. In usrp, we use UDP Sink to send traffic from usrp to host, but we don't know if UDP Source can be used in C# application or if we have to use basic UDP sockets. Is there some like that in C# or

[Discuss-gnuradio] WX in USRP E110

2013-04-15 Thread Adriana Arteaga
Hi! Anyone knows how to install wx blocks in USRP E110? I'm searching about this and I didn't found anything... Thanks. AA ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] WX in USRP E110

2013-04-15 Thread Adriana Arteaga
Hi! Anyone knows how to install wx blocks in USRP E110? I'm searching about this and I didn't found anything... Thanks. AA ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] QT_UIC_EXECUTABLE-NOTFOUND Error

2013-04-05 Thread Adriana Arteaga
Hi! I'm doing a new sink with QT, but I cannot to include at e110. When I execute cmake, I have this error: The following variables are used in the project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in CMake files:QT_QTCORE_INCLUDE_DIR

[Discuss-gnuradio] Gabor transform to GNU Radio

2013-01-15 Thread Adriana Arteaga
Hi everyone!Anyone know if there is a block or a function on GNU Radio for make Gabor transform? Thanks! AA ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] New block for GRC on USRP E110 isn't available

2012-12-06 Thread Adriana Arteaga
Hi Martin and all! XML file looks good and I don´t have any error when I open gnuradio-companion in the console. I made several blocks on gnuradio-companion 3.6.0 without error, using gr_modtool create and gr_modtool add. Someone knows how to make blocks for USRP E110 that has

[Discuss-gnuradio] New block for GRC on USRP E110 isn't available

2012-12-05 Thread Adriana Arteaga
Hi! I'm working with a USRP E110 and I made a new block for GRC 3.6.2 using gr_modtool. The block was generated and put in system using cmake, make and make install commands without errors, but this not available in any category in GRC. Anyone knows if gr_modtool is right to make blocks for GRC

[Discuss-gnuradio] GNU Radio GSL

2012-11-14 Thread Adriana Arteaga
Hi! I'm trying to do a block for GRC, using some functions availables in GSL. First, I put a example within work function including #include gsl/gsl_sf_bessel.h *** int ocupacion_correlator::general_work (int noutput_items, gr_vector_int ninput_items,