?? 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 + -