代码搜索:realization

找到约 607 项符合「realization」的源代码

代码结果 607
www.eeworm.com/read/203170/15364483

c circular-buffer_cascade_realization_2.c

/* ccas2.c - circular buffer implementation of cascade realization */ double csos2(); /* circular-buffer version of single SOS */ double ccas2(K, A, B, W, Q, x) int K, *Q;
www.eeworm.com/read/203170/15364522

c circular-buffer_canonical_realization_1.c

/* ccan.c - circular buffer implementation of canonical realization */ void wrap(); /* defined in \ref{hardware.sec} */ double ccan(M, a, b, w, p, x) /* usag
www.eeworm.com/read/203170/15364538

c circular-buffer_canonical_realization_2.c

/* ccan2.c - circular buffer implementation of canonical realization */ void wrap2(); /* defined in Section \ref{hardware.sec} */ double ccan2(M, a, b, w, q, x) double *a, *b,
www.eeworm.com/read/488296/6491657

m uofc.m

%This function is the UOFC realization function [Pk,Uk] = UOFC (Xf) Xf=Xf'; [Pk,Uk] = fcm (Xf,10);
www.eeworm.com/read/154874/11921423

m ex5a.m

dt=1; b=0.3; r=randn(100,1); t=zeros(100,1); w=zeros(100,1); w0=0; dt=1; r=randn(100,1); t=zeros(100,1); w=zeros(100,1); w0=0;t(1)=1; w(1)=w0; k1=0.1; s1=1; for i=2:100 t(i)=i; w(i)=w(i-1)+
www.eeworm.com/read/388457/8608115

m p2_6.m

% Program P2_6 % Cascade Realization clf; x = [1 zeros(1,40)]; % Generate the input n = 0:40; % Coefficients of 4th order system den = [1 1.6 2.28 1.325 0.68]; num = [0.06 -0.19 0.27 -0.26 0.12
www.eeworm.com/read/387887/8649522

m p2_6.m

% Program P2_6 % Cascade Realization clf; x = [1 zeros(1,40)]; % Generate the input n = 0:40; % Coefficients of 4th order system den = [1 1.6 2.28 1.325 0.68]; num = [0.06 -0.19 0.27 -0.26 0.12