代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/217397/14966260
m simrscod.m
function [sys, x0, str, ts] = simrscod(t, x, u, flag, n, k, pg, tp, dim);
%SIMBCHDC SIMULINK S-function for Reed-Solomon encode.
% The m-dile is designed to be used in a SIMULINK S-Function bl
www.eeworm.com/read/147096/12584690
m sfuny.m
function [sys, x0, str, ts] = sfuny(t,x,u,flag,ax,color, dt)
%SFUNY S-function scope using graph window.
%
% This M-file is designed to be used in a SIMULINK S-function block.
% It stores the la
www.eeworm.com/read/147096/12585242
m sbiterr.m
function [sys, x0, str, ts] = sbiterr(t,x,u,flag, num_lin, K, TDelay, Sample)
%SBITERR S-function for symbol and bit error.
%
% This M-file is designed to be used in a SIMULINK S-function block.
www.eeworm.com/read/147096/12585266
m simrscod.m
function [sys, x0, str, ts] = simrscod(t, x, u, flag, n, k, pg, tp, dim);
%SIMBCHDC SIMULINK S-function for Reed-Solomon encode.
% The m-dile is designed to be used in a SIMULINK S-Function bl
www.eeworm.com/read/101557/15826778
m sfuny.m
function [sys, x0, str, ts] = sfuny(t,x,u,flag,ax,color, dt)
%SFUNY S-function scope using graph window.
%
% This M-file is designed to be used in a SIMULINK S-function block.
% It stores the la
www.eeworm.com/read/101557/15827022
m simrscod.m
function [sys, x0, str, ts] = simrscod(t, x, u, flag, n, k, pg, tp, dim);
%SIMBCHDC SIMULINK S-function for Reed-Solomon encode.
% The m-dile is designed to be used in a SIMULINK S-Function bl
www.eeworm.com/read/424063/10500315
m rlspps.m
function [sys, x0, str, ts] = rlspps(t,x,u,flag,name,order,char_poly,dt)
%RLSPPS S-function which performs pole placement.
% This M-file is designed to be used in a SIMULINK S-function block.
www.eeworm.com/read/424063/10501107
m sftable2.m
function [sys, x0] = sftable2(t,x,u,flag,xindex,yindex,table)
%SFTABLE2 A two dimensional table lookup in S-Function form.
%
% This M-file is designed to be used in a SIMULINK S-Function block.
www.eeworm.com/read/424063/10501934
m simbchdc.m
function [sys, x0, str, ts] = simbchdc(t, x, u, flag, n, k, t_err, tp, dim);
%SIMBCHDC SIMULINK S-function for BCH decode.
% The m-dile is designed to be used in a SIMULINK S-Function block.
www.eeworm.com/read/272332/10962445
m poiss_gaus_prc3.m
function [sys,x0,str,ts] = poiss_gaus_prc(t,x,u,flag,lambda,m,v,seed)
%VSFUNC Variable step S-function example.
% This example S-function illustrates how to create a variable step
% block in SI