We want to estimate x using an observer to suppress noise in the measurement

Which is on State Space Representation form, where , ,

Example Using Closed Loop Estimator

Closed-loop Estimator - Luenberger Observer Estimate update equation will be:

\dot{\hat{x}} &= -\frac{1}{T}\hat{x}+\frac{1}{T}u+L(y_{m}-\hat{x}) \\ \dot{\hat{x}}&=\left( -\frac{1}{T}-L \right)\hat{x}+\frac{1}{T}u+Ly_{m} \end{align}

And the error dynamics is

And we can place our pole, , like this

-\frac{1}{T}-L &= -\frac{1}{T_{d}} \\ L &= \frac{1}{T_{d}}-\frac{1}{T} \end{align}

Where is a scalar, and our observer gain (should’ve used instead to clarify)

We can compare the transfer function, , with and without our observer respectively

Meaning that without our observer, where , all noise will be let through. And with our observer we lowpass the noise.