代码搜索:Second-Order
找到约 274 项符合「Second-Order」的源代码
代码结果 274
www.eeworm.com/read/457360/7326918
afl second-order infinite impulse response filter.afl
//------------------------------------------------------------------------------
//
// Formula Name: Second-order Infinite impulse response filter
// Author/Uploader: Tomasz Janeczko
// E-m
www.eeworm.com/read/457360/7327147
afl second-order infinite impulse response filter.afl
//------------------------------------------------------------------------------
//
// Formula Name: Second-order Infinite impulse response filter
// Author/Uploader: Tomasz Janeczko
// E-m
www.eeworm.com/read/241517/13137875
mcd second-order sigma-delta modulator.mcd
www.eeworm.com/read/310212/13654605
m sos2zp.m
function [z,p,k] = sos2zp(sos)
%SOS2ZP Second-order sections to zero-pole-gain linear system model conversion
% [Z,P,K] = SOS2ZP(SOS) returns the zeros Z, poles P and gain K of the
% system giv
www.eeworm.com/read/310212/13654629
m sos2ss.m
function [a,b,c,d] = sos2ss(sos)
%SOS2SS Second-order sections to state space linear system model conversion
% [A,B,C,D] = SOS2SS(SOS) returns the state space matrices A, B, C and D
% of the di
www.eeworm.com/read/493017/6404046
m example6_11.m
Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
%Analog filter design:
[b,a]=afd_chb1(Wp,Ws,Rp,As)
%Chebyshev-1 Filter Order=4
% Calculation of second-order sections:
[C,B,A
www.eeworm.com/read/477921/6726118
m example6_11.m
Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
%Analog filter design:
[b,a]=afd_chb1(Wp,Ws,Rp,As)
%Chebyshev-1 Filter Order=4
% Calculation of second-order sections:
[C,B,A
www.eeworm.com/read/154209/11983005
m sos2zp.m
function [z,p,k] = sos2zp(sos)
%SOS2ZP Second-order sections to zero-pole-gain linear system model conversion
% [Z,P,K] = SOS2ZP(SOS) returns the zeros Z, poles P and gain K of the
% system giv
www.eeworm.com/read/154209/11983079
m sos2ss.m
function [a,b,c,d] = sos2ss(sos)
%SOS2SS Second-order sections to state space linear system model conversion
% [A,B,C,D] = SOS2SS(SOS) returns the state space matrices A, B, C and D
% of the di
www.eeworm.com/read/300098/13934329
m ex8p7.m
Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
%Analog filter design:
[b,a]=afd_chb2(Wp,Ws,Rp,As);
%Chebyshev-2 Filter Order=4
%Calculation of second-order sections:
[C,B