-
erlangc
a code which serves to form an erlang c table
- 2009-12-30 07:14:19下载
- 积分:1
-
ABS gui控制
MATLAB abs防抱死系统 加入干扰 用PID进行校正。(MATLAB ABS anti lock system adds interference and corrects with PID.)
- 2017-09-12 16:04:24下载
- 积分:1
-
baiqian3
变压器matlab仿真,用于实现基本的变压器操作和应用(Transformers matlab simulation, used to implement the basic operation and application of transformer)
- 2010-06-05 17:01:52下载
- 积分:1
-
BasedonMatlabchaoticsystemsimulationandanalysis
对混沌现象和特征进行简要描述并用Matlab软件对一个混沌系统进行仿真和分析(Of chaotic phenomena and features a brief description and Matlab software on a chaotic system simulation and analysis)
- 2007-12-26 19:55:23下载
- 积分:1
-
Synthetis_TM
This a matlab program for synthetics of slab waveguide for TM modes.
- 2012-03-26 00:06:27下载
- 积分:1
-
SARBM3D_win32
Matlab和C的混编,用于SAR图像去相干斑,将处理加性噪声的BM3D推广到SAR。(Functions for Matlab for the denoising of a SAR image corrupted
by multiplicative speckle noise with the technique described in
"A Nonlocal SAR Image Denoising Algorithm Based on LLMMSE Wavelet Shrinkage",
written by S. Parrilli, M. Poderico, C.V. Angelino and L. Verdoliva)
- 2013-11-12 22:09:46下载
- 积分:1
-
First-order-dynamic-circuit
一阶动态电路通过MATLAB中GUI模块的编程实现,并绘制相应的曲线(First-order dynamic circuit module through GUI in MATLAB programming, and draw the corresponding curve)
- 2011-12-27 17:07:21下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
nls3
这个程序用于仿真孤子的演变波形,这里Lcd 可以取不同的值(This Matlab script file solves the nonlinear Schrodinger equation)
- 2011-09-12 16:50:29下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1