搜索资源列表
matlab-bianshi
- 系统辩识在matlab里的应用:输入信号的产生,多种最小二乘的辨识-system identification in the application of Matlab Lane : input signal the emergence of a variety of literacy least squares
sfunctin
- matlab/s函数的应用,有兴趣的读者可以一起交流。
rationalLogist
- 有理bezier曲线应用于图像加密的源代码(Matlab)
人脸识别系统
- 基于pca的人脸识别系统,绝对能运行,对于初步学习MATLAB的人来说,是很好的识别应用程序
cameral
- 具体包括了 使用的是普通的电脑摄像头,因为是用m语言写的,所以兼容各个版本。 原创地址(我在ilovematlab发了帖子了,下载人很多,所以在这里也发出来,给大家共享): http://www.ilovematlab.cn/viewthread.php?tid=38743&highlight= 包含内容: 摄像头的预览和抓图 摄像头图片的保存 定时器的应用 m文件建立gui控件。 方便初学者学习。-Specifically includes the use
DMC
- DMC控制由于具有对模型精度要求低,控制精度高鲁棒性强等优点可有效的克服过程的不确定性、非线性和关联性,并能方便的处理过程被控量和操纵变量中的各种元素。所以对该系统应用DMC控制方法进行MATLAB仿真。-DMC control accuracy because the model has low and high control precision and strong robustness advantages of the process can effectively overcome
gerki
- des加密解密 算法的应用 功能:实现des加密过程中从56位的K密钥产生16个48位Ki子密钥-des encryption and decryption algorithms application functions: des encryption from the 56 K-16 48-bit key generation sub-key Ki
Threshold
- 边缘检测程序,很不错的应用matlab程序-Edge detection process, a very good application of matlab program
MATLAB
- MATLAB工具箱的神经网络理论与应用程序源代码-MATLAB Toolbox Neural Network Theory and application source code
MATLA_xiangliang_B_X_L_P
- 基于MATLAB支持向量机实验模型研究与设计 支持向量机作为一种优秀的学习方法,它具有理论完备、适应性强、全局优化、训练时间短、泛化性能好等优点,已成为当前国际机器学习界的研究热点,有着很好的应用前景。-MATLAB-based support vector machine experimental model of research and design support vector machine as an excellent way to learn, it has the adva
Kalman
- 卡尔曼滤波在目标跟踪中应用仿真研究 简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。-Kalman filter target tracking simulation study brief discussion of the Kalman filtering method to predict a single target track, and by means of Matlab simulation tools to evalu
MATLAB
- QPSK调制全称Quadrature Phase Shift Keying ,意为正交相移键控,是一种数字调制方式。数字信号的四相相移键控调制与解调技术以其灵活性和通用性而得到广泛的应用,符合未来数字通信技术发展的方向。随着移动通信技术的发展,以前在数字通信系统中采用FSK、ASK、PSK等调制方式,逐渐被许多优秀的调制技术所替代。-QPSK modulation partial Quadrature Phase Shift Keying, Quadrature Phase Shift Keyi
ka-e-man-lv-bo
- 应用matlab编程实现基于卡尔曼滤波的目标运动 小球的实时轨迹跟踪-using matlab : using kalman to track the target running ball in time
ann
- 人工神经网络MATLAB编程的应用,用于学习MATLAB和人工神经网络编程-ANN MATLAB programming applications for learning and artificial neural network MATLAB Programming
MATLAB-coding-under-LINUX
- 探讨LINUX环境下MATLAB的混编方法,应用MATLAB 与C 语言的接口C-MEX 函数, 实现读取系统硬件设备( joystick) 数据的方法-Discussion LINUX environment MATLAB Interface C-MEX function of mixed methods, application of MATLAB and C language to read the system hardware (joystick) methods of data
MATLAB
- 源程序_MATLAB在数学建模中的应用_卓金武-Source _MATLAB in Mathematical Modeling Applications _ Zhuojin Wu
matlab-plot-VC6
- 应用matalb的画图函数plot,在VC中画曲线图。其中matlab的代码通过matcom转换为C语言,简单有效-Applications matalb drawing function plot, draw a graph in the VC. Which matlab code into C language by matcom, simple and effective
PPP模式在环保产业中的应用研究_张玉
- 主观赋权法进行专家打分,数据约简,在毕业论文中用到,希望对大家有帮助(Subjective weighting method for expert scoring, data reduction, used in the thesis, and I hope to help everyone)
libsvm3.1.rar
- LibSVM是台湾林智仁(Chih-Jen Lin)教授2001年开发的一套支持向量机的库,这套库运算速度还是挺快的,可以很方便的对数据做分类或回归。由于libSVM程序小,运用灵活,输入参数少,并且是开源的,易于扩展,因此成为目前国内应用最多的SVM的库。 本源代码适用于MATLAB环境,版本为3.1
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)