untitled.m

来自「PID性能分析」· M 代码 · 共 11 行

M
11
字号
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 + =
减小字号Ctrl + -
显示快捷键?