Re: [Discuss-gnuradio] Eye pattern code for BPSK working

2006-09-07 Thread Johnathan Corgan
Johnathan Corgan wrote: > 2 - Create a ticket on the GNU Radio Trac system, requesting a product > enhancement and outlining what you've done I forgot to mention you'll need to log in first using the 'guest' account with password 'gnuradio'. -Johnathan _

Re: [Discuss-gnuradio] Eye pattern code for BPSK working

2006-09-07 Thread Johnathan Corgan
[EMAIL PROTECTED] wrote: > Finally, after I finish tweaking this, what is the best way to submit the > changes for evaluation and possible incorporation into the next release? If you are doing this work from inside a checked out svn repository, the best way to do this is to 1 - run 'svn diff' f

[Discuss-gnuradio] Eye pattern code for BPSK working

2006-09-07 Thread wxwize
I've got a modification to scopesink.py, gr_trigger_mode.h, and gr_oscope_guts.cc to allow viewing of an eye pattern. I added an "eye" trigger mode selection to the trigger menu, and an eye trigger mode that triggers on either a rising or falling edge (rather than only on one or the other). Wh