Re: [Discuss-gnuradio] 96 KHz Audio Source?

2009-12-10 Thread Rob Frohne
Hi, I found that typing in 96 KHz didn't work, but typing in 96000 in the sample_rate drop down chooser works fine. As I hoped, it was just cockpit error. Thanks, Rob Rob Frohne wrote: Hi, I'm trying to connect to a 96 KHz sound card using Jack 0.116 and the grc audio-source and audio-s

[Discuss-gnuradio] 96 KHz Audio Source?

2009-12-10 Thread Rob Frohne
Hi, I'm trying to connect to a 96 KHz sound card using Jack 0.116 and the grc audio-source and audio-sink to do some testing with using the Dttsp demodulator, but I can't seem to get a 96 KHz option on either of these sources even though jackd is running at 96 KHz and the sound card is runnin

Re: [Discuss-gnuradio] Re: USRP2 802.11 BBN code on the TX side

2009-12-10 Thread George Nychis
On Thu, Dec 10, 2009 at 3:33 PM, Doug Geiger wrote: > George Nychis wrote: > >> Hey Brian, >> >> Running through a descrambler and then trying to correlate with 128 ones, >> I get the following for the 11 packet trace: >> http://cyprus.cmcl.cs.cmu.edu/~gnychis/mfilter/descrambled.png

Re: [Discuss-gnuradio] Oscilloscope does not display information well

2009-12-10 Thread Josh Blum
this scope, right? http://www.joshknows.com/images/wxgui/wxgui_scope.png it could be one of these issues: 1) cpu is over drawn, not enough left for the ui 2) opengl problems if you cant resolve that, you can try disabling the gl sinks (so it uses plain wx plotter). set style=nongl http://gnur

[Discuss-gnuradio] Oscilloscope does not display information well

2009-12-10 Thread Demijan Klinc
Hi everyone, I am using gnuradio 3.2 on OSX and I've noticed that the oscilloscope script "usrp_oscope.py" does not display the axes of the scope output and ch1, ch2, trig, etc. tabs don't work as they should. I was wondering if anyone knows what might be wrong here - any input would be great

Re: [Discuss-gnuradio] Re: USRP2 802.11 BBN code on the TX side

2009-12-10 Thread George Nychis
http://cyprus.cmcl.cs.cmu.edu/~gnychis/mfilter/bbn_with_probes.tar.gz Sorry, make clean it before building... trying to get this out ASAP since I will be AFK for the next 6 hours or so. Just run bbn_80211b_transmit.py ... default parameters should work. I commented out some code which loops sendi

Re: [Discuss-gnuradio] Re: USRP2 802.11 BBN code on the TX side

2009-12-10 Thread George Nychis
On Thu, Dec 10, 2009 at 3:33 PM, Doug Geiger wrote: > George Nychis wrote: > >> Hey Brian, >> >> Running through a descrambler and then trying to correlate with 128 ones, >> I get the following for the 11 packet trace: >> http://cyprus.cmcl.cs.cmu.edu/~gnychis/mfilter/descrambled.png

Re: [Discuss-gnuradio] Re: USRP2 802.11 BBN code on the TX side

2009-12-10 Thread Doug Geiger
George Nychis wrote: Hey Brian, Running through a descrambler and then trying to correlate with 128 ones, I get the following for the 11 packet trace: http://cyprus.cmcl.cs.cmu.edu/~gnychis/mfilter/descrambled.png George, Ju