-
denoising-tour
说明: 适合初学者的关于去噪的MATLAB源代码(For beginners on Denoising MATLAB source code)
- 2010-05-02 15:37:31下载
- 积分:1
-
gpdemo
说明: 能够实现高斯过程回归,利用拟牛顿法和共轭梯度法对超参数进行优化,经实践非常好用,可联系13129944992(It can realize Gaussian process regression and optimize super parameters by using quasi Newton method and conjugate gradient method. It is very easy to use in practice and can contact 13129944992)
- 2021-04-05 22:26:30下载
- 积分:1
-
SFunctionhelp
说明: 教你如何使用编写matlab中的S-Function(Teach you how to use matlab in the preparation of the S-Function)
- 2009-08-08 14:54:13下载
- 积分:1
-
ACalib_Prog
This code extract the Accelerometer calibration coefficients for an IMU.
- 2014-10-01 15:09:37下载
- 积分:1
-
3D Polar Plot
说明: 3D画图,matlab基础教程,适合新手学习入门........(Matlab based tutorial, suitable for novice learning introductory...)
- 2021-02-12 22:20:03下载
- 积分:1
-
matlab111
《MATLAB在控制系统中的应用》实例程序,可以直接编译运行()
- 2008-03-07 17:36:21下载
- 积分:1
-
Bessel
Bessel低通滤波器特性幅频及相频特性分析及其阶跃响应和方波响应(Bessel low-pass filter characteristics of amplitude and phase frequency characteristics of frequency and step response and the square wave response)
- 2010-05-22 08:59:57下载
- 积分:1
-
Untitled2
pso matlab source code program
- 2013-02-02 17:50:54下载
- 积分:1
-
matlab-brief-common-operations
MATLAB常用操作、符号、函数等等简要说明(MATLAB brief common operations, symbols, functions, etc. Description)
- 2015-12-02 13:54:58下载
- 积分:1
-
Optimization_Newton
设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n)),称为r的n+1次近似值(Let r is f (x) = 0 root, select the initial approximation x0 as the r, over point (x0, f (x0)) to do the curve y = f (x) the tangent L, L the equation y = f ( x0)+ f ' (x0) (x-x0), find the intersection of L and the x-axis of abscissa x1 = x0-f (x0)/f' (x0), x1 is called an approximation r. Through points (x1, f (x1)) to do the curve y = f (x) the tangent, and find the intersection of the tangent with the x-axis of abscissa x2 = x1-f (x1)/f ' (x1), x2 is called r the second approximation. Repeat the process, get an approximation of the sequence r, where x (n+1) = x (n)-f (x (n))/f ' (x (n)), as an approximation of r n+1 times)
- 2011-06-21 21:13:09下载
- 积分:1