⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 window_function.m

📁 遗传算法就的开始株型紧凑可执行:早晨从看见着在科学考察偶支持
💻 M
字号:
       
       N  = 65;
       
       w  = window(@blackmanharris,N);
       w1 = window(@hamming,N);
       w2 = window(@gausswin,N,2.5);
       w3 = window(@hann,N);
       w4 = window(@bartlett,N);
       w5 = window(@blackman,N);
       w6 = window(@chebwin,N,3);
       w7 = window(@kaiser,N,1);
       w8 = window(@triang,N);
       w9 = window(@boxcar,N);
       
       %figure;
       plot(1:N,[w,w1,w2,w3,w4,w5,w6,w7,w8,w9]); axis([1 N 0 1]);
       legend('Blackman-Harris','Hamming','Gaussian','hann','bartlett','blackman','chebwin','kaiser','triang','boxcar');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -