-
ex8-2
在matlab的小波分析中标,设计一个包含若干不连续点的一维信号,利用小波变换的模极大提取它的阶梯型边界点。(Matlab wavelet analysis in the successful design that contains a number of discrete points of one-dimensional signals, using wavelet transform modulus maxima extraction of its ladder-type boundary points.)
- 2007-08-04 17:17:08下载
- 积分:1
-
4MATLAB
第4章 MATLAB绘图 matlab 教程ppt
(the ppt about matlab)
- 2010-03-07 09:26:56下载
- 积分:1
-
BP
说明: 神经网络的MATLAB源程序神经网络的MATLAB源程序神经网络的MATLAB源程序(MATLAB source neural network neural network neural network MATLAB MATLAB source code source code)
- 2010-05-26 19:56:16下载
- 积分:1
-
hybrid_presentation_files
this file contains the heatcool system model. you can use these models in simulink environment. For model analyisis matlab is required
- 2011-08-19 19:04:07下载
- 积分:1
-
1阶2阶滤波器参数生成
极其不愿意发出来的滤波器设计文件,本人参与的所有控制相关的项目,一定会用到该文件,理由只有1个,滤波器的参数matlab直接生成。只有了解了滤波器,才算控制入门把!(The filter design is extremely reluctant to send files, I participate in all control related projects, will use the file, only 1 reasons, matlab filter parameters are directly generated. Only if you know the filter, you can count the control entry.)
- 2018-02-09 12:05:00下载
- 积分:1
-
MDPtoolbox
The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants.
The functions (m-functions) were developped with MATLAB v6.0 (one of the functions requires the Mathworks Optimization Toolbox) by the decision team of the Biometry and Artificial Intelligence Unit of INRA Toulouse (France).
The version 2.0 (February 2005) handles sparse matrices and contains an example
- 2021-01-13 09:38:48下载
- 积分:1
-
acomplex
program s of complex variables good programs
- 2011-05-31 01:34:20下载
- 积分:1
-
SeIn
This is for demo. Please have a look on to it.
- 2013-12-09 18:34:29下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1
-
Householder
程序功能:函数holder2给定向量x≠0,计算Householder初等变换阵的p,u(Householder resolve to equation)
- 2009-07-04 09:39:54下载
- 积分:1