From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/buttap.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 help/en_US/buttap.xml (limited to 'help/en_US/buttap.xml') diff --git a/help/en_US/buttap.xml b/help/en_US/buttap.xml new file mode 100644 index 0000000..d891af5 --- /dev/null +++ b/help/en_US/buttap.xml @@ -0,0 +1,67 @@ + + + + + + + + buttap + Design a lowpass analog Butterworth filter. + + + + + Calling Sequence + + z = buttap (n) + [z, p] = buttap (n) + [z, p, g] = buttap (n) + + + + + Parameters + + n: + Filter Order + z: + Zeros + p: + Poles + g: + Gain + + + + + Description + +This is an Octave function. +It designs a lowpass analog Butterworth filter of nth order. + + + + + Examples + + + -- cgit