资源列表
修正节点电压法matlab
- 用matlab进行节点电压方程的计算,属于计算节点电压方程的简单算例。(Using MATLAB to calculate the node voltage equation is a simple example of calculating the node voltage equation.)
xunhuanjuanji
- 高斯函数与fp之间进行高斯卷积,然后再反馈回来(Gauss convolution between Gauss function and FP, and then feedback back)
ELM
- 极限学习机(ELM)的MATLAB完整实现程序,有完整注释并已测试通过,资源中包含了测试脚本和数据集,算法的原理和实现(The matlab implementation program of elm has a complete annotation and passed the test. The resource contains the test scr ipt and data set. The principle and implementation of the algorithm
滤波器
- 用matlab设计滤波器,实现最小二乘算法功能,例子是语音信号滤波.......................................(The filter is designed with MATLAB to realize the function of least square algorithm..............................................................)
小波变换和混沌理论在股市预测中的应用
- 应用小波变换和混沌理论相结合的方法对股票市场进行预测 ,即先对股指时序进行小波分解 ,然后对分解得到的高、低频部分分别进行混沌预测 ,再将预测的结果进行小波重构 ,得到原时序的预测结果。 在此基础上应用小波和混沌理论提出进一步提高预测精度的方法 ,即通过对高频部分再进行小分解、混沌预测和小波重构而使高频部分的预测精度得以提高 ,进而提高原始时序的预测精度。(The method of combining wavelet transform and chaos theory is used to
chap4_1
- 极大使然系统辨识 例程 拓展性强 适合动态系统的辨识和使用(Identification of the most important system routine Expansibility)
无迹卡尔曼滤波
- 采用无迹卡尔曼滤波跟踪飞机飞行轨迹,文件中提供数据和MATLAB程序(Tracking the flight path of the aircraft with unscented Kalman filter, data and matlab program are provided in the document)
蚁群算法三维路径规划
- 蚁群算法三维路径规划,一个MATLAB实例亲测可用(Three dimensional path planning based on ant colony algorithm, a case test is available)
蚁群算法路径规划
- 通过蚁群算法实现TSP问题的路径规划,找到最短距离,减少不必要的能量消耗
EKF
- 扩展卡尔曼滤波C语言代码,以及一些矩阵相关操作(Extended Kalman filter C code and some matrix related operations)
nirslab
- 近红外处理分析工具包,基于matlab,界面化操作简单易懂。
BP神经网络程序
- 关于智能算法bp神经网络实例程序,代码没有很长,可借鉴。