Indeed the float allows more than 2 channels. I will take a look at the complex scope to see what needs to be fixed. You know I am continually amazed by this software! I was just thinking how nice it would be to have the magnitude displayed and BAM, complex_to_mag presented itself.
This is great stuff! On 7/6/07, Jeffrey Karrels <[EMAIL PROTECTED]> wrote:
Thanks I will take a look at it. On 7/6/07, Matt Ettus <[EMAIL PROTECTED]> wrote: > Jeffrey Karrels wrote: > > Sorry I was being lazy, I should have further defined my issue. > > ... > > from gnuradio.wxgui import scopesink > > ... > > self.scope = scopesink.scope_sink_c(self, panel, > > sample_rate=input_rate,...) > > ... > > > > self.connect(xf, (self.scope,0)) > > self.connect(d, (self.scope,1)) > > ------------------------------------------------------------- > > The second connect gives me the following error: > > > > raise ValueError, 'port number out of range.' > > ValueError: port number out of range. > > > > Am I using the wrong scope? Do I have to add channels some how? > > > > > > I think you may need to use the _f version, and pass your complex > signals through a complex to float conversion. The float scope takes up > to 4 signals. > > Patches welcome :) > > Matt >
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
