代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/424063/10499805

m tf2zp.m

function [z,p,k] = tf2zp(num,den) %TF2ZP Transfer function to zero-pole conversion. % [Z,p,k] = TF2ZP(NUM,den) finds the zeros, poles, and gains: % % (s-z1)(s-z2)...(s-zn) % H(s) =
www.eeworm.com/read/424063/10500834

m tf2ss.m

function [a,b,c,d] = tf2ss(num, den) %TF2SS Transfer function to state-space conversion. % [A,B,C,D] = TF2SS(NUM,DEN) calculates the state-space % representation: % . % x = Ax + Bu % y = Cx
www.eeworm.com/read/424063/10500898

m tf2zp.m

function [z,p,k] = tf2zp(num,den) %TF2ZP Transfer function to zero-pole conversion. % [Z,p,k] = TF2ZP(NUM,den) finds the zeros, poles, and gains: % % (s-z1)(s-z2)...(s-zn) % H(s) =
www.eeworm.com/read/424063/10501223

m sfunid.m

function [sys, x0] = sfunid(t,x,u,flag,order,npts,HowOften,offset,ts,method) %SFUNID an S-function which performs system identification. % % This M-file is designed to be used in a SIMULINK S-fun
www.eeworm.com/read/424063/10502160

m symerr.m

function [num, rat] = symerr(x, y, tot) %SYMERR Symbol error analysis. % [NUMBER, RATIO] = SYMERR(X, Y) compares the elements in the two % matrices X and Y. The number of the difference
www.eeworm.com/read/424063/10502814

htm hcommlac.htm

Communications Toolbox Multiple Access Multiple Access The Multiple Access category contains a SIMULINK Multiple Access Library that includes analog time
www.eeworm.com/read/160645/10511127

cpp clustering.cpp

#include "stdafx.h" #include "Clustering.h" #include "stdio.h" #include "math.h" /****************************************************************************** /* Name: LBGCluster /* Functio
www.eeworm.com/read/278750/10512620

cpp subset.cpp

// -*- c++ -*- // // File: subset.cpp // // Description: C++ implementation of the class subset. // (a subset of the MPM) // // Author: Fernando Lobo // //
www.eeworm.com/read/160618/10514172

m exa120501.m

%-------------------------------------------------------------------------- % exa120501.m, for example 12.5.1 and fig12.5.3 %-----------------------------------------------------------------------
www.eeworm.com/read/160618/10514269

m exa120502.m

%-------------------------------------------------------------------------- % exa120502.m, for example 12.5.2 and fig12.5.4 %-----------------------------------------------------------------------