Feeds
已回答
Even & Odd Discrete time Signals
n= -3:4; x=[0 0 0 2 3 -1 2 -3]; xe= ( x(n)+x(-n) )/2; xo= ( x(n)-x(-n) )/2; subplot(311);stem(n,x);grid on; xlabel('n');yla...
Even & Odd Discrete time Signals
n= -3:4; x=[0 0 0 2 3 -1 2 -3]; xe= ( x(n)+x(-n) )/2; xo= ( x(n)-x(-n) )/2; subplot(311);stem(n,x);grid on; xlabel('n');yla...
2 years 前 | 0
