Skip to content

Commit

Permalink
Merge pull request #13 from virtual-labs/dev
Browse files Browse the repository at this point in the history
comit12
  • Loading branch information
PIYALI-RE-IIT authored Mar 10, 2025
2 parents 12fb2a1 + 1d99806 commit 398c94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiment/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $$ \dot{x}(t)=A x(t)+B u(t) \tag{1a} $$

Output equation:

$$ y(t)= C x(t) u(t) \tag{1b} $$
$$ y(t)= C x(t) \tag{1b} $$

<b><i>Deadbeat Control design:</i></b> <br>
A deadbeat controller is one where the system's output reaches its desired value in the smallest number of steps (the so-called "deadbeat time" or "deadbeat response").
Expand All @@ -19,13 +19,13 @@ $$ {x}[k+1]=F x[k]+g u[k] \tag{2a} $$

Output equation:

$$ y[k] = C x[k] u[k] \tag{2b} $$
$$ y[k] = C x[k] \tag{2b} $$

where, <span style="font-family:Bodoni MT;font-style:italic;font-size:18px">x</span>[<span style="font-family:Bodoni MT;font-style:italic;font-size:18px">k</span>] is state vector, <span style="font-family:Sitka Text;font-style:italic">y</span>[<span style="font-family:Bodoni MT;font-style:italic;font-size:18px">k</span>] is output vector,
<span style="font-family:Bodoni MT;font-style:italic;font-size:18px">u</span> is input or control vector, <span style="font-family:Bodoni MT;font-style:italic;font-size:18px">F</span> is system matrix,
<span style="font-style:italic;font-size:18px">g</span> is input matrix, <span style="font-family:Bodoni MT;font-style:italic;font-size:18px">C</span> is output matrix. </br></br>

where, <span style="font-family:Bodoni MT;font-style:italic;font-size:18px">K</span> is the state feedback gain matrix, <span style="font-family:Sitka Text;font-style:italic">r</span>[<span style="font-family:Bodoni MT;font-style:italic;font-size:18px">k</span>] is the reference signal (desired output).
where, <span style="font-family:Bodoni MT;font-style:italic;font-size:18px">K</span> is the state feedback gain matrix, <span style="font-family:Sitka Text;font-style:italic">r</span>[<span style="font-family:Bodoni MT;font-style:italic;font-size:18px">k</span>] is the reference signal.
</br>
The control input is typically given by:

Expand Down

0 comments on commit 398c94d

Please # to comment.