代码搜索:cutoff 有哪些应用?

找到约 10,000 项符合「cutoff 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/486200/6538030

m 4-18.m

%例程4-18 Ⅰ、Ⅱ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp1(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/486200/6538033

m 4-19.m

%例程4-19 Ⅲ、Ⅳ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp2(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/486200/6538046

m 4-22.m

%例程4-22 Ⅰ、Ⅱ型理想带阻滤波器的单位冲激响应 计算 function hd=ideal_bs(Wcl,Wch,N) %compute the ideal bandstop fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/485392/6561235

m 4-18.m

%例程4-18 Ⅰ、Ⅱ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp1(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/485392/6561238

m 4-19.m

%例程4-19 Ⅲ、Ⅳ型理想带通滤波器的单位冲激响应 计算 function hd=ideal_bp2(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/485392/6561251

m 4-22.m

%例程4-22 Ⅰ、Ⅱ型理想带阻滤波器的单位冲激响应 计算 function hd=ideal_bs(Wcl,Wch,N) %compute the ideal bandstop fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window
www.eeworm.com/read/483133/6610803

m ideal_bp1.m

function hd=ideal_bp1(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window length %hd: unit pulse respondenc
www.eeworm.com/read/483133/6610827

m ideal_bp2.m

function hd=ideal_bp2(Wcl,Wch,N) %compute the ideal bandpass fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window length %hd: unit pulse respondenc
www.eeworm.com/read/483133/6610829

m ideal_bs.m

function hd=ideal_bs(Wcl,Wch,N) %compute the ideal bandstop fiter unit pulse respondence hd(n) %wcl: low cutoff frequency %wch: high cutoff frequency %N: window length %hd: unit pulse respondence
www.eeworm.com/read/482655/6620682

asv yuji.asv

%先对模拟滤波器进行预畸,可以消除偏差的影响 N=2;%number of poles T=0.2;%sampling time wc=2;%analog cutoff frequency Wc=wc*T/pi;%标准化后的数字滤波器的截止频率 [numd,dend]=butter(N,Wc);%直接用