Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind authored and nikhar-abbas committed Sep 17, 2020
1 parent 3da66f1 commit 077b8d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Matlab_Toolbox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Simulink Implementation of ROSCO
A simulink version of ROSCO has been created for rapid prototyping of new control ideas. The results do not exactly match results from the .DLL version of ROSCO due to the way that Simulink handles initial conditions. These differences change the wind speed estimate slightly and propogate to differences in the torque control and pitch saturation. The following modules in ROSCO have been implemented in Simulink:
- TSR tracking torque control
- PI gain-scheduled pitch control
- Setpoint smoothing control
- Extended Kalman Filter wind speed estimator
- Pitch Saturation
- Floating feedback control

The modules not currently implemented include:
- k\omega^2 torque control
- Individual pitch control
- Shutdown control
- Flap control

`runFAST.m` can be used to load the ROSCO parameters from a .IN file, using `load_ROSCO_params.m` and a more detailed version can be found in the `matlab-toolbox` [repository](https://github.com/dzalkind/matlab-toolbox/tree/master/Simulations).

0 comments on commit 077b8d5

Please sign in to comment.