Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into simulink
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jul 20, 2020
2 parents 2b7ef0e + a4a3dbe commit cc3b6fd
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 cc3b6fd

Please sign in to comment.