|  | 
 
| 
x
EDA365欢迎您登录!您需要 登录 才可以下载或查看,没有帐号?注册  ) `5 e9 p0 V% k' }0 t* c, |9 R: @/ d5 j该复指数序列为:  s0 H% }' s% ^2 |
 
 4 T0 m- ]' k. w4 Z+ a/ Y) x
   8 v& K  J  C0 a* c" m& Y- i. [# m8 l- e! c2 _0 ?: v7 h; D
 直接给出MATLAB脚本:
 : S' @/ E& C$ f6 t2 [9 b2 d
 8 o$ c' K3 w% W; n
 6 {' n4 |# Z- X" sclcclearclose alln = [-10:10];alpha = -0.1 + 0.3j;x = exp(alpha*n);subplot(2,2,1);stem(n,real(x),'filled');title('real part');xlabel('n');ylim([-3,2]);subplot(2,2,2);stem(n,imag(x),'filled');title('imaginary part');xlabel('n');subplot(2,2,3);stem(n,abs(x),'filled');title('magnitude part');xlabel('n');subplot(2,2,4);stem(n,(180/pi)*angle(x),'filled');title('phase part');xlabel('n');6 Y  f: L' I3 O1 s
 + k: Q+ ]7 Y  m, P
 
  1 V1 o. k0 P: J+ M 3 ~+ l% }- g; o0 a
 
 | 
 |