summaryrefslogtreecommitdiff
path: root/macros/cheb2ap.sci
diff options
context:
space:
mode:
authoravinashlalotra2025-04-26 20:09:12 +0530
committeravinashlalotra2025-04-26 20:09:12 +0530
commitea7dcdba3b83696b97cc431ee050b58f9a0f3507 (patch)
tree49ea8ba898b88535c261546f4e3accbdf4c83bdf /macros/cheb2ap.sci
parent725d9ee2ddb254f57a896bb47e0e727759eb5901 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.gz
FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.bz2
FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.zip
formated source documentation pattern for generating docs
Diffstat (limited to 'macros/cheb2ap.sci')
-rw-r--r--macros/cheb2ap.sci4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/cheb2ap.sci b/macros/cheb2ap.sci
index a599f31..94107e7 100644
--- a/macros/cheb2ap.sci
+++ b/macros/cheb2ap.sci
@@ -11,20 +11,16 @@
function [z, p, g] = cheb2ap (n, Rs)
//This function produces a lowpass analog Chebyshev type II prototype filter.
-
//Calling Sequence
//[z, p, g] = cheb2ap (n, Rs)
-
//Parameters
//n: Filter Order
//Rs: Stopband attenuation (in dB)
//z: Zeros
//p: Poles
//g: Gain
-
//Description
//This function designs a lowpass analog Chebyshev type II filter of nth order and with a stopband attenuation of Rs.
-
//Examples
//[z, p, g] = cheb2ap (4, 10)
//Output :