summaryrefslogtreecommitdiff
path: root/gr-input/grc/Transfer_function_Denominator.xml
diff options
context:
space:
mode:
authorAshwini2015-03-10 17:23:13 +0530
committerAshwini2015-03-10 17:23:13 +0530
commit92326794e39e1753f5fcb20715c57ea0f537752e (patch)
treee40825f34f4a6402d9acf2fdcf5600dd65ad6f56 /gr-input/grc/Transfer_function_Denominator.xml
parentaf6398eb6e3273c005312939fb6d965f8a50baed (diff)
downloadgnuradio-92326794e39e1753f5fcb20715c57ea0f537752e.tar.gz
gnuradio-92326794e39e1753f5fcb20715c57ea0f537752e.tar.bz2
gnuradio-92326794e39e1753f5fcb20715c57ea0f537752e.zip
Deleted
Diffstat (limited to 'gr-input/grc/Transfer_function_Denominator.xml')
-rw-r--r--gr-input/grc/Transfer_function_Denominator.xml49
1 files changed, 0 insertions, 49 deletions
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 @@
-<?xml version="1.0"?>
-<block>
- <name>Denominator</name>
- <key>Transfer_function_Denominator</key>
- <category>Transfer_function</category>
- <import>import gnuradio.input.Denominator</import>
- <make>gnuradio.input.Denominator.Denominator($num_inputs)</make>
-
-<param>
-<name>Order of Transfer Function</name>
-<key>num_inputs</key>
-<value>1</value>
-<type>int</type>
-</param>
-
- <sink>
- <name>in0</name>
- <type>float</type>
- <nports>1+$num_inputs</nports>
- </sink>
-<!--
- <sink>
- <name>in1</name>
- <type>float</type>
- <nports>4</nports>
- </sink> -->
-
-
- <source>
- <name>out</name>
- <type>float</type>
- </source>
-
-<doc>
-
-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..
-
-</doc>
-
-
-</block>