TechWorkRamblings

by Mike Kalvas

202110231516 Feedforward loop

A feedforward loop is a system that can take corrective action before an action is taken. This is opposed to a 202110231515 Feedback loop where corrective action is taken from the output of the process for the next iteration.

graph LR
  input --> |deviation|controller
  controller --> process
  process --> output