用MATLAB工具画出 x(n)=x1(n)*x2(n)的波形。
1个回答
关注
展开全部
咨询记录 · 回答于2021-12-22
用MATLAB工具画出 x(n)=x1(n)*x2(n)的波形。
假如 n = -5:40;x = (1.02.^n+0.5*cos(2*pi*n/8+pi/4)).*(n>=0)+0.1*(n==-1)+0.15*(n==-2);stem(n,x); n = -5:40;x = (1.02.^n+0.5*cos(2*pi*n/8+pi/4)).*(n>=0)+0.1*(n==-1)+0.15*(n==-2);stem(n,x);n = -5:40;x = (1.02.^n+0.5*cos(2*pi*n/8+pi/4)).*(n>=0)+0.1*(n==-1)+0.15*(n==-2);stem(n,x);
已赞过
评论
收起
你对这个回答的评价是?