diff options
author | avinashlalotra | 2025-04-26 20:09:12 +0530 |
---|---|---|
committer | avinashlalotra | 2025-04-26 20:09:12 +0530 |
commit | ea7dcdba3b83696b97cc431ee050b58f9a0f3507 (patch) | |
tree | 49ea8ba898b88535c261546f4e3accbdf4c83bdf /macros/ellipap.sci | |
parent | 725d9ee2ddb254f57a896bb47e0e727759eb5901 (diff) | |
download | FOSSEE-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/ellipap.sci')
-rw-r--r-- | macros/ellipap.sci | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/ellipap.sci b/macros/ellipap.sci index d360d2e..e0be809 100644 --- a/macros/ellipap.sci +++ b/macros/ellipap.sci @@ -11,18 +11,14 @@ function [z, p, g] = ellipap (n, Rp, Rs) //Produces a lowpass analog prototype elliptic filter. - //Calling Sequence //[z, p, g] = ellipap (n, Rp, Rs) - //Parameters //n: Filter Order //Rp: Peak-to-peak passband ripple (in dB) //Rs: Stopband attenuation (in dB) - //Description //It gives a lowpass analog elliptic prototype filter of nth order, with a Peak-to-peak passband ripple of Rp dB and a stopband attenuation of Rs dB. - //Examples //[z, p, g] = ellipap (4, 3,10) //Output : |