Given the sequences, x[n] = u[n] - u[n - 4] and h[n] = delta[n] - delta[n - 3] :
The result of their linear convolution is, starting at n = 0 y[n] = [[1, 0, 0, 0, - 1]]
The result of their linear convolution is, starting at n = 0, y[n] = [[1, 1, 1, 0, - 1, - 1, - 1]]
Its unit sample response is, starting at n = 0 h[n] = [[1, - 1]]
Its unit sample response is, starting at n = 0 h[n] = [[1, 0, - 1]]
Its unit sample response is, starting at n = 0 h[n] = [[1, 0, 0, - 1]]
The input sequence, starting at n = 0 , is x[n] = [[1, - 1]]
The input sequence, starting at n = 0 is x[n] = [[1, 0, 0, - 1]]
The input sequence, starting at n = 0 is x[n] = [[1, 1, 1, 1]]
None of the above is true.
b, e, h are true
a, c, h are true