Content deleted Content added
No edit summary |
m →Discrete form: ce |
||
Line 62:
==Discrete form==
An alternative form of the unit step, defined instead as a function <math>H: \mathbb{Z} \to \mathbb{R}</math> (
<math display="block">H[n]=\begin{cases} 0, & n < 0, \\ 1, & n \ge 0, \end{cases} </math>
or using the half-maximum convention:
<math display="block">H[n]=\begin{cases} 0, & n < 0, \\ \tfrac12, & n = 0,\\ 1, & n > 0, \end{cases} </math>
where {{mvar|n}} is an [[integer]]. If {{mvar|n}} is an integer, then {{mvar|n}} < 0 must imply that {{mvar|n}}
Unlike the continuous case, the definition of {{math|''H''[0]}} is significant.
|