代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/346461/11743003
m lowpass_p354.m
%clear;close all;
wp=0.8*pi;%passband end
ws=0.88*pi;
%wc=(wp+ws)/2;
width=ws-wp;%width of the transition band
N=ceil(6.6*pi/width);
if (rem(N,2))==0
N=N+1;
end
Nw=N;%Legnth of the
www.eeworm.com/read/346461/11743004
asv lowpass_p354.asv
%clear;close all;
wp=0.8*pi;%passband end
ws=0.88*pi;
%wc=(wp+ws)/2;
width=ws-wp;%width of the transition band
N=ceil(6.6*pi/width);
if (rem(N,2))==0
N=N+1;
end
Nw=N;%Legnth of the