📄 gonglvpu.m
字号:
y=randCL(1,200,0.5,0.4);
ts=0.001;
fs=1/ts;
psd=spectrum(y,1024);
subplot(231);
specplot(psd,fs);
title('Logistic(u=0.4)');
y=randCL(1,200,0.5,2.4);
ts=0.001;
fs=1/ts;
psd=spectrum(y,1024);
subplot(233);
specplot(psd,fs);
title('Logistic(u=3.2)');
y=randCL(1,200,0.5,3.5);
ts=0.001;
fs=1/ts;
psd=spectrum(y,1024);
subplot(234);
specplot(psd,fs);
title('Logistic(u=3.5)');
y=randCL(1,200,0.5,3.8);
ts=0.001;
fs=1/ts;
psd=spectrum(y,1024);
subplot(235);
specplot(psd,fs);
title('Logistic(u=3.8)');
y=randCL(1,200,0.5,3.9);
ts=0.001;
fs=1/ts;
psd=spectrum(y,1024);
subplot(236);
specplot(psd,fs);
title('Logistic(u=3.9)');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -