[Discuss-gnuradio] File Sources In Win32 Build

2013-04-26 Thread Mark McCarron
Hi, I have noticed that all the file sources in the latest stable and unstable Win32 builds are broken. It appears that the file path is not escaped properly. Is there any news on a fix for this? Regards, Mark McCarron

Re: [Discuss-gnuradio] Fwd: USRP1 control GPIOs on SBX boards

2013-04-26 Thread Nowlan, Sean
Unfortunately I wasn't able to determine the problem after a quick glance. I recommend that you use gr_modtool to create an out-of-tree module and then add a block to it. This will set up most of what you need. Then you can splice in your code/algorithms and not have to worry as much about the b

[Discuss-gnuradio] grc demodulation

2013-04-26 Thread Karan Talasila
Hi I have been trying to demodulate a vector of data sent using a file source using qam demodulation on the grc. I am stuck as i don't recieve anything on my output file source. The output file is blank.when I change modulation schemes like gmsk,qam or bpsk or dqpsk, there is a very small change i

[Discuss-gnuradio] Fwd: Wireless @ Virginia Tech's 2013 Annual Symposium & Summer School

2013-04-26 Thread Philip Balister
Forwarded for a friend. Although they do not mention it in the announcement, the highlight will be Balint Seeber and Ben Hilburn (of Ettus Research) talking about "HOWTO: Next-gen radio hacking with next-gen USRPs" If the attachment gets stripped the program is at: http://wireless.vt.edu/symposi

[Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread vegihat vegihat
i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary ('noise.dat'); and i do plotfft plotfft(y,200) the plot shows a peak near the center. I don't

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 12:52 PM, vegihat vegihat wrote: i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary ('noise.dat'); and i do plotfft plotfft(y,20

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 12:56 PM, Marcus D. Leech wrote: On 04/26/2013 12:52 PM, vegihat vegihat wrote: i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary (

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread vegihat vegihat
if i have understand i need to use the --lo-offset of uhd_rx_cfile i have gave various values to --lo-offset and only one value has moved the DC offset (--lo-offset=1G) and the plotfft gives many small spikes (maybe this is caused to aliasing, but i am not sure) which is the rule (value of --lo-

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 02:27 PM, vegihat vegihat wrote: if i have understand i need to use the --lo-offset of uhd_rx_cfile i have gave various values to --lo-offset and only one value has moved the DC offset (--lo-offset=1G) and the plotfft gives many small spikes (maybe this is caused to aliasing, bu

[Discuss-gnuradio] Transient gate for variables in GRC

2013-04-26 Thread Chuck Ritola
Hi list Does there exist a way to gate integer variable update events in GRC if their values aren't changing? Example: Function Probe 10hz -> my_var -> 1, 1, 1, 1, 1, 1, 1, ... etc Probe is sending update events even if value passed to myVar doesn't end up changing, as a result the desti

Re: [Discuss-gnuradio] Volk machine: ssse3_32 segmentation faults (was RE: How to diagnose make test failures)

2013-04-26 Thread Barry Jackson
On 25/04/13 15:26, Brian Stamper wrote: On Thu, Apr 25, 2013 at 4:43 AM, Barry Jackson wrote: On 24/04/13 22:09, Johnathan Corgan wrote: [snip] This was reported last January in the course of a thread related to failures with Boost 1.5.2: [snip] Hi folks - all my tests in that thread were

[Discuss-gnuradio] S/N ratio vs BER reference?

2013-04-26 Thread Gregory Warnes
Hi All, I'm playing around with digital modulation techniques in GnuRadio and would like to get a sense of how successful my efforts are in terms of BER vs. S/N ratio. Can someone suggest a reference that provides BER vs S/N ratio curves for some of the common encoding approaches? Thanks, -Greg