-
mimo4
This program implements equation (2.26) using the waterfilling
algorithm
- 2010-08-24 19:24:45下载
- 积分:1
-
cylinder
圆柱绕流LBM模拟,matlab程序编写(cylinder lbm fluid)
- 2011-04-20 15:45:57下载
- 积分:1
-
SavePPM
将像素数据写成一幅PPM格式的图片,像素数据为灰度图的数据,附件里有一个图像数据,宽150,高90,共100帧(The data will be written in a grayscale image PPM format, the program is written in matlab, the file contains a grayscale data.)
- 2011-10-31 14:53:58下载
- 积分:1
-
amplitude
本源代码用来求解机床振动(时间-加速度)信号采集过后的数据,求出其平均幅值,并绘图(This source code is used to solve machine tool vibration (time)- acceleration signal after the acquisition of data, find out the average amplitude, and drawing
)
- 2016-03-25 15:37:57下载
- 积分:1
-
EKFPFdemo
该程序实现的是扩展卡尔曼粒子滤波,即采用扩展卡尔曼滤波得到粒子滤波的建议分布,粒子滤波再从其中采样进行滤波。(The program implementation is the extended Kalman particle filter, that is, extended Kalman filter using the particle filter proposal distribution, the particle filter and then is filtered from one sample.)
- 2009-10-11 22:11:58下载
- 积分:1
-
MATLAB_motor
说明: 一个matlab关于同步电机的仿真,很有价值的(A matlab simulation on the synchronous motor, great value)
- 2008-10-19 12:05:34下载
- 积分:1
-
windowedsyncquantize
quantized high pass windowed sync filter for digital systems / plot/develop input output filter response
- 2014-08-10 07:47:06下载
- 积分:1
-
matlab-coder
MATLAB Coder™ generates standalone C and C++ code from MATLAB
®
code. The generated source code is
portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program
control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate
computationally intensive portions of MATLAB code and verify the behavior of the generated code.
- 2013-11-11 21:26:17下载
- 积分:1
-
global-optimization--clustering
A new unconstrained global optimization method based on clustering and parabolic approximation
- 2016-12-20 11:12:21下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1