Artifact 0dc531b79c9ce662807313588475be1e5f0687cb88aa5858b6ccb06be05acc87:
- File mtt/lib/examples/Identification/idRC/create_data.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 210) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/examples/Identification/idRC/create_data.m — part of check-in [2764ae05ff] at 2002-09-23 11:16:27 on branch origin/master — New example for ident representation (user: gawthrop@users.sourceforge.net, size: 210) [annotate] [blame] [check-ins using]
## Create some data c = 1; r = 5; tau = r*c; t = [0:0.1:10]'; # time one = ones(size(t)); u = one; # Step input y = one - exp(-t/tau); # Exact step response save idRC_ident_data.dat y u t