资源列表
chap3_2s
- 此程序为模糊PID控制程序,自适应模糊PID控制器以误差e和误差变化率e 作为输入,可以满足不同时刻的e和e 对PID参数自整定的要求。利用模糊控制规则在线对PID参数进行修改,便构成了自适应模糊PID控制器。 -procedure for fuzzy PID control procedures, adaptive fuzzy PID controller error e and e error rate of change as input to meet the different m
matlab
- 子波求取,以及人工合成地震记录的matlab程序源代码
SLLE
- 引入数据类别信息的有监督局部线性嵌入算法,可用于数据分类-Supervised Locally Linear Embedding
CS
- 压缩感知matlab代码,使用FFT进行稀疏分解,OMP算法重建信号-Compressed sensing matlab code, the use of FFT for sparse decomposition, OMP algorithm for signal reconstruction
fir
- Matlab code for FIR filters
specklewatermarking
- here i attached the mat lab source code
ls
- 用LS算法实现共512个数据的预测,并得到误差平方的仿真图-LS algorithm with a total of 512 data, forecasts, and get squared error of the simulation diagram
newton.m
- Newton method for solve funtions. Is a simple newton method program. It has to be adapted
yuqun
- 在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食。-In the midst of the waters, the fish are often on their own or trailing other fish to find places with more nutrients, and therefore the fish survive the larg
example2_YICHUAN
- 遗传算法自编代码第2个例子,非常好用,希望大家喜欢。-Genetic algorithm self-compiled code, very easy to use, hope you like.
bp神经网络源代码
- 基本的bp神经网络源码,可以作为代码模板
蛙跳标准算法matlab程序
- 蛙跳标准算法matlab程序,可用于最优化问题中,具有跳出局部最优的优点,可结合其他智能算法