diff scripts/control/system/fir2sys.m @ 6547:4fb053f24fd6

[project @ 2007-04-19 21:47:40 by jwe]
author jwe
date Thu, 19 Apr 2007 21:47:41 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/control/system/fir2sys.m	Thu Apr 19 17:06:22 2007 +0000
+++ b/scripts/control/system/fir2sys.m	Thu Apr 19 21:47:41 2007 +0000
@@ -26,7 +26,7 @@
 ## @item num
 ## vector of coefficients 
 ## @ifinfo
-## [c0, c1, ..., cn]
+## [c0, c1, @dots{}, cn]
 ## @end ifinfo
 ## @iftex
 ## @tex
@@ -35,7 +35,7 @@
 ## @end iftex
 ## of the @acronym{SISO} @acronym{FIR} transfer function
 ## @ifinfo
-## C(z) = c0 + c1*z^(-1) + c2*z^(-2) + ... + cn*z^(-n)
+## C(z) = c0 + c1*z^(-1) + c2*z^(-2) + @dots{} + cn*z^(-n)
 ## @end ifinfo
 ## @iftex
 ## @tex