You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repo includes the MATLAB codes for a DMC and an EPFC controller.
5
5
<!-- Add content here -->
6
6
7
7
## EPFC
8
-
An extended PFC controller is implemented to control a nonlinear system. The exemplar system considered is a cart with a spring attached to it, as shown in the image:
8
+
An extended PFC controller is implemented to control a nonlinear system. The exemplar system considered is a cart with a nonlinear spring attached to it, as shown in the image:
@@ -55,10 +55,10 @@ The functions and scripts are as follows:
55
55
-`beta`, `Ni` and `TOL` are used when finding `D_nonlinar`.
56
56
-`method` determines the linearization method: 'jacobian' or 'perturbation'
57
57
-`is_programmed_ref`: if set to true, the reference will be considered programmed, meaning that the controller is aware of the future values of the reference signal.
58
-
-`noise_power` power of white noise on the output
59
-
-`dist_amp` the amplitude of disturbance on the output. The disturbance is considered to be a pulse signal.
60
-
-`dist_time` the time when the disturbance is applied
61
-
-`dist_duration` the duration of the disturbance
58
+
-`noise_power` power of white noise on the output
59
+
-`dist_amp` the amplitude of disturbance on the output. The disturbance is considered to be a pulse signal.
60
+
-`dist_time` the time when the disturbance is applied
61
+
-`dist_duration` the duration of the disturbance
62
62
63
63
-`one_input_one_output` simulates the system for one input and one output coincidence points.
64
64
-`one_input_three_outputs` simulates the system for one input and three output coincidence points.
0 commit comments