@@ -8,7 +8,6 @@ Perform control experiemnt where the feedback and feedforward controllers are gi
`reference` is a reference generating function that accepts a scalar `t` (time in seconds) and outputs a scalar `r`, default is `reference(t) = sign(sin(2π*t))`.
The outputs `y,u,r` are the beam angle, control signal and reference respectively.
"""
function run_control_2DOF(P::AbstractProcess,sysFB,sysFF=nothing;duration=10,reference=t->sign(sin(2π*t)))