mirror of
https://github.com/gabrielkheisa/control-system.git
synced 2025-04-12 15:29:05 +07:00
Update assign 6 documentation
This commit is contained in:
parent
fc9ec9a3e1
commit
8755ca54be
@ -27,12 +27,23 @@ Variable above is the constant for PSO tuning.
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
### ITAE Cost Function
|
### ITAE Cost Function
|
||||||

|

|
||||||
|
|
||||||
### Step Response
|
### Step Response
|
||||||

|

|
||||||
|
|
||||||
|
### Ramp Response
|
||||||
|

|
||||||
|
|
||||||
|
### Impulse Response
|
||||||
|

|
||||||
|
|
||||||
|
### Acceleration Response
|
||||||
|

|
||||||
|
|
||||||
## Results
|
## Results
|
||||||
|
Elapsed time is 18.701024 seconds.
|
||||||
|
|
||||||
### Before PSO-PID
|
### Before PSO-PID
|
||||||
```
|
```
|
||||||
RiseTime: 1.0161
|
RiseTime: 1.0161
|
||||||
@ -46,19 +57,19 @@ Variable above is the constant for PSO tuning.
|
|||||||
SSError: 0.9095
|
SSError: 0.9095
|
||||||
```
|
```
|
||||||
### After PSO-PID
|
### After PSO-PID
|
||||||
Kp = 853.2738
|
Kp = 853.3161
|
||||||
|
|
||||||
Ki = 73.5218
|
Ki = 74.1078
|
||||||
|
|
||||||
Kd = 2500
|
Kd = 2.4810e+03
|
||||||
```
|
```
|
||||||
RiseTime: 9.6110e-04
|
RiseTime: 9.5287e-04
|
||||||
SettlingTime: 0.0012
|
SettlingTime: 0.0012
|
||||||
SettlingMin: 0.9952
|
SettlingMin: 0.9949
|
||||||
SettlingMax: 0.9977
|
SettlingMax: 0.9976
|
||||||
Overshoot: 0
|
Overshoot: 0
|
||||||
Undershoot: 0
|
Undershoot: 0
|
||||||
Peak: 0.9977
|
Peak: 0.9976
|
||||||
PeakTime: 0.0036
|
PeakTime: 0.0036
|
||||||
SSError: 0.0024
|
SSError: 0.0024
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user