Re: [Discuss-gnuradio] NOOB needs help with simple.py

2014-07-01 Thread Sebastian Heyn
Hi Marcus, thanks for your honest words. I figured out howto do it using the grc. Its an interesting tool, and results can be achieved quickly, even if the problem requires a rather complex flow. I am sure I'll nag about other problems sooner or later :-)) ---

[Discuss-gnuradio] Contents of Discuss-gnuradio digest

2014-07-01 Thread 星崎未来
Hi~ I use the uhd_rx_cfile to get the binary sample data, and I use gr_plot_psd_c to draw the grcphic about the ‍binary sample data.‍ But I don't know the x or y coordinates, I don't how to do with it. Thanks.___ Discuss-gnuradio mailing list Discus

[Discuss-gnuradio] Installing Channel Coding Toolbox on Windows GNURadio

2014-07-01 Thread Sun Wenbin
Dear all, I am trying to install this toolbox https://www.cgran.org/wiki/chancoding. However, I am working on a windows environment GNU Radio, do anyone tried before or knows how can I get it installed on a GNU Radio? Thank you. Regards,Sun __

[Discuss-gnuradio] packet length is varying

2014-07-01 Thread GP 2014
Dear all, If the length of the packets coming from an application is varying , But the most of them are 70 bytes & the app sends the packets in bursts not continuously. I use ofdm tx & ofdm rx & 2 usrps to send and receive the packets by another app. So if I write 70 in the packet length parameter

Re: [Discuss-gnuradio] NOOB needs help with simple.py

2014-07-01 Thread Marcus Müller
Hi Sebastian, I admit I did not go through your whole post, since that would require reading someone else's python. Most likely, that website is for an older version of GNU Radio, and that's why you can't import some stuff; gr.block_name looks like pre-3.7 GNU Radio. I always encourage people to s

[Discuss-gnuradio] NOOB needs help with simple.py

2014-07-01 Thread Sebastian Heyn
Hi all, I wanna work into this project, as I think its excellent! My box is a gentoo box running net-wireless/gnuradio-3.7.3:0/3.7.3 USE="alsa analog digital examples fcd filter grc pager qt4 sdl uhd utils wavelet wxwidgets -doc -jack -oss -performance-counters -portaudio" PYTHON_SINGLE_TARGET

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-07-01 Thread Thilina Mallawa Arachchi
Thanks, Mike. I can confirm this is a fix, I had python-opengl installed but not python2-opengl. It should be added as a dependancy. Thil On 27 June 2014 13:30, Mike Schliep wrote: > I was not part of the mailing list when the thread was started so I could > not properly reply. > > But the i

Re: [Discuss-gnuradio] [USRP-users] changing variable value during runtime

2014-07-01 Thread berky...@gmail.com
Thank you Marcus. I looked at 'function probe' and it is exactly what I needed. Thanks, On Mon, Jun 30, 2014 at 5:03 PM, Marcus Müller wrote: > Hi Berkyuim, > I think you mixed up the GNU Radio discuss and the usrp-users mailing > list; I've included the GNU Radio list in my reply, so follow

Re: [Discuss-gnuradio] Phase demodulation

2014-07-01 Thread Daniele Nicolodi
On 27/06/2014 20:51, Daniele Nicolodi wrote: > This question is not strictly GNURadio related, but I hope to find > people more knowledgeable than me here... > > I have a signal x(t) at a carrier frequency fc which is phase modulated. > The phase modulation itself is modulated at a modulation freq

Re: [Discuss-gnuradio] Simple block with constant rate

2014-07-01 Thread Activecat
On Tue, Jul 1, 2014 at 9:30 PM, Activecat wrote: > > On Tue, Jul 1, 2014 at 6:17 PM, caruiz.ext wrote: >> >> ---> Delay = 1 >> current_delay < delay ->delay of 1 sample >> I insert a virtual sample (linear interpolation) >> I sent the next sample (2) >> current_delay = 1 >> > > I don't underst

Re: [Discuss-gnuradio] Arbitrary ADC resolution at the receiver

2014-07-01 Thread Marcus Müller
Hi Leo, well, I'd argue that reducing receiver complexity doesn't really happen when you start changing the FPGA with respect to dev effort; I can see your DDC numerical accuracy point, though. However, how would reducing the ADC resolution make artifacts more noticable? As you get ca -6dB theoret

Re: [Discuss-gnuradio] Simple block with constant rate

2014-07-01 Thread Activecat
On Tue, Jul 1, 2014 at 6:17 PM, caruiz.ext wrote: > > ---> Delay = 1 > current_delay < delay ->delay of 1 sample > I insert a virtual sample (linear interpolation) > I sent the next sample (2) > current_delay = 1 > I don't understand what this means. > ---> Delay = 1 > current_delay = dela

Re: [Discuss-gnuradio] OFDM receiver error, FATAL: Missing a required length tag on port 0 at item #0

2014-07-01 Thread Wafa Elhajhmida
Hi, thank you for your response. In fact, I still have the same error: FATAL: Missing a required length tag on port 0 at item #0 thread[thread-per-block[21]: ]: Missing length tag. and UOO I put the usrp sink and usrp source 's sample rate to 1M. What is the suitable sampling rate t

Re: [Discuss-gnuradio] Arbitrary ADC resolution at the receiver

2014-07-01 Thread Leonardo S. Cardoso
Hi Marcus, There are several reasons why we would like to avoid reducing the resolution in software: 1. Reduce receiver complexity; 2. Capture any artifact of the DDC with respect to the reduction of the resolution. Frankly speaking, I'm not sure any of these arguments are defendable to impose a

Re: [Discuss-gnuradio] gr-lte errors

2014-07-01 Thread Gabriel Tolón
Hi Marcus, thanks for your answer. I've uninstalled the gr-lte code and installed it again, with same results. When the code wasn't installed, I couldn't generate any of the flow graphs, on the other hand, with the code installed I can generate all the examples except that mentioned. In the

Re: [Discuss-gnuradio] Simple block with constant rate

2014-07-01 Thread caruiz.ext
Hi there, I have modified my block. Now it works well for 10-15 seconds and then dies. My block have two inputs: - Signal - Control delay: number of samples to delay And one output: - New signal In the image example: ** Current delay = 0 ---> Delay = 1 current_delay < delay ->delay o

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-01 Thread Martin Braun
On 06/26/2014 11:06 AM, jason sam wrote: > I am bit confused b/w the two terms.I have read some material and i > got the following relationship b/w the two: > samples/second =samples/symbol * symbols/second > And i think in GRC samples per symbol is 1(plz correct if i am > wrong).So sample rate bec