搜索资源列表
predictBSS01
- 该程序对一小区的电话流进行预测,所有原始数据均来自实际(由电信提供),在MATLAB环境中能看到预测的效果-a neighborhood phone flow forecasts, all the original data from the actual (Telecom), in MATLAB environment can see the effect of forecast
matlab混沌工具箱(包含所有混沌仿真程序)
- 该matlab混沌工具箱,包括了混沌时间序列分析与预测的常用方法,有:产生混沌时间序列,求时延,求嵌入维,求关联维,求最大Lyapunov指数,求Lyapunov指数谱等等。
GeneticProgram
- 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。-Application of genetic algorithms for use: 1. Installation MATLAB5.X 2.
program
- 电力系统广域时滞系统鲁棒控制的论文和MATLAB程序实现 该文件中含有一篇参考文献和该论文所有结论的MATLAB仿真实现,对于电力系统时滞控制的学习研究有帮助。 -good
work
- matlab程序,详细求解了第三类边界条件下非稳态导热的延迟和滞后问题,并给出了所有的中间过程和最后的作图-time lag and decrement factor
funqan
- 课程设计时编写的matlab程序代码,完整的图像处理课设,包含所有源代码,汽车图像,含噪脉冲信号进行相关检测。- Course designed to prepare the matlab program code, Complete class-based image processing, contains all of the source code, auto image, Noisy pulse correlation detection signal.
feining
- 插值与拟合,解方程,数据分析,完整的图像处理课设,包含所有源代码,汽车图像,计算多重分形非趋势波动分析matlab程序。- Interpolation and fitting, solution of equations, data analysis, Complete class-based image processing, contains all of the source code, auto image, Calculation multifractal detrended fluc
qeimai_v22
- 计算多重分形非趋势波动分析matlab程序,加入重复控制,完整的图像处理课设,包含所有源代码,汽车图像。- Calculation multifractal detrended fluctuation analysis matlab program, Join repetitive control, Complete class-based image processing, contains all of the source code, auto image.
puihai_v30
- 数据包传送源码程序,完整的图像处理课设,包含所有源代码,汽车图像,利用matlab写成的窄带噪声发生。- Data packet transfer source program, Complete class-based image processing, contains all of the source code, auto image, Using matlab written narrowband noise occurs.
Modexwysingcommunication
- 现代通信系统使用MATLAB第二版中所有程序m文件,不错的源码-Modern communication system using MATLAB in the second edition all m file, good source
Matlab程序
- 该例程包含了所有电力电子的仿真实例,是学习电力电子的好平台(The routine contains all the power electronics simulation example, is a good platform for learning power electronics)
数值分析实验程序
- 基于MATLAB的数值分析实验的所有的程序,有数值分析课程的大学生值得参考。(All procedures of numerical analysis experiment based on MATLAB are worthy of the students who have numerical analysis course.)
穷举法求解0-1整数规划的matlab程序
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In