📄 test_dec.m
字号:
t=linspace(0,1,2^8);
y=sin(2*pi*t)+cos(4*pi*t)+sin(8*pi*t)+4*64*(t-1/3).*exp(-((t-1/3)*64).^2)+512*(t-2/3).*exp(-((t-2/3)*128).^2);
p=[0.683 1.1830 0.3170 -0.1830];
clc
dec(y,p,8,8)
figure
dec(y,p,8,7)
figure
dec(y,p,8,6)
figure
w=dec(y,p,8,4)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -