comparison scripts/control/system/sys2fir.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents bdbee5282954
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
20 ## @deftypefn {Function File} {[@var{c}, @var{tsam}, @var{input}, @var{output}] =} sys2fir (@var{sys}) 20 ## @deftypefn {Function File} {[@var{c}, @var{tsam}, @var{input}, @var{output}] =} sys2fir (@var{sys})
21 ## 21 ##
22 ## Extract @acronym{FIR} data from system data structure; see @command{fir2sys} for 22 ## Extract @acronym{FIR} data from system data structure; see @command{fir2sys} for
23 ## parameter descriptions. 23 ## parameter descriptions.
24 ## @end deftypefn 24 ## @end deftypefn
25 ##
25 ## @seealso{fir2sys} 26 ## @seealso{fir2sys}
26 27
27 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> 28 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
28 ## Created: July 1996 29 ## Created: July 1996
29 30