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/CMakeLists.txt | 77 --------------
gr-input/grc/Calculation_Calculator.xml | 65 ------------
gr-input/grc/Calculation_Roots.xml | 34 -------
gr-input/grc/Transfer_Function_Denominator.xml | 33 ------
gr-input/grc/Transfer_Function_Numerator.xml | 33 ------
.../grc/Transfer_Function_Transfer_Function.xml | 66 ------------
gr-input/grc/Transfer_function_Denominator.xml | 49 ---------
gr-input/grc/Transfer_function_Numerator.xml | 48 ---------
gr-input/grc/Transfer_function_Response.xml | 80 ---------------
gr-input/grc/plot_sink.xml | 112 ---------------------
gr-input/grc/plzr_plot.xml | 37 -------
gr-input/grc/ramp_source.xml | 87 ----------------
gr-input/grc/step_source.xml | 88 ----------------
13 files changed, 809 deletions(-)
delete mode 100644 gr-input/grc/CMakeLists.txt
delete mode 100644 gr-input/grc/Calculation_Calculator.xml
delete mode 100644 gr-input/grc/Calculation_Roots.xml
delete mode 100644 gr-input/grc/Transfer_Function_Denominator.xml
delete mode 100644 gr-input/grc/Transfer_Function_Numerator.xml
delete mode 100644 gr-input/grc/Transfer_Function_Transfer_Function.xml
delete mode 100644 gr-input/grc/Transfer_function_Denominator.xml
delete mode 100644 gr-input/grc/Transfer_function_Numerator.xml
delete mode 100644 gr-input/grc/Transfer_function_Response.xml
delete mode 100755 gr-input/grc/plot_sink.xml
delete mode 100644 gr-input/grc/plzr_plot.xml
delete mode 100644 gr-input/grc/ramp_source.xml
delete mode 100644 gr-input/grc/step_source.xml
(limited to 'gr-input/grc')
diff --git a/gr-input/grc/CMakeLists.txt b/gr-input/grc/CMakeLists.txt
deleted file mode 100644
index 61b317f77..000000000
--- a/gr-input/grc/CMakeLists.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-
-install(FILES
- step_source.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-install(FILES
- ramp_source.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-install(FILES
- Transfer_function_Numerator.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-
-
-install(FILES
- Transfer_function_Denominator.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-
-install(FILES
- Transfer_function_Denominator.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-install(FILES
- Transfer_function_Response.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-install(FILES
- Calculation_Roots.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-install(FILES
- Calculation_Calculator.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
-
-install(FILES
- plot_sink.xml
- DESTINATION ${GRC_BLOCKS_DIR}
- COMPONENT "input_python"
-)
-
diff --git a/gr-input/grc/Calculation_Calculator.xml b/gr-input/grc/Calculation_Calculator.xml
deleted file mode 100644
index 070712f57..000000000
--- a/gr-input/grc/Calculation_Calculator.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- Calculator
- Calculation_Calculator
- Calculation
- import gnuradio.input.Calculator
- gnuradio.input.Calculator.Calculator($num_inputs)
-self.$(id).set_parameters($Exp,$num_inputs)
-
-
-Expression
-Exp
-string
-
-
-
-Num inputs
-num_inputs
-1
-int
-
-
-
- in0
- float
- $num_inputs
-
-
-
-
-
-
-
-
-Variable names must be a0,a1,a2 and so on.
-
-You can use maximum 10 variables per block.
-
-Example to add 5 variables:
-
-"a0+a1+a2+a3+a4"
-
-To perform Exponential(power) calculations on operators use the following:
-
-a0**a1
-
-To perform calculations like sqrt, log or exp use the following:
-
-sqrt(a4)
-
-log(a2)
-
-exp(a8)
-
-
-
-
diff --git a/gr-input/grc/Calculation_Roots.xml b/gr-input/grc/Calculation_Roots.xml
deleted file mode 100644
index 9871cad5a..000000000
--- a/gr-input/grc/Calculation_Roots.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
- Roots
- Calculation_Roots
- Calculation
- import gnuradio.input.Roots
- gnuradio.input.Roots.Roots($order)
-
-
- Order of transfer function
- order
- samp_rate
- real
-
-
-
-
- in
- float
-
-
-
-
-
-
diff --git a/gr-input/grc/Transfer_Function_Denominator.xml b/gr-input/grc/Transfer_Function_Denominator.xml
deleted file mode 100644
index 5ea581a98..000000000
--- a/gr-input/grc/Transfer_Function_Denominator.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- Denominator
- Transfer_Function_Denominator
- Transfer Function
- import gnuradio.input.Denominator
- gnuradio.input.Denominator.Denominator($num_inputs)
-
-
-Num inputs
-num_inputs
-1
-int
-
-
-
- in0
- float
- $num_inputs
-
-
-
-
-
-
diff --git a/gr-input/grc/Transfer_Function_Numerator.xml b/gr-input/grc/Transfer_Function_Numerator.xml
deleted file mode 100644
index 8bb367a62..000000000
--- a/gr-input/grc/Transfer_Function_Numerator.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- Numerator
- Transfer_Function_Numerator
- Transfer Function
- import gnuradio.input.Numerator
- gnuradio.input.Numerator.Numerator($num_inputs)
-
-
-Num inputs
-num_inputs
-1
-int
-
-
-
- in0
- float
- $num_inputs
-
-
-
-
-
-
diff --git a/gr-input/grc/Transfer_Function_Transfer_Function.xml b/gr-input/grc/Transfer_Function_Transfer_Function.xml
deleted file mode 100644
index 203fe4a7b..000000000
--- a/gr-input/grc/Transfer_Function_Transfer_Function.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
- Transfer Function
- Transfer_Function_Transfer_Function
- Transfer Function
- import gnuradio.input.Transfer_Function
- gnuradio.input.Transfer_Function.Transfer_Function($order,$itype,$tstart,$tstop,$tstep)
-
-
- Order of transfer function
- order
- 1
- real
-
-
-
-
-
- Input Types
- itype
- enum
-
-
-
-
-
-
-tstart
-tstart
-0
-real
-
-
-
-tstop
-tstop
-0
-real
-
-
-
-tstep
-tstep
-0
-real
-
-
-
-
- in
- float
- 2
-
-
-
-
-
-
diff --git a/gr-input/grc/Transfer_function_Denominator.xml b/gr-input/grc/Transfer_function_Denominator.xml
deleted file mode 100644
index 2ba936580..000000000
--- a/gr-input/grc/Transfer_function_Denominator.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
- Denominator
- Transfer_function_Denominator
- Transfer_function
- import gnuradio.input.Denominator
- gnuradio.input.Denominator.Denominator($num_inputs)
-
-
-Order of Transfer Function
-num_inputs
-1
-int
-
-
-
- in0
- float
- 1+$num_inputs
-
-
-
-
-
-
-
-
-This will take the coefficient values for the Denominator.
-
-in00 = value of the coefficient of s^0
-
-in01 = value of the coefficient of s^1
-
-in02 = value of the coefficient of s^2
-
-and so on..
-
-
-
-
-
diff --git a/gr-input/grc/Transfer_function_Numerator.xml b/gr-input/grc/Transfer_function_Numerator.xml
deleted file mode 100644
index 1ad34f316..000000000
--- a/gr-input/grc/Transfer_function_Numerator.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
- Numerator
- Transfer_function_Numerator
- Transfer_function
- import gnuradio.input.Numerator
- gnuradio.input.Numerator.Numerator($num_inputs)
-
-
-Order of Transfer Function
-num_inputs
-1
-int
-
-
-
- in0
- float
- 1+$num_inputs
-
-
-
-
-
-
-
-
-This will take the coefficient values for the numerator.
-
-in00 = value of the coefficient of s^0
-
-in01 = value of the coefficient of s^1
-
-in02 = value of the coefficient of s^2
-
-and so on..
-
-
-
-
diff --git a/gr-input/grc/Transfer_function_Response.xml b/gr-input/grc/Transfer_function_Response.xml
deleted file mode 100644
index cb08a4c2a..000000000
--- a/gr-input/grc/Transfer_function_Response.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
- Response
- Transfer_function_Response
- Transfer_function
- import gnuradio.input.Response
- gnuradio.input.Response.Response($order,$itype,$tstart,$tstop,$tstep)
-
-
- Order of transfer function
- order
- 1
- real
-
-
-
-
-
- Input Types
- itype
- enum
-
-
-
-
-
-
-tstart
-tstart
-0
-real
-
-
-
-tstop
-tstop
-0
-real
-
-
-
-tstep
-tstep
-0
-real
-
-
-
-
- in
- float
- 2
-
-
-
-
-
-
-
-
-This block can perfrom three types of system responses.
-
-Step, Ramp and Impulse.
-
-in0 = Numerator Equation
-
-in1 = Denominator Equation
-
-
-
-
-
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.
-
-
diff --git a/gr-input/grc/plzr_plot.xml b/gr-input/grc/plzr_plot.xml
deleted file mode 100644
index 833149ea5..000000000
--- a/gr-input/grc/plzr_plot.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
- plzr_plot
- plzr_plot
- Python_Blocks
- import gnuradio.plzr_plot
- gnuradio.plzr_plot.plzr_plot($order)
-
-
- Order of transfer function
- order
- 1
- real
-
-
-
-
-
-
- in
- float
- 2
-
-
-
diff --git a/gr-input/grc/ramp_source.xml b/gr-input/grc/ramp_source.xml
deleted file mode 100644
index 5cba29ae7..000000000
--- a/gr-input/grc/ramp_source.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- Ramp Input
- ramp
- Sources
-
- from gnuradio.input import ramp_hierblock as ramp_hierblock
- ramp_hierblock.HierBlock($S,$H_Off,$W_Off)
-
-
- IO Type
- type
- enum
-
-
-
-
-
-
- Num Inputs
- num_inputs
- 1
- int
-
-
- Vec Length
- vlen
- 1
- int
-
-
-
-
- slope of ramp
- S
- 1
- real
-
-
-
- height of offset
- H_Off
- 0
- real
-
-
-
- width of offset
- W_Off
- 0
- real
-
-
-
- $num_inputs > 0
- $vlen > 0
-
-
-
-
-Ramp Input block :
-
-Slope of ramp is the slope of ramp user wants to generate.
-Height of Offset is the height of step user wants to generate as initial signal.
-Width of Offset is the length upto which user wants to see the generated offset be.
-
-Default slope of ramp is 1 unit.
-Default height and width of offset is 1 unit.
-
-
-
diff --git a/gr-input/grc/step_source.xml b/gr-input/grc/step_source.xml
deleted file mode 100644
index 599980030..000000000
--- a/gr-input/grc/step_source.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
- Step Input
- step_offset
- Sources
-
- from gnuradio.input import step_hierblock as step_hierblock
- step_hierblock.HierBlock($S,$H_Off,$W_Off)
-
-
- IO Type
- type
- enum
-
-
-
-
-
-
- Num Inputs
- num_inputs
- 1
- int
-
-
- Vec Length
- vlen
- 1
- int
-
-
-
-
- step size
- S
- 1
- real
-
-
-
- height of offset
- H_Off
- 0
- real
-
-
-
- width of offset
- W_Off
- 0
- real
-
-
-
-
- $num_inputs > 0
- $vlen > 0
-
-
-
-
-Step Input block :
-
-Step size is the height of step user wants to generate.
-Height of Offset is the height of step user wants to generate as initial signal.
-Width of Offset is the length upto which user wants to see the generated offset before starting with the height equivalent to step size.
-
-Default step size is 1 unit.
-Default height and width of offset is 1 unit
-
-
-
--
cgit