
MATLAB
文章平均质量分 59
tensile_spring
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
「数字信号处理」课程设计-例题
function [X]=dtft(x,n,w) X=x*exp(-j*n'*w) dtft的函数的编写原创 2015-02-08 16:05:00 · 1256 阅读 · 0 评论 -
「数字信号处理」课程设计--练习题
练习题1 n=-12:12 x11=((n>=-2)-(n>=2)) x12=2.^n x1=x11.*x12 subplot(3,1,1);stem(n,x1,'.') x21=(n==-4) x22=(n==4) x2=-x21+x22 subplot(3,1,2);stem(n,x2,'.') title('x1(n)=2n') x3=cos(0.3*pi*n) subplot(3,1,3原创 2015-02-08 19:53:02 · 1167 阅读 · 0 评论