-
image-fusion-pos
image fusion using particle of swarm optimastion
- 2013-09-29 15:46:10下载
- 积分:1
-
untitled1
这是我自己做的关于三相不平衡时的无功补偿装置投入使用的仿真。实现了8421编码和过零检测,过零投切。(simulink about reactive power compensation controller)
- 2011-12-14 10:31:52下载
- 积分:1
-
orl_faces
人脸识别经典程序,包括模式识别的全部过程(Classical Face Recognition procedures, including the whole process of pattern recognition)
- 2011-04-30 11:53:31下载
- 积分:1
-
101259397BFSK_AWGN
simulink仿真学习的必备教程,里面有许多例题,学完你就是高手(simulink simulation study of the essential curriculum, there are many examples of school after you are a master!)
- 2009-05-05 18:16:28下载
- 积分:1
-
kalmfilmat
function Colored(flag, corr)
Kalman filter simulation with colored (time correlated) measurement noise.
INPUTS:
flag = 0 means ignore the time correlation of the measurement noise
1 means augment the system state
2 means use the Bryson/Henrikson approach
corr = magnitude of measurement noise correlation <= 1
- 2010-05-14 05:04:33下载
- 积分:1
-
Fitting_with_MATLAB_1_
检查/剪裁的例子
孤立点检测实例
正交回归的例子
单因数变异数(泊松回归/逻辑回归)的例子
鲁棒回归的例子
特征选择的例子
常见的边坡问题的例子
(Censoring/clipping example
Outlier detection example
Orthogonal regression example
GLM (Poisson regression/logistic regression) example
Robust regression example
Feature selection example
Common slope problem example )
- 2012-04-23 13:28:11下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
LSMMSEchannelestimatorsforOFDM
非常好用,是一个用MMSE和LS来实现OFDM检测的源代码,希望对大家有帮助(Very easy to use is a use of MMSE and the LS to realize OFDM detection of the source code, in the hope that everyone has to help)
- 2008-03-21 19:31:01下载
- 积分:1
-
imreconstruct
此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。(This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.)
- 2012-08-01 16:49:21下载
- 积分:1
-
ExpertPID
采用专家PID设计控制器,实现三阶传递函数的阶跃响应(PID controller is designed by experts to achieve third-order transfer function of the step response)
- 2010-06-19 09:06:55下载
- 积分:1