EE 451

Generating an impulse in MATLAB

n = -10:10;
x = [(n == 0)];
stem(n,x);


Bill Rison, <rison@ee.nmt.edu >