-
FASTICA
用Matlab实现的快速独立成分分析代码。(Matlab code of realization of FastICA algorithm )
- 2009-06-04 09:21:41下载
- 积分:1
-
Euler
Euler方法求解微分方程的源程序,很实用,绝对正确,还有画图功能,图形中描出点来,简单易懂。(Euler method for solving differential equations of the source, very practical, absolutely right, there are drawing function, points to delineate the graphic, easy to understand.)
- 2010-06-12 23:31:09下载
- 积分:1
-
odmrp
人脸检测 我自己写的 不足之处请谅解
人脸检测 我自己写的 不足之处请谅解(face recognition)
- 2013-05-07 20:11:08下载
- 积分:1
-
ADI-FDTD_-_corrigido
adi-fdtd code in one dimensional whithout PML, with PEC ( Perfect Electric Condutor)
- 2021-01-04 17:08:55下载
- 积分: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
-
matlab
说明: 卡尔曼滤波实验和卡尔曼时间预测 包括从gps数据中读取经纬度(Time Kalman filter and Kalman prediction experiments, including data read from the gps latitude and longitude)
- 2011-04-02 18:14:24下载
- 积分:1
-
egarch
PURPOSE: E_GARCH(P,Q) parameter estimation with different error distributions, the Normal, The T,
and the Generalized Error Distribution
- 2012-04-11 21:03:52下载
- 积分:1
-
kf
说明: KF的一道例题,包括源程序代码以及具体的解题过程(KF' s an example, including source code and the specific problem-solving process)
- 2010-05-21 14:04:16下载
- 积分:1
-
buildgui
Article about Matlab GUI interface
- 2009-06-24 00:47:04下载
- 积分:1
-
Speech-signal-watermarking-matlab
在保密数据传递等应用中,有时采用将一句话或一段文字或一段音乐隐藏在另一段音乐中,然后利用专门的算法来提取所传的信息(Data transfer in applications such as security, sometimes using the word or a text or a piece of music hidden in another section of music, and then use a special algorithm to extract the information transmission)
- 2011-04-29 09:38:46下载
- 积分:1