summaryrefslogtreecommitdiff
path: root/macros/buttap.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/buttap.sci')
-rw-r--r--macros/buttap.sci4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/buttap.sci b/macros/buttap.sci
index f42141b..1a985d0 100644
--- a/macros/buttap.sci
+++ b/macros/buttap.sci
@@ -11,19 +11,15 @@
function [z, p, g] = buttap (n)
//Produces analog prototype Butterworth filter
-
//Calling Sequence
//[z, p, g] = buttap (n)
-
//Parameters
//n: Filter Order
//z: Zeros
//p: Poles
//g: Gain
-
//Description
//It gives a lowpass analog prototype Butterworth filter of nth order.
-
//Examples
//[z, p, g] = buttap(5)
//Output :