What is the origin of the signal x(t) ={-3,-2,-1,0,1,2}
Answers
Answered by
1
Explanation:
signal x(t) ={-3,-2,-1,0,1,2} int g (int x, int y) {
switch(x - y) {
case 0:
return x;
case 4:
y = y + 1;
break;
case 7:
x = x - 1;
case 9:
return x*y;
case 3:
y = x + 9;
default:
return y - x;
}
return y;
}
what does g(9,5) evaluate to.
Similar questions
English,
5 months ago
Computer Science,
5 months ago
World Languages,
5 months ago
Social Sciences,
11 months ago
Math,
11 months ago
Economy,
1 year ago
Science,
1 year ago
Math,
1 year ago