2018-09-29 19:08:05 +02:00
|
|
|
%%
|
|
|
|
clear; close all; clc;
|
|
|
|
|
2018-10-02 17:44:03 +02:00
|
|
|
%% Open the project
|
|
|
|
simulinkproject('./');
|
2018-09-29 19:08:05 +02:00
|
|
|
|
2018-10-02 17:44:03 +02:00
|
|
|
%% Initialization
|
|
|
|
% Initialize the perturbations
|
|
|
|
run init_perturbations.m
|
2018-09-29 19:08:05 +02:00
|
|
|
|
2018-10-02 18:17:13 +02:00
|
|
|
% Initialize all the stages parameters
|
|
|
|
run init_data.m
|
|
|
|
|
2018-10-02 21:33:56 +02:00
|
|
|
%% Demonstration of displacement of all the stages
|
2018-10-07 22:07:21 +02:00
|
|
|
run demonstration_main.m
|
2018-10-02 22:01:30 +02:00
|
|
|
|
|
|
|
%% Identification
|
|
|
|
open id_main.m
|
2018-10-07 22:07:21 +02:00
|
|
|
|
|
|
|
%% Active Damping Control
|
|
|
|
open act_damp_main.m
|
|
|
|
|
|
|
|
%% Control With the Undamped System
|
|
|
|
open control_main.m
|
|
|
|
|
|
|
|
%% HAC-LAC Control
|
|
|
|
open hac_lac_main.m
|