搜索资源列表
遗传算法排课的matlab程序
- 相当全的一个排课程序,有注释!
ecg_matlab_data.zip 用matlab处理ecg心电数据
- 最近用matlab处理ecg心电数据,网上查了许多资料,终于成功导入.dat和.hea文件 做出了心电图 附件中含一组ecg心电数据(.dat和.hea文件各一),以供调试,fine.m是程序文件(含中文注释) 默认路径C:\Documents and Settings\Administrator\My Documents\MATLAB 打开方式:>>fine(‘62y933e.hea’,‘62y933e。dat’,9) 最后一个数字范围(1~12),代表第几道导连,
PSO-BP(MATLAB)
- PSO优化BP的源程序,加上作者的注释.-BP PSO optimization of the source, together with the author' s comments.
matlab
- 使用matlab编写的合成地震记录 里面注释很全的,看看吧,会有用的-synthetic seismogram matlab
matlab
- 雷达回波信号消噪的仿真与实现,有详细程序并有注释。-Radar echo signal de-noising of the simulation and realization of
MATLAB
- 这是一个MATLAB中文工具箱,提供了很多有用的,MATLAB自身没有的数学建模的源码,例如:数据拟合,微积分和微分方程,随机模拟和统计分析,数学规划,离散优化等,并有中文的注释。非常好!-This is a MATLAB toolbox Chinese, providing a lot of useful, MATLAB does not own the source of mathematical modeling, such as: data fitting, calculus and d
pll-matlab
- 通信常用锁相环仿真-matlab格式-有简单注释。-Communications Common PLL simulation-matlab format- a simple comment.
matlab求定积分之实例说明
- 用matlab求定积分的若干实例,包含注释讲解(The file contains several instances of the integration calculating with MATLAB, including explanatory and interpreting notes)
无网格和有限元对应的matlab程序
- 该程序包同时包含无网格meshless程序(用matlab编写)和有限元程序。两种方法编程,可便于对照学习。包含几十个matlab的m源程序,思路清晰,注释详细。
enkf-matlab
- 简明全面地实现了集合卡尔曼滤波资料同化的方法,缺乏主程序,需要自己调试,英文注释。(The method of data assimilation for ensemble Calman filtering is simple and comprehensive. It lacks the main program and needs to debug itself.)
CNN注释版
- Matlab DeepLearning toolbox中的CNN,加了中文注释(cnn in Matlab DeepLearning toolbox with notes)
MATLAB自编程序(仅函数程序)
- matlab定量决策五大类问题:资源配置问题;作业安排问题;库存订货问题;路径选择问题;经济金融问题。有详细的源代码及注释。(There are five major problems in MATLAB quantitative decision making: resource allocation problem; job arrangement problem; inventory order problem; path selection problem; economic and f
EM算法之三硬币模型:matlab编程实现
- EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from Li Hang's statistical learning
PSO优化BP神经网络 MATLAB版本2016a
- PSO优化BP神经网络 MATLAB版本2016a PSO优化BP神经网络的权值和阈值 有详尽的注释 并结合2016a的新版本函数特性,优化了算法(PSO optimization BP neural network MATLAB version 2016a PSO optimization BP neural network weights and thresholds Detailed comments and combined with the 2016a new version of t
LSTM-MATLAB-master
- 亲测有效,效果很好~~感觉写的很简明,有注释(Pro-test effective, good effect, feeling very concise with comments)
MATLAB与机器学习
- 此为机器学习中的常见算法的matlab代码,代码注释详细,易上手(This is a common algorithm in machine learning matlab code, code comments in detail, easy to use)
系统辨识及其MATLAB仿真
- 对动态系统辨识理论做了概括性的介绍,包含了常用的非参数系统辨识方法和参数辨识方法,并将神经网络人工智能算法应用到复杂系统参数识别,适用于系统控制、参数识别与数据预测等领域的学习。传统方法与现在智能算法都配有实例,每个代码文件都有详细注释。(This paper gives a general introduction to the dynamic system identification theory, including commonly used non-parametric system
《MATLAB 神经网络43个案例分析》源代码&数据
- 《MATLAB 神经网络43个案例分析》全书源代码和数据,注释详细,神经网络学习很有帮助。内含《MATLAB 神经网络43个案例分析》目录:第1章BP神经网络的数据分类语音特征信号分类;第2章 BP神经网络的非线性系统建模-非线性函数拟合等。(Analysis of 43 Cases of Neural Network in MATLAB source code data, detailed comments. Included in the catalogue of 43 Cases Anal
有源干扰的单脉冲雷达测角方法matlab仿真
- 本资源利用相位和差法和幅度和差法实现了单脉冲雷达的测角,重点仿真了有源干扰对雷达测角精度的干扰,包括相干双点源,非相干双点源,非相干多点源,含有注释,方便修改各种参数,产生不同的干扰影响图。内部还有相关的沦文,可供原理参考。
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe