Re: [Discuss-gnuradio] tx_time tag accuraccy

2014-06-05 Thread bob wole
Sorry for not stating the hardware earlier. I am using USRP N210, with RFX2400 and WBX boards. -- Bob On Wed, Jun 4, 2014 at 11:07 PM, Marcus Leech mle...@ripnet.com wrote: I don't know the detailed answer, but any such answer will depend very much on which USRP hardware you're talking about.

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-05 Thread Activecat
On Wed, Jun 4, 2014 at 7:10 PM, David Halls david.ha...@toshiba-trel.com wrote: Activecat, In fact my horrible hack doesn't work properly. Once items start arriving at Payload TD Tx 2, they still don't arrive as 'consistently' (for want of a better word), as those from the Noise Source block,

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Martin Braun
On 05.06.2014 06:28, jason sam wrote: Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Are you trying to open the .py file with GRC? If yes, you can't do that. You must either run the .py directly, or run the .grc file. M Error:

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Martin Braun
On 05.06.2014 05:17, jason sam wrote: Hi Tom, Can you tell what is the constraint for USRP B210? Stay *well* within +/-1. M On Thu, Jun 5, 2014 at 8:13 AM, Tom McDermott tom.n...@gmail.com mailto:tom.n...@gmail.com wrote: Hi Ali - some sinks care about the amplitude, and others do

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
If i run it in terminal even then its not running. On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 06:28, jason sam wrote: Hi All, When i try to run any of built in examples (in .py form) with GRC,i get the following error: Are you trying to

[Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
Hi All, I am doing simple wide band FM..The flowgraph is as attached..When i execute it i am getting following error: gr_remez: insufficient extremals -- cannot continue Traceback (most recent call last): File /home/ali/Desktop/top_block.py, line 109, in module tb = top_block() File

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
'.grc' file is not available,only '.py' is available. On Thu, Jun 5, 2014 at 12:56 PM, jason sam user0...@gmail.com wrote: If i run it in terminal even then its not running. On Thu, Jun 5, 2014 at 12:52 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 06:28, jason sam wrote:

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread jason sam
What will happen if i exceed this limit?Actually with this amplitude the TX power is very less...Is there any other solution? On Thu, Jun 5, 2014 at 12:54 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 05:17, jason sam wrote: Hi Tom, Can you tell what is the constraint for

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread Marcus Müller
Hi Ali, to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call Greetings, Marcus On 05.06.2014 05:14, jason sam wrote: How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can view the blocks' documentation from inside GRC?I have Doxygen installed but its not

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Marcus Müller
Hi Ali, power is very less... Of course, since power is proportional to amplitude squared. Obviously, if you try to drive an DAC with more than it's maximum amplitude, you will get clipping. This is a nonlinear thing and has very bad effects on your spectrum, and that's why you usually avoid it.

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Marcus Müller
Hi Ali, well, then what's the problem when running the Python file in a terminal? Usually, this will be something like your audio device being inaccessible and is really more of a configuration problem on your side :) Greetings, Marcus On 05.06.2014 09:59, jason sam wrote: '.grc' file is not

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread Marcus Müller
Given your question, I think you already know the answer. 2MHz is far from audio. Please refer to the wbfm example in GNU Radio, which has sane parameters. Greetings, Marcus On 05.06.2014 09:58, jason sam wrote: Hi All, I am doing simple wide band FM..The flowgraph is as attached..When i

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-05 Thread David Halls
Original message From: Activecat Date:2014/06/05 7:57 AM (GMT+00:00) To: David Halls ,discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission On Wed, Jun 4, 2014 at 7:10 PM,

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
I tried to do it but got the following error: CMake Error at CMakeLists.txt:22 (message): Prevented in-tree build. This is bad practice. -- Configuring incomplete, errors occurred! Regards, Ali On Thu, Jun 5, 2014 at 1:05 PM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Ali, to

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread jason sam
The problem is that when i run it in terminal the terminal opens momentarily and then closes again. On Thu, Jun 5, 2014 at 1:14 PM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Ali, well, then what's the problem when running the Python file in a terminal? Usually, this will be something

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
ok.Then how can i achieve FM for greater deviation.i.e. in MHz range in GRC? On Thu, Jun 5, 2014 at 1:18 PM, Marcus Müller marcus.muel...@ettus.com wrote: Given your question, I think you already know the answer. 2MHz is far from audio. Please refer to the wbfm example in GNU Radio, which

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread Marcus Müller
You're not using Cmake properly. Please refer to the source build guide in the wiki. Greetings, Marcus On 05.06.2014 10:26, jason sam wrote: I tried to do it but got the following error: CMake Error at CMakeLists.txt:22 (message): Prevented in-tree build. This is bad practice. --

Re: [Discuss-gnuradio] Doxygen documentation

2014-06-05 Thread jason sam
ok On Thu, Jun 5, 2014 at 2:03 PM, Marcus Müller marcus.muel...@ettus.com wrote: You're not using Cmake properly. Please refer to the source build guide in the wiki. Greetings, Marcus On 05.06.2014 10:26, jason sam wrote: I tried to do it but got the following error: CMake Error at

Re: [Discuss-gnuradio] GNu radio examples not running

2014-06-05 Thread Marcus Müller
Ali, you need to be a little more proactive when trying to solve your problems. As you have showed in other posts, you're able to run programs from a command line (e.g. cmake), and that's what you should do here. Greetings, Marcus On 05.06.2014 10:29, jason sam wrote: The problem is that when

[Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Abouda Yassine
Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the results on the terminal which means I have to call the main loop in the python script

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Marcus Müller
Hi Abouda, in GNU Radio, there's no real main loop; I don't really know what you're trying to do. The python files GNU Radio generates are executables, you can just run them in a terminal without GRC :) Greetings, Marcus On 05.06.2014 11:07, Abouda Yassine wrote: Hi everybody, well,I had a

Re: [Discuss-gnuradio] Frequency Counter‏

2014-06-05 Thread Activecat
On Tue, Jun 3, 2014 at 11:41 PM, Dimitris Siafarikas jimsia...@hotmail.com wrote: Exceptional work! Looking forward to try this with my usrp tomorrow ;) Dimitris, How is your test result with USRP, any updates ..? ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-05 Thread David Halls
From: xianda [mailto:wangxianda920...@163.com] Sent: 05 June 2014 09:50 To: David Halls Subject: Re:Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission Hi David: Thank you in advance. I want to ask

[Discuss-gnuradio] Failed to install gcc and make on usrp e110

2014-06-05 Thread Wafa Elhajhmida
Hi, I tried to install gnuradio-companion on usrp e110 via the FAQ: http://code.ettus.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ#How-do-I-install-GNU-Radio-from-source I made swap memory with a pen drive. But I still have errors while typing the command make. So I tried another way to

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 4:09 PM, Marcus Müller marcus.muel...@ettus.com wrote: Hi Ali, power is very less... Of course, since power is proportional to amplitude squared. Obviously, if you try to drive an DAC with more than it's maximum amplitude, you will get clipping. This is a nonlinear

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 3:54 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 05:17, jason sam wrote: Hi Tom, Can you tell what is the constraint for USRP B210? Stay *well* within +/-1. Is there any way to tell whether clipping had happened, says from warning message etc ..?

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Abouda Yassine
2014-06-05 11:07 GMT+02:00 Abouda Yassine abouda21yass...@gmail.com: Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the results on the

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Martin Braun
On 05.06.2014 13:13, Activecat wrote: Dear Sirs, There is a parameter Ch0: Gain(dB) on both UHD Source and UHD Sink. Does this gain apply before or after the ADC? Meanwhile depends on daughtercards, sometime there are some built-in auto-gain mechanism, is this correct? That sort of wraps it

Re: [Discuss-gnuradio] [USRP-users] Failed to install gcc and make on usrp e110

2014-06-05 Thread Wafa Elhajhmida
Thanks for your reply, According to you what is the best way to avoid compilation error for E110 to install gnuradio on E110 ? In fact, I did swap memory to extend the RAM but I still have problems on compilation. Best regards, Wafa HAJ HMIDA 2014-06-05 14:43 GMT+02:00 Philip Balister

[Discuss-gnuradio] gnuradio/gr-digital/python/digital/ofdm_receiver.py

2014-06-05 Thread xianda
Hi all: Thank you in advance. Version of gnuradio:3.7.4 I have read the gnuradio/gr-digital/python/digital/ofdm_receiver.py,and i see: self.connect(self, self.chan_filt)# filter the input channel

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Marcus Müller
Well, clipping *definitively* will occur when you leave the +-1 range; below that, clipping can happen in the analog part, which the USRP can't warn you about. On 05.06.2014 13:28, Activecat wrote: On Thu, Jun 5, 2014 at 3:54 PM, Martin Braun martin.br...@ettus.com wrote: On 05.06.2014 05:17,

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread Tom Rondeau
On Thu, Jun 5, 2014 at 4:37 AM, jason sam user0...@gmail.com wrote: ok.Then how can i achieve FM for greater deviation.i.e. in MHz range in GRC? What you're seeing is a result of the Remez algorithm in the optfir module not properly converging. Why isn't always clear; you can either tighten

Re: [Discuss-gnuradio] gnuradio/gr-digital/python/digital/ofdm_receiver.py

2014-06-05 Thread Martin Braun
On 05.06.2014 15:26, xianda wrote: But i have read the gnuradio/gr-digital/examples/ofdm/rx_ofdm.grc.And i think the connection way of the code in gnuradio/gr-digital/python/digital/ofdm_receiver.py is different with the connection way in rx_ofdm.grc.Can someone explain to me?I'm so

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 5:07 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi everybody, well,I had a python script which works with gnuradio and outputs results on the terminal.To make it more visual,I made all the blocks on the gnuradio-comapnion but now I would like to output the

Re: [Discuss-gnuradio] gnuradio/gr-digital/python/digital/ofdm_receiver.py

2014-06-05 Thread xianda
Hi: Thank you for your kindly reply.Thank you for providing your ofdm code.These help me a lot. 1.(gnuradio/gr-digital/examples/ofdm/(benchmark_rx.py and so on))These code belonging to the new version or old version ? 2.In my opinion,all the code related to the new version

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
Please stay on the list. On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi, Well,in fact that is not my question.I am going to explain with an example let's say I am using a random source which generates numbers between 0 and 255,and store them in a file

Re: [Discuss-gnuradio] gnuradio/gr-digital/python/digital/ofdm_receiver.py

2014-06-05 Thread Martin Braun
On 05.06.2014 16:42, xianda wrote: Hi: Thank you for your kindly reply.Thank you for providing your ofdm code.These help me a lot. 1.(gnuradio/gr-digital/examples/ofdm/(benchmark_rx.py and so on))These code belonging to the new version or old version ? Old. 2.In my

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Fri, Jun 6, 2014 at 12:07 AM, Activecat active...@gmail.com wrote: Please stay on the list. On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine abouda21yass...@gmail.com wrote: Hi, Well,in fact that is not my question.I am going to explain with an example let's say I am using a random

[Discuss-gnuradio] Help with gr-trellis

2014-06-05 Thread Tommy Tracy
Hello Everyone, To test my code, I am porting gnuradio/gr-trellis/examples/python/test_tcm.py to c++, and encountering an error with the trellis fsm constructor. I tried creating an fsm object: -- const char* fsm_filename = fsm_files/awgn1o2_4.fsm; gr::trellis::fsm *f = new