-
function3
The DocPolynom to Character Converter
The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntactically correct MATLAB expression, which you can evaluate.
The char method uses a cell array to collect the string components that make up the displayed polynomial.
The disp method uses char to format the DocPolynom object for display. Class users are not likely to call the char or disp methods directly, but these methods enable the DocPolynom class to behave like other data classes in MATLAB.
Here is the char method.
- 2011-02-12 00:12:28下载
- 积分:1
-
bearings-only-passive-tracking
基于多站纯方位被动定位算法仿真程序(分为CA模型和CA模型,经matlab command window运行通过)(Bearings based on multi-station passive location algorithm simulation program (divided into the CA model and CA model, the matlab command window run through))
- 2013-07-09 16:42:33下载
- 积分:1
-
73nodesandpressureusingLEM
计算一个圆柱体漂浮在自由水面上所受到的流体作用力(Caculating Hydrodynamics of a cylinder floating on the free surface using Limited Element Method )
- 2010-01-11 18:01:34下载
- 积分:1
-
i4_choose
computes the binomial coefficient C(N,K).
- 2012-03-30 08:31:15下载
- 积分:1
-
trajectandalign
Trajectory generator programs of two different types and Initial alignment of IMU.
- 2013-01-14 18:56:55下载
- 积分:1
-
DEVADER
图像分割代码,包括种子生长法和阈值法,是对细胞进行分割,二值图(Image segmentation code, including seed growth method and threshold method, is cell division, binary image)
- 2014-12-19 21:28:18下载
- 积分:1
-
mianyisuanfa
通过matlab实现人工免疫算法的源程序,很好用的(Through the realization of artificial immune algorithm matlab source, well used)
- 2008-04-28 20:39:27下载
- 积分:1
-
MATHEMATICA
这是一本介绍mathematica 使用方法的书籍,mathematica 是一款强大的数学计算软件。(A book about mathematica,Mathematica is mainly used in math.)
- 2012-09-03 12:18:48下载
- 积分:1
-
chirp
这是对线性调频信号的MATLAB仿真代码及代码跑出后的图,绝对真实无差错(Emulation of LFM signal)
- 2018-05-26 20:44:11下载
- 积分:1
-
anewLMSalgorithm
说明: 本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在
自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.(In this paper, variable step adaptive filter algorithm to discuss the establishment of a step factor μ and the error signal e (n) between another new nonlinear function. The function has a sigmoid function than the simple and the error e (n) close to zero Department has a slow change in the characteristics of a Sigmoid function to overcome the steady-state phase in the adaptive step length adjustment during the process. this function, this paper gives another new variable step size adaptive filtering algorithms, and analysis of the parameters α, β the value principles and the convergence performance. The algorithm has better convergence performance easy to calculate. Simulation results and theoretical analysis, confirmed the convergence of the algorithm better performance than existing algorithms.)
- 2010-04-28 17:01:15下载
- 积分:1