[Discuss-gnuradio] No tests were found!!!

2015-09-11 Thread monika bansal
Hii I added new module named "Channel_Estimation" and block named"ofdm_chanest_MMSE_vcvc" using gr_modtool. I am attaching tha QA code file, which is same as the QA code file for "ofdm_chanest_vcvc". I am attaching that too. When i am running *ctest, output* is : Start 1: test_Channel_Estimat

[Discuss-gnuradio] To store input data

2015-09-11 Thread Julio Hector Aguilar Renteria
Hi , everybody How do they do ? I want to store my input data until a N value , then wait until they are processed and then back again to store the next N values Thanks ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

Re: [Discuss-gnuradio] Problem with OOT module import

2015-09-11 Thread Michael Dickens
Hi Richard - Glad you got the runtime part worked out for your OOT block. CMake has its good and bad moments ... As for the why the QA code fails, since you're on Linux do you need to set the LD_LIBRARY_PATH somewhere? I know on OSX we have to "make install" before doing "make test" because the li

Re: [Discuss-gnuradio] [USRP] tracking the transmission/receiving process

2015-09-11 Thread Martin Braun
On 10.09.2015 12:47, Logan wrote: > Hi Martin, > > Thank you. Now I see how the interaction between the host PC and USRP works. > Actually, i am mostly interested in the transmission/sensing to/from the > radio space (i.e. a radio application on PC sends command to the hardware > for transmission/

Re: [Discuss-gnuradio] problems with setting up RFNoC environment within PyBombs

2015-09-11 Thread Martin Braun
Jason, this kind of error usually indicates that your X310 is indeed running and being detected, but that internally something is going wrong (on the FPGA). Can you give some more info which image you're using? Is it the default FPGA image? Is this on rfnoc-devel? M On 10.09.2015 09:51, Jason M

Re: [Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Martin Braun
On 11.09.2015 08:19, West, Nathan wrote: > If you're talking about learning C++ and Python for the purpose of > using GNU Radio, then Jeff gave you the correct answer. Don't get too > caught up on mastery of these things because any sufficiently useful > programming language can be a black hole of

Re: [Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Dennis Glatting
On Fri, 2015-09-11 at 18:16 +0430, Ali The GREAT! wrote: > Hi everyone, > I am a newbie in GNU Radio and trying to delve into it! > I have decided on starting Python and C++ but I don't know which > versions I should concentrate on! > I searched a lot in the site but nothing! > I would be grateful

[Discuss-gnuradio] GR-LTE and RSRP measurements

2015-09-11 Thread Crozzoli Maurizio
Are RSRP measurements already implemented in GR-LTE? TIA! BR, Maurizio. Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora

Re: [Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread West, Nathan
On Fri, Sep 11, 2015 at 9:46 AM, Ali The GREAT! wrote: > Hi everyone, > I am a newbie in GNU Radio and trying to delve into it! > I have decided on starting Python and C++ but I don't know which versions > I should concentrate on! > I searched a lot in the site but nothing! > I would be grateful

Re: [Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Dennis Glatting
On Fri, 2015-09-11 at 18:16 +0430, Ali The GREAT! wrote: > Hi everyone, > I am a newbie in GNU Radio and trying to delve into it! > I have decided on starting Python and C++ but I don't know which > versions I should concentrate on! > I searched a lot in the site but nothing! > I would be grateful

Re: [Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-11 Thread Marcus D. Leech
On 09/11/2015 07:56 AM, Chad R wrote: Good day. I'm wondering if you can help me. I have a B210 board connected to a jetson tk1 and I am trying to send over one port and receive over two. The hardware setup is the RX/TX board connected to an RF filter connected to a splitter and the connected

Re: [Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Jeff Long
GNU Radio uses Python 2.x for now, and C++ pre-11 (2007?). - Jeff On 09/11/2015 09:46 AM, Ali The GREAT! wrote: Hi everyone, I am a newbie in GNU Radio and trying to delve into it! I have decided on starting Python and C++ but I don't know which versions I should concentrate on! I searched a lo

[Discuss-gnuradio] Python 2.x or 3.x, C++11 or 14 or what?

2015-09-11 Thread Ali The GREAT!
Hi everyone, I am a newbie in GNU Radio and trying to delve into it! I have decided on starting Python and C++ but I don't know which versions I should concentrate on! I searched a lot in the site but nothing! I would be grateful if you could possibly help me . sincerely yours! Ali

[Discuss-gnuradio] gr::log::IFO

2015-09-11 Thread cdl
hello,today i got a problem,when i run the same grc with usrp b200 i got different result the first result is the grc work well the second result is the grc crashed,and i got the output gr::log :INFO: packet_headerparser_b0 - Detected an invalid packet at item 0 *** MESSAGE DEBUG PRINT **

Re: [Discuss-gnuradio] New module : error: expression cannot be used as a function d_fft_len(sync_symbol1.size())

2015-09-11 Thread monika bansal
Thank you Jeff. On Fri, Sep 11, 2015 at 5:46 PM, Jeff Long wrote: > You're missing a close paren on line 60 in the cc file. Compare the syntax > to the other cc file you included. > > - Jeff > > On 09/11/2015 06:37 AM, monika bansal wrote: > >> ok, >> I am attaching the file "ofdm_chanest_vcvc_i

Re: [Discuss-gnuradio] New module : error: expression cannot be used as a function d_fft_len(sync_symbol1.size())

2015-09-11 Thread Jeff Long
You're missing a close paren on line 60 in the cc file. Compare the syntax to the other cc file you included. - Jeff On 09/11/2015 06:37 AM, monika bansal wrote: ok, I am attaching the file "ofdm_chanest_vcvc_imp.cc" and related files from gr-digital in gnuradio tree. I made new module named

[Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-11 Thread Chad R
Good day. I'm wondering if you can help me. I have a B210 board connected to a jetson tk1 and I am trying to send over one port and receive over two. The hardware setup is the RX/TX board connected to an RF filter connected to a splitter and the connected to the two RX2 ports. When I run one TX an

Re: [Discuss-gnuradio] Number of samples in a Sync block - clarification

2015-09-11 Thread Nicolas Cuervo Benavides
Hi all, Thank you for your clarifications, Now I understand the concept much better. Best regards On Thu, Sep 10, 2015 at 8:36 PM, Richard Bell wrote: > Nicolas, > > The GNU Radio scheduler hands your block a certain number of samples > everytime the blocks work function is called. The work fu

Re: [Discuss-gnuradio] New module : error: expression cannot be used as a function d_fft_len(sync_symbol1.size())

2015-09-11 Thread monika bansal
ok, I am attaching the file "ofdm_chanest_vcvc_imp.cc" and related files from gr-digital in gnuradio tree. I made new module named "gr-Channel_Estimation" and added a block named "ofdm_chanest_MMSE_vcvc". I am attaching these files as well. Thanks. On Fri, Sep 11, 2015 at 3:38 PM, Jeff Long wr

Re: [Discuss-gnuradio] New module : error: expression cannot be used as a function d_fft_len(sync_symbol1.size())

2015-09-11 Thread Jeff Long
The statement is fine. If you post more info, for example the file containing this statement, someone should be able to figure out why it doesn't work in context. - Jeff On 09/11/2015 05:59 AM, monika bansal wrote: hii I am making a new module using gr_modtool. i am getting an * error: expr

[Discuss-gnuradio] New module : error: expression cannot be used as a function d_fft_len(sync_symbol1.size())

2015-09-11 Thread monika bansal
hii I am making a new module using gr_modtool. i am getting an * error: expression cannot be used as a function d_fft_len(sync_symbol1.size()).* But the same expression is used in ofdm_chanest_vcvc_imp.cc . How this statement is different for new module. I am new to C++ so this question may b