代码搜索:Analog
找到约 10,000 项符合「Analog」的源代码
代码结果 10,000
www.eeworm.com/read/493456/6393578
m u_chb2ap.m
function [b,a] = u_chb2ap(N,As,Omegac);
% Unnormalized Chebyshev-2 Analog Lowpass Filter Prototype
% --------------------------------------------------------
% [b,a] = u_chb2ap(N,As,Omegac);
%
www.eeworm.com/read/479479/6687305
c comparator_drv.c
//! @file comparator_drv.c
//!
//! Copyright (c) 2004
//!
//! Please read file license.txt for copyright notice.
//!
//! @brief This file contains the low level functions for the analog comparat
www.eeworm.com/read/156653/11786524
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(s)
www.eeworm.com/read/156653/11786560
m afd_elip.m
function [b,a] = afd_elip(Wp,Ws,Rp,As);
% Analog Lowpass Filter Design: Elliptic
% --------------------------------------
% [b,a] = afd_elip(Wp,Ws,Rp,As);
% b = Numerator coefficients of Ha(s)
% a =
www.eeworm.com/read/154760/11928337
m afd_elip.m
function [b,a] = afd_elip(Wp,Ws,Rp,As)
% Analog Lowpass Filter Design:Elliptic
% -------------------------------------------
% [b,a] = afd_elip(Wp,Ws,Rp,As);
% b = Numerator coefficients of Ha(s)
www.eeworm.com/read/154760/11928342
m dtcongui.m
function dtcongui(mode)
%DTCONGUI Graphical User Interface program for discrete convolution
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Publis
www.eeworm.com/read/154760/11929300
m ftprpplt.m
function ftprpplt
%FTPRPPLT: Plotting control for FTPRPGUI
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% A
www.eeworm.com/read/154760/11929558
m ctcongui.m
function ctcongui(mode)
%CTCONGUI Graphical User Interface program for continuous convolution
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Publ
www.eeworm.com/read/342845/11996038
m afd_elip.m
function [b,a] = afd_elip(Wp,Ws,Rp,As);
% Analog Lowpass Filter Design: Elliptic
% --------------------------------------
% [b,a] = afd_elip(Wp,Ws,Rp,As);
% b = Numerator coefficients of Ha(s)
%
www.eeworm.com/read/342845/11996112
m u_chb2ap.m
function [b,a] = u_chb2ap(N,As,Omegac);
% Unnormalized Chebyshev-2 Analog Lowpass Filter Prototype
% --------------------------------------------------------
% [b,a] = u_chb2ap(N,As,Omegac);
%