>> N=24M=8
n=0:N-1
x1=(0.8).^nx2=[(n>=0)&(n<M)]
xn=x1.*x2
xc=xn(mod(n,8)+1)%%%8为周期延拓粗裤戚的周期,即为N=8,mod求岩陵余运算
figure,stem(n,xn,'纯含.')
xlabel('n')ylabel('xn')
axis([0,length(n),0,1])
figure,stem(n,xc,'.')
xlabel('n')ylabel('xc')
axis([0,length(n),0,1])
x也旁竖要运肢大延拓啊x = -0.05:0.00001:0.05
y=sin(100*pi*x)
m=sign(y)*0.2.*(x>0&x<饥谨0.02)
X=kron((0:7)/10,ones(1,10001))+repmat(x,1,8)
M=repmat(m,1,8)
plot(X,M)
。。。这个函数还有凯肢行盯哗周期? y = x*0 + 1 ?? 周期是多少?老师你教教我吧。如果是
x = linespace(0,1,100)(其实就是x = 0:1:100)
y = sin(x) + 1
直饥御接
x = 0:1:1000
y = sin(x) + 1
plot(x, y)
就得了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)