代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/359005/10172090

m animcpp1.m

% ANIMCPP1 僇乕僩偲2杮偺暯峴側億乕儖偺僔僗僥儉偺傾僯儊乕僔儑儞 % 悰栰僞僀僾偺僼傽僕傿僐儞僩儘乕儔傪巊偭偰丄椢怓偺嶰妏宍偱帵偝傟傞僞乕僎 % 僢僩偺埵抲傪僇乕僩傪堏摦偝偣側偑傜丄挿偝偺堎側傞2偮偺億乕儖偺僶儔儞僗 % 傪曐偮僇乕僩偲2偮偺暯峴側億乕儖偺傾僯儊乕僔儑儞偱偡丅偙偺僔僗僥儉偼丄1 % 偮偺億乕儖偺挿偝偑帪娫偵傛偭偰曄壔偡傞偲偄偆揰偵偍偄偰丄捠忢偺僇乕僩偲 % 暯峴 ...
www.eeworm.com/read/424063/10501844

c indxtabl.c

/* * INDXTABL A SIMULINK index look up table. * * Syntax: [sys, x0] = indxtabl(t, x, u, flag, codebook) * This block takes the block input as index and the output is one of the * val
www.eeworm.com/read/420106/10816632

m tofile_s.m

function [sys,x0,str,ts] = tofile_s(t,x,u,flag,fileName,varName) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional paramete
www.eeworm.com/read/420106/10816674

m fromfile_s.m

function [sys,x0,str,ts] = fromfile_s(t,x,u,flag,fileName,varName) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional parame
www.eeworm.com/read/420106/10816722

m fromworkspace_s.m

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

txt readme.txt

对研究者来说,仿真的精度与效率是不得不面对的两大问题。如果用matlab的m文件来仿真一条两发两收OFDM+Beamforming系统的性能曲线,你的计算机可能需要20~30个小时才能得出结果,更不用说调试、修改的时间。因此,使用m语言进行系统级的仿真是不可取的。 如果采用simlink来进行仿真,结合C/C++编写的<mark>S-function</mark>完成特定功能,你的仿真效率将极大地提高 ...
www.eeworm.com/read/195686/8135667

bak readme.txt.bak

对研究者来说,仿真的精度与效率是不得不面对的两大问题。如果用matlab的m文件来仿真一条两发两收OFDM+Beamforming系统的性能曲线,你的计算机可能需要20~30个小时才能得出结果,更不用说调试、修改的时间。因此,使用m语言进行系统级的仿真是不可取的。 如果采用simlink来进行仿真,结合C/C++编写的<mark>S-function</mark>完成特定功能,你的仿真效率将极大地提高 ...
www.eeworm.com/read/313956/13578413

c indxtabl.c

/* * INDXTABL A SIMULINK index look up table. * * Syntax: [sys, x0] = indxtabl(t, x, u, flag, codebook) * This block takes the block input as index and the output is one of the *
www.eeworm.com/read/152874/12076163

txt readme.txt

利用S-Builder编写一个多输入多输出的<mark>S-Function</mark> Block (1)将一个S-Builder Block放入一个模型中,然后打开S-Builder。 (2)设置输入与输出port,类型,行数,列数。注意:行数也就端口的宽度,一般是可变的值,但是S-Builder只能输入一个固定的值,这没有关系,这样就先设置为1,等生成了代码再修改即可,在生成的代码中将端口的宽度设置为-1,表示 ...
www.eeworm.com/read/152597/12100126

c guass_wrapper.c

/* * * --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 --- * * This file is a wrapper S-function produced by the S-Function * Builder which only recognizes certain fields. Cha