I'm trying to create the attached image formulae. But I don't know how to get the double braces to work. This is my attempt with only single brace.
x(t_n) = \left\{ \begin{array}{l l}
0 &\quad \mbox{ $n<ns$ or $n>ne$} \\
x(t_n) &\quad \mbox{ $ns\leq n\leq ne$}
\end{array} \right.

Could someone help me with the second brace? Thanks in advance