Team:Amsterdam/modeling/generaldesign

From 2012.igem.org

(Difference between revisions)
(Model definition)
(Model definition)
Line 46: Line 46:
First, let’s model the input signal/compound which is to be reported on. Imagine the to be stationary and positioned along a fluidic stream so that the signal to be registered can pass the. Modelling the signal using the piecewise function <math>S(t)</math> now seems appropriate. Here, <math>s_{\text{on}}</math> is defined as the time at which the signal is first encountered and <math>s_{\text{off}}</math> as the time at which the signal is turned off.
First, let’s model the input signal/compound which is to be reported on. Imagine the to be stationary and positioned along a fluidic stream so that the signal to be registered can pass the. Modelling the signal using the piecewise function <math>S(t)</math> now seems appropriate. Here, <math>s_{\text{on}}</math> is defined as the time at which the signal is first encountered and <math>s_{\text{off}}</math> as the time at which the signal is turned off.
-
<math>
+
<math>S(t) = \left\{
-
S(t) = \left\{
+
     \begin{array}{lr}
     \begin{array}{lr}
       0 & 0 \le t \le s_{\text{on}} \\
       0 & 0 \le t \le s_{\text{on}} \\
Line 53: Line 52:
       0 & s_{\text{off}} \le t \le \infty
       0 & s_{\text{off}} \le t \le \infty
     \end{array}
     \end{array}
-
   \right.
+
   \right.</math>
-
</math>
+
<center>
<center>

Revision as of 07:48, 21 September 2012