From cdd55940b7a287810e423017c42e7c965815c468 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 25 Jul 2018 17:32:17 +0530 Subject: code changes by Shashikiran Yadalam during FOSSEE Fellowship 2018 --- help/en_US/mpoles.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 help/en_US/mpoles.xml (limited to 'help/en_US/mpoles.xml') diff --git a/help/en_US/mpoles.xml b/help/en_US/mpoles.xml new file mode 100644 index 0000000..99ff1d2 --- /dev/null +++ b/help/en_US/mpoles.xml @@ -0,0 +1,78 @@ + + + + + + + + mpoles + Identifies unique poles in p and their associated multiplicity. + + + Calling Sequence + + [multp, idxp] = mpoles (p) + [multp, idxp] = mpoles (p, tol) + [multp, idxp] = mpoles (p, tol, reorder) + + + + + + Parameters + + p: + Real vector whose poles has to be calculated + tol: + tolerence,by default, tol=0.001 + reorder: + the optional parameter, if reorder is zero, poles are not sorted. + multp: + is a vector specifying the multiplicity of the poles. +indxp: + indices of the poles + + + + + Description + +The output is ordered from largest to the smallest poles. If the relative difference between the poles is less than the tolerance(tol), then those poles are considered as multiples. By default, the tolerance value is 0.001. + + + +If the optional parameter, reorder is 0, then the poles are not sorted. + + + + Examples + + + + -- cgit