From af6398eb6e3273c005312939fb6d965f8a50baed Mon Sep 17 00:00:00 2001 From: FOSSEE Date: Tue, 10 Mar 2015 17:11:34 +0530 Subject: Plot-sink added --- gr-input/grc/plot_sink.xml | 112 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100755 gr-input/grc/plot_sink.xml (limited to 'gr-input/grc/plot_sink.xml') diff --git a/gr-input/grc/plot_sink.xml b/gr-input/grc/plot_sink.xml new file mode 100755 index 000000000..07022ea07 --- /dev/null +++ b/gr-input/grc/plot_sink.xml @@ -0,0 +1,112 @@ + + + + Plot Sink + plot_sink + Single Board Heater System + import gnuradio.input.plot_sink + #set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' +gnuradio.input.plot_sink.plot_sink_$(type.fcn)( + $(parent).GetWin(), + title=$title, + vlen=$vlen, + decim=$decim, + gsz=$gsz, + zoom=$zoom, +) +#if not $grid_pos() +$(parent).Add(self.$(id).win) +#else +$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) +#end if + set_decim($decim) + + Type + type + enum + + + + + + + + Title + title + Scope Plot + string + + + Decimation + decim + 1 + int + + + Vec Length + vlen + 1 + int + + + + Graph size + gsz + 50 + int + + + History Required + zoom + 0 + int + + + + Grid Position + grid_pos + + grid_pos + + + Notebook + notebook + + notebook + + + $vlen > 0 + + in + $type + $vlen + + +Read samples from the input stream and \ +plot one in every decimation samples to the plot sink. + + -- cgit From 92326794e39e1753f5fcb20715c57ea0f537752e Mon Sep 17 00:00:00 2001 From: Ashwini Date: Tue, 10 Mar 2015 17:23:13 +0530 Subject: Deleted --- gr-input/grc/plot_sink.xml | 112 --------------------------------------------- 1 file changed, 112 deletions(-) delete mode 100755 gr-input/grc/plot_sink.xml (limited to 'gr-input/grc/plot_sink.xml') diff --git a/gr-input/grc/plot_sink.xml b/gr-input/grc/plot_sink.xml deleted file mode 100755 index 07022ea07..000000000 --- a/gr-input/grc/plot_sink.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - Plot Sink - plot_sink - Single Board Heater System - import gnuradio.input.plot_sink - #set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' -gnuradio.input.plot_sink.plot_sink_$(type.fcn)( - $(parent).GetWin(), - title=$title, - vlen=$vlen, - decim=$decim, - gsz=$gsz, - zoom=$zoom, -) -#if not $grid_pos() -$(parent).Add(self.$(id).win) -#else -$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) -#end if - set_decim($decim) - - Type - type - enum - - - - - - - - Title - title - Scope Plot - string - - - Decimation - decim - 1 - int - - - Vec Length - vlen - 1 - int - - - - Graph size - gsz - 50 - int - - - History Required - zoom - 0 - int - - - - Grid Position - grid_pos - - grid_pos - - - Notebook - notebook - - notebook - - - $vlen > 0 - - in - $type - $vlen - - -Read samples from the input stream and \ -plot one in every decimation samples to the plot sink. - - -- cgit From d00a8dd67dcdc3650f344396425933424813baba Mon Sep 17 00:00:00 2001 From: Ashwini Date: Tue, 10 Mar 2015 17:25:45 +0530 Subject: Plot sink added --- gr-input/grc/plot_sink.xml | 112 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100755 gr-input/grc/plot_sink.xml (limited to 'gr-input/grc/plot_sink.xml') diff --git a/gr-input/grc/plot_sink.xml b/gr-input/grc/plot_sink.xml new file mode 100755 index 000000000..07022ea07 --- /dev/null +++ b/gr-input/grc/plot_sink.xml @@ -0,0 +1,112 @@ + + + + Plot Sink + plot_sink + Single Board Heater System + import gnuradio.input.plot_sink + #set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' +gnuradio.input.plot_sink.plot_sink_$(type.fcn)( + $(parent).GetWin(), + title=$title, + vlen=$vlen, + decim=$decim, + gsz=$gsz, + zoom=$zoom, +) +#if not $grid_pos() +$(parent).Add(self.$(id).win) +#else +$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) +#end if + set_decim($decim) + + Type + type + enum + + + + + + + + Title + title + Scope Plot + string + + + Decimation + decim + 1 + int + + + Vec Length + vlen + 1 + int + + + + Graph size + gsz + 50 + int + + + History Required + zoom + 0 + int + + + + Grid Position + grid_pos + + grid_pos + + + Notebook + notebook + + notebook + + + $vlen > 0 + + in + $type + $vlen + + +Read samples from the input stream and \ +plot one in every decimation samples to the plot sink. + + -- cgit