cross.m
来自「This is transfer function for matlab.」· M 代码 · 共 14 行
M
14 行
% Cross generatorn = 1:1500-1;x1 = cos((3*pi*n/10) + (pi*n.*n/10000));x2 = cos((6*pi*n/10) - (pi*n.*n/10000));x = x1 + x2;x1 = x1(201:1224); x2 = x2(201:1224); x = x(201:1224);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?