

InterviewSolution
Saved Bookmarks
1. |
If x(n)=(0,0,1,1,1,1,1,0) then x(3n+1) is?(a) (0,1,0,0,0,0,0,0)(b) (0,0,1,1,1,1,0,0)(c) (1,1,0,0,0,0,0,0)(d) None of the mentionedThis question was addressed to me in a job interview.This interesting question is from Signals, Systems and Signal Processing topic in chapter DSP – Basic Signaling of Digital Signal Processing |
Answer» The correct choice is (a) (0,1,0,0,0,0,0,0) |
|