搜索资源列表
线性规划
- 线性规划算法,既LP规划。可用于求解线性规划问题,同时内含matlab原函数的使用例子。-linear programming algorithm, LP planning. Can be used for solving linear programming problems, while containing Matlab primary function of the use of examples.
GAF1
- 利用遗传算法,对一个函数求取极值的一种方法,考虑到普通遗传算法中初始种群,对极值影响较大,程序的采用了多个初试种群同时学习,相互比较以求取极大值。-use of genetic algorithm, a function of a strike extreme methods, taking into account the general genetic algorithm initial population, Extreme right big impact and the procedu
matlab7.x
- 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
ray
- 我边写的关于无限通信中的瑞丽分布的仿真程序.-while I was on the communication of unlimited distribution of Ruili simulation program.
benchmarks_test_pso
- 粒子群算法(pso)标准测试函数验证程序。在一个m文件中包括了目前文献中用于验证的7个标准测试函数(Ackley等)、三维动态显示,粒子过分集中时打散等功能。旨在为学习和研究者pso算法的同仁提供一个功能较为完备、简单易懂的标准版本,对于初学者可以通过此程序快速的实现入门,以便将更多的精力投入到深层次的研究中去!同时愿与所有致力于此的朋友共同探讨pso算法的改进与应用方面(如多目标、动态系统等)的经验。-PSO algorithm (PSO) standard test function ver
MatlabandVB
- 第一章 概述 辨识(Identification)、状态估计和控制理论在现代控制理论中是密不可分的,它们互相渗透。辨识和状态估计离不开控制理论的支持,控制理论的应用几乎不能没有辨识和估计技术。由此可见,辨识在科研与实际应用领域都有很高的实用价值。 所谓辨识,就是从含有噪声的输入、输出数据中提取被研究对象的数据模型。此数据模型只是过程的输入输出特性在某种意义下的近似,而近似的准确度一般取决于采样数据的精度以及辨识方法的合理性。 辨识的目的是根据过程所提供测量的数据等信息,在某种准则意
(ANN)
- 这是利用MATLAB图形用户界面设计技术设计的一个关于基于神经网络的变压器故障诊断系统,全部语言用MATLAB所编,途中还涉及三比值法 无编码法的MATLAB编程程序.-This is using MATLAB graphical user interface design, technical design of a neural network on the basis of the PSA Fault Diagnosis System, all language prepared by u
kalman-filter-simulation-tools
- In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discretedata linear filtering problem [Kalman60]. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subje
HUFFMAN_rar~
- 执行文件并且能够使得文件的可靠性得到保证,同时实现了可操作性-implementation document and the document would be able to guarantee reliability, while achieving a workable
A_Matlab_Tour_of_Wavelet_Programming
- This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. T
ekf
- EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to
LDPC_BSN
- This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
lyapunov
- Some paintings lyapunov chaotic attractor and the related terms, while the sub-critical and supercritical classification
dct1_embed
- matlab数字水印 通过这个程序可以给原图象加上水印 但不可以提取!-a watermark sourcecode implemented by MATLAB. By using this program, primary image can be embedded while the watermark cannot be extracted.
自适应滤波程序
- 内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!-m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!
hua使用MATLAB设计小波变换程序中的若干问题
- 在使用MATLAB完成小波变换程序和通过阈值来压缩图像的过程中,我和许多同学都是边学边用,是从一个接一个的问题中逐步理解小波和MATLAB编写程序的。因此我愿意就个人遇到和解决问题的经验与大家讨论,希望能够对遇到同样问题的人有所帮助。-using MATLAB completed wavelet transform procedures and through the threshold to compress images of the process, I and many of my cl
newton method
- function p=newton(f_str,df_str,p0) tol=0.00001; f = inline(f_str); df= inline(df_str); while 1 p=p0-f(p0)/df(p0); if abs(p-p0)<tol, break; end p0=p; disp(p0); end disp(p)
CISVM
- CISVM is a package for learning with cost intervals. It can be used when the precise cost information is not known while cost intervals are available.
EasyEnsemble
- EasyEnsemble and BalanceCascade are two class-imbalance learning methods. They can adaptively exploit the majority class examples, avoiding important majority class examples to be ignored by common under-sampling while maintaining the fast training s
2if.for.while.switch
- tutorial matlab codes for university students(if while switch)