Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edomora97 committed Jun 4, 2020
1 parent 5be8344 commit dc63534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lectures/2020-05-12.tex
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ \section{Linear Time Invariant Systems}
Let's consider a simplified case (SISO system with one state) to understand the approach.
\[
S: \begin{cases}
x(t+1) = zx(t) + bu(t) + v_1(t) \\
x(t+1) = ax(t) + bu(t) + v_1(t) \\
y(t) = cx(t) + v_2(t)
\end{cases}
\]
Expand Down
2 changes: 1 addition & 1 deletion lectures/2020-05-14.tex
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ \section{Non-linear Systems}

$r_1(t)$ and $r_2(t)$ are the primary regressors, directly linked to $\dot{z}(t)$. $r_3(t)$ is a secondary regressor, it can help $r_1(t)$.

Since these regressors are obtained by integration to avoid drifting (by DC components of noise integration) we have to high-pass the inputs with high-pass filters ($\frac{z-1}{z-a}$).
Since these regressors are obtained by integration to avoid drifting (by DC components of noise integration) we have to high-pass the inputs with high-pass filters $\left(\frac{z-1}{z-a}\right)$.

\paragraph{Full filtering scheme} \phantom{lol}
\begin{figure}[H]
Expand Down

0 comments on commit dc63534

Please sign in to comment.