代码搜索:S-function

找到约 1,813 项符合「S-function」的源代码

代码结果 1,813
www.eeworm.com/read/437834/7741192

c pendulum_sfunc_c.c

//Nguoi lap trinh: Lam Quoc Hung. //Mon hoc: Lap trinh nang cao. //File: Pendulum_Sfunc_C.m : Mo hinh S-function con lac nguoc su dung C-File. #define S_FUNCTION_NAME Pendulum_Sfunc_C #define S_
www.eeworm.com/read/208657/15239739

m gsk.m

function [out,x0,str,ts]=gsk(t,x,u,flag,k,x0) % [out,x0,str,ts]=gsk(t,x,u,flag,k,x0); gain scheduling control. % This s-function implements the gain scheduled controller k, % which is computed by
www.eeworm.com/read/147861/12513808

m splot2h_s.m

function [sys,x0,str,ts] = splot2h_s(t,x,u,flag,plotType,plotTitle) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional param
www.eeworm.com/read/147861/12513889

m pantpat3_s.m

function [sys,x0,str,ts] = pantpat3_s(t,x,u,flag, guiTypes, restParam) %PANTPAT3_S S-function for antenna pattern plot. % %-------- %Synopsis: % [sys,x0,str,ts] = pantpat3_s(t,x,u,flag,restParam) %
www.eeworm.com/read/420106/10816578

m pulfilt_s.m

function [sys,x0,str,ts] = pulfilt_s(t,x,u,flag,restParam) %PULFILT_S S-function for Doppler filtering. % %-------- %Synopsis: % [sys,x0,str,ts] = pulfilt_s(t,x,u,flag,{noOutChan,taperType,nn,r0dB,n
www.eeworm.com/read/246547/12720244

m kalman.m

function [sys, x0] = kalman(t,x,u,flag, T) %kalman filter as an S-function (m-file) global rr ll fai; global out; global x_1 P_1 K PP Q RR hh Y; if flag == 0 rr=0.4; ll=0.0086; fai=0.213; PP=
www.eeworm.com/read/477308/6741515

m mybldc2.m

function [sys,x0,str,ts] = bldc(t,x,u,flag,N,R,L,M,BM,Rl,Rr,DF,J,P,F0,Fs) % BLDC An example M-file S-function for defining a system of % The expected input vector is: % (1): I_U: The U phase ins
www.eeworm.com/read/147861/12513737

m pulfilt_s.m

function [sys,x0,str,ts] = pulfilt_s(t,x,u,flag,restParam) %PULFILT_S S-function for Doppler filtering. % %-------- %Synopsis: % [sys,x0,str,ts] = pulfilt_s(t,x,u,flag,{noOutChan,taperType,nn,r0dB,n
www.eeworm.com/read/424063/10501069

m simom2.m

function [sys, x0] = simom2(t,x,u,flag,a,b,c,d) % SIMOM2 State-space equation example(2) as an S-function M-file. % Represents the state-space equations: % % dx/dt = A.x + B.u % y = C.x + D.u
www.eeworm.com/read/147096/12584659

m simom2.m

function [sys, x0] = simom2(t,x,u,flag,a,b,c,d) % SIMOM2 State-space equation example(2) as an S-function M-file. % Represents the state-space equations: % % dx/dt = A.x + B.u % y = C.x + D.u