资源列表
myKalman
- 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) This is made by me for my course design。
b2f
- 经典遗传算法工具箱中的二进制转浮点数程序,与大家分享-classical genetic algorithm toolbox binary float switch procedures, and share
SOR
- sor方法求解方程组 用c++软件开发的源代码
GA_SELEC
- 《遗传算法理论应用与软件实现》中的选择MATLAB源代码-"Genetic Algorithm Theory and Application Software" option MATLAB source code
xiaobomatlab
- 用小波把语音分为清浊两个音,要自己改语音文件地址,会产生两个文件,效果一般
Desktop
- 二维插值的应用。二维插值主要应用于图像处理和数据的可视话。主要方法有:最邻近插值;双线形插值;三次样条插值等方法。该源码可以看出其中区别。
GAmain
- 该算法主要是基因遗传优化算法,非常实用,能有效解决权值确定。-The algorithm is mainly genetic optimization algorithm is very practical, can effectively solve the right to determine the value.
dijkstra
- Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path
GA-bp
- 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
informationgain
- 昨天传的有点小BUG 今天全部改正。实现信息增益比的代码。输入为样本,及样本类-Yesterday, a little BUG pass all correct today. Realized gain ratio information code. Enter the sample, and the sample class
plot_ellipse
- 反演问题的误差椭球及及在各个模型空间的投影,应用与得到模型参数的置信区间。-Error ellipsoid and the inverse problem and the projection of each model space, the application of the model parameters and obtain confidence intervals.
CNN
- 使用CNN卷积神经网络来训练MNIST数据集-CNN convolution using neural network training data set MNIST