On Sat, May 06, 2006 at 09:08:04AM +0100, [EMAIL PROTECTED] wrote:
Content-Description: message body text
>
> Here is the diff. Its against the scopesink.py in gr-wxgui-0.6.
>
> Matt
Hi Matt,
Thanks for the patch.
I'll check it out and apply it when I get back to my "fully connected
state" lat
Here is the diff. Its against the scopesink.py in gr-wxgui-0.6.
Matt
scopesink.diff
Description: scopesink diff
Angilberto Muniz Sb writes:
> Matt,
>
> Id like to have it.
> Is it just Python or do we have to deal with .i and
> .cc also?
>
> Im running the Windows Version of GNU-Rad
Hi,
It just plain Python.
I'll sort out a patch and post it shortly.
Matt
Angilberto Muniz Sb writes:
> Matt,
>
> Id like to have it.
> Is it just Python or do we have to deal with .i and
> .cc also?
>
> Im running the Windows Version of GNU-Radio and cant
> add anything new besides .
Matt,
Id like to have it.
Is it just Python or do we have to deal with .i and
.cc also?
Im running the Windows Version of GNU-Radio and cant
add anything new besides .py
Thanks,
Angilberto.
--- [EMAIL PROTECTED] wrote:
>
> Hi,
>
> I've made some changes to scopesink.py so that it
> also all
Hi,
I've made some changes to scopesink.py so that it also allows it to
plot the modulus (sqrt(I^2 + Q^2)) and phase (atan2(Q, I)) of a 2
channel signal as a function of time. It scales the modulus signal as
the user selects on the GUI and the phase is just scaled for +-PI to
fit on the screen. I