📄 fut.m
字号:
t=-5:0.05:5
f=sign(t)
plot(t,f),axis([-5 ,5,-1.1,1.1])
x=0.5+0.5*f
subplot(211)
plot(t,x),axis([-5,5,0,1.1])
W1=2*pi*5;
N=500;k=0:N;W=k*W1/N;
F=x*exp(-j*t'*W)*R
subplot(212);
plot(W,F)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -