summaryrefslogtreecommitdiff
path: root/macros/ultrwin.sci
diff options
context:
space:
mode:
authoravinashlalotra2025-04-26 20:09:12 +0530
committeravinashlalotra2025-04-26 20:09:12 +0530
commitea7dcdba3b83696b97cc431ee050b58f9a0f3507 (patch)
tree49ea8ba898b88535c261546f4e3accbdf4c83bdf /macros/ultrwin.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/ultrwin.sci')
-rw-r--r--macros/ultrwin.sci4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/ultrwin.sci b/macros/ultrwin.sci
index fb49f1c..91119eb 100644
--- a/macros/ultrwin.sci
+++ b/macros/ultrwin.sci
@@ -1,26 +1,22 @@
function [w, xmu] = ultrwin (m, mu, par, key, norm)
//This function returns the coefficients of an Ultraspherical window.
-
//Calling Sequence
//w = ultrwin (m, mu, par)
//w = ultrwin (m, mu, par, key)
//w = ultrwin (m, mu, par, key, norm)
//[w, xmu] = ultrwin (...)
-
//Parameters
//m: positive integer value
//mu:
//par:
//key:
//norm:
-
//Description
//This is an Octave function.
//This function returns the coefficients of an Ultraspherical window of length m supplied as input, to the output vector w.
//The second parameter controls the ratio between side lobe to side lobe of the window's Fourier transform.
//The third parameter controls the ratio between main lobe width to side lobe. The default value is beta.
//The value of xmu is also returned for given beta, att or latt.
-
//Examples
//ultrwin(3,-0.4,0.5)
//ans =