Closed-Loop Systems Model Estimation Methods
- Updated2025-10-28
- 5 minute(s) read
Closed-Loop Systems Model Estimation Methods
Closed-loop model estimation methods use data from a closed-loop system to build a model for a dynamic system that a controller regulates.
Systems in many real-world applications contain feedback. Feedback is a process in which the output signal of a dynamic system is passed, or fed back, to the input to regulate the next output. Systems without feedback are open-loop systems. Systems with feedback are closed-loop systems.
In an open-loop system, the stimulus signal and the output noise do not correlate with each other. In a closed-loop system, the stimulus signal correlates to the output noise. Though you can apply many open-loop model estimation methods to closed-loop data, not all open-loop model estimation methods handle the correlation between the stimulus signal and output noise well.
Feedback in Systems
Feedback is common in control systems. Feedback regulates the system outputs on the basis of a reference input. Feedback also reduces the effect of input disturbances. One example of a closed-loop system is a system that regulates room temperature, as shown in the following figure. In this example, the reference input is the temperature Tset at which you want the room to stay. The thermostat senses the actual temperature, Tactual, of the room. Based on the difference between Tactual and Tset, the thermostat activates the heater or the air conditioner. The thermostat returns Tactual as the feedback to compare again with Tset. Then the thermostat uses the difference between Tactual and Tset to regulate the temperature at the next moment.
You must verify if feedback exists before choosing a model estimation method because not all open-loop model estimation methods work correctly with closed-loop data.
The following figure shows a comparison of the impulse responses of the dynamic system in a closed-loop system and an open-loop system:
The values outside the upper limit and lower limit range at the negative lag, which appears between –10 and 0 on the x-axis, are considered significant values. Significant values in the impulse response at negative lags imply feedback in data. As shown in the following figure, significant values exist in the Closed-loop data plot. Therefore, feedback exists in the closed-loop system. No significant impulse response values exist in the Open-loop data plot. Thus, feedback does not exist in the open-loop system.
Understanding Closed-Loop Model Estimation Methods
The following figure shows a system that consists of a dynamic system and a controller. In this system, G0 is the dynamic system, Fy is the controller, H is the stochastic part of the dynamic system, u is the stimulus signal, y is the response signal, r is the reference signal that is an external signal, and e is the output noise. In control engineering, this system is known as a feedback-path closed-loop system, which is a typical closed-loop system.
In some cases, the controller comes before the dynamic system in a closed-loop system. This system is known as a feedforward-path closed-loop system, as shown in the following figure:
Depending on the amount of prior knowledge you have about the feedback, the controller, and the reference signal of a system, you can categorize closed-loop model estimation approaches into the following three groups:
You can choose a suitable model identification approach according to the information you have about the closed-loop system. The following table summarizes the information you must have to use each identification approach:
| Method | Stimulus Signal | Response Signal | Reference Signal | Controller Information |
|---|---|---|---|---|
| Direct | Yes | Yes | — | — |
| Indirect | — | Yes | Yes | Yes |
| Joint Input-Output | Yes | Yes | Yes | — |
With the System Identification VIs, you can choose to use the direct, indirect, or joint input-output identification approaches for different types of closed-loop systems. The direct identification approach supports Single-Input Single-Output (SISO), Multiple-Input Single-Output (MISO), and Multiple-Input Multiple-Output (MIMO) systems. The indirect and joint input-output identification approaches support SISO systems only.