代码搜索:Butt

找到约 1,029 项符合「Butt」的源代码

代码结果 1,029
www.eeworm.com/read/433724/7912463

m butt.m

%Butterworth Filter clc; wp=input('Enter the pass band frequency '); ws=input('Enter the stop band frequency '); p=input('Enter the pass band attenuation '); s=input('Enter the stop band attenuat
www.eeworm.com/read/297756/7997684

m butt.m

function [a,b]=butt(Wp,Ws,Rp,As,T) %根据技术指标设计数字巴特沃斯滤低通波器 if Wp
www.eeworm.com/read/123019/14652010

zip butt.zip

www.eeworm.com/read/122729/14671032

class butt.class

www.eeworm.com/read/391381/8406557

gif tijiao_butt.gif

www.eeworm.com/read/391355/8407624

c butt_test.c

#include #include #include #include #include #include #include #include #include
www.eeworm.com/read/389982/8490462

m afd_butt.m

function [b,a]=afd_butt(Omegap,Omegar,Ap,Ar); if Omegap
www.eeworm.com/read/432412/8606169

m afd_butt.m

function [b,a] = afd_butt(Wp,Ws,Rp,As); % 巴特沃斯型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_butt(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘频率
www.eeworm.com/read/432412/8606521

m afd_butt.m

function [b,a] = afd_butt(Wp,Ws,Rp,As); % 巴特沃斯型模拟低通滤波器设计 % ----------------------------------------- % [b,a] = afd_butt(Wp,Ws,Rp,As); % b = Ha(s) 分子的系数 % a = Ha(s) 分母的系数 % Wp = 以弧度/秒为单位的通带边缘频率
www.eeworm.com/read/388370/8612518

m afd_butt.m

function [b,a] = afd_butt(Wp,Ws,Rp,As); % Analog Lowpass Filter Design: Butterworth % ----------------------------------------- % [b,a] = afd_butt(Wp,Ws,Rp,As); % b = Numerator coefficients of Ha