📄 untitled.m
字号:
clear all
f=1/6;
n=1:128
y=sin(2*pi*f*[0:255]);
subplot(3,1,1);
plot(y);
subplot(3,1,2);
stem(y);
subplot(3,1,3);
plot(abs(fft(y)));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -