comparison scripts/control/system/is_sample.m @ 3502:b5238ac1dca9

[project @ 2000-01-31 07:40:53 by jwe]
author jwe
date Mon, 31 Jan 2000 07:41:01 +0000
parents 7923abdeb4e5
children 22bd65326ec1
comparison
equal deleted inserted replaced
3501:8b21bcbc1080 3502:b5238ac1dca9
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} is_sample (@var{Ts}) 20 ## @deftypefn {Function File} {} is_sample (@var{ts})
21 ## return true if @var{Ts} is a valid sampling time 21 ## Return true if @var{ts} is a valid sampling time
22 ## (real,scalar, > 0) 22 ## (real,scalar, > 0)
23 ## @end deftypefn 23 ## @end deftypefn
24 24
25 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu> 25 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
26 ## Created: July 1995 26 ## Created: July 1995