Skip to content

Commit

Permalink
Mataveid 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartensson committed Apr 25, 2020
1 parent 0120c31 commit d3f55fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ u = [u;2*u]; % MIMO
%% Simulation
y = lsim(motor_ss, u, t);
%% Add 15% noise
%% Add 5% noise
load v
for i = 1:length(y)-1
noiseSigma = 0.05*y(:, i);
Expand Down

0 comments on commit d3f55fd

Please sign in to comment.