-
matlab-wenzishibie
该算法用matlab编写,并且实现对文字识别。附带图片。(the algorithm using Matlab preparation, and to achieve recognition for words. Photo attached.)
- 2007-05-20 14:40:45下载
- 积分:1
-
一个可用的自然梯度算法matlab源程序
能量熵的计算,基于kaiser窗的双谱线插值FFT谐波分析,采用波束成形技术的BER计算,包括脚本文件和函数文件形式,包含特征值与特征向量的提取、训练样本以及最后的识别,基于人工神经网络的常用数字信号调制。
- 2022-05-10 21:03:53下载
- 积分:1
-
Index to gray conversion in matlab
Index to gray conversion in matlab
- 2022-08-20 00:04:08下载
- 积分:1
-
实现GPS伪距单点定位,精度5米左右
本代码实现伪距单点定位,使用语言为matlab语言。包含几个m文件,简单易度,附带数据。定位精度可在5米左右,算法简单,考虑了地球自转、相对论效应以及卫星发射时间等因素。主函数为main函数,里面有一些文件是一些拓展文件,程序不需要
- 2023-08-08 13:40:04下载
- 积分:1
-
matlabmatlabsymboliccomputation
matlab符号计算基础教程。简单明了,很适合初学者(matlab symbolic computation Essentials. Simple, it is suitable for beginners)
- 2010-07-16 17:59:16下载
- 积分:1
-
Matlab6.0
主要面向工程设计人员,涉及的知识不但包括软件应用,还包括专业基础知识,是机械,电子领域技术人员的最佳参考书(Primarily for engineers, the knowledge involved, including not only software applications, including professional knowledge, machinery, electronics technicians the best reference books)
- 2010-07-30 21:31:16下载
- 积分:1
-
Trigonometric
Trigonometric functions using MATLAB to achieve power spectral analysis
- 2010-02-26 14:58:35下载
- 积分:1
-
tmmforgrating
用传输矩阵法计算光栅场,寻找bloch 模(use of the transfer matrix method grating market, find bloch Die)
- 2006-12-12 16:26:30下载
- 积分:1
-
这是计算偏最小二乘法和主成分回归方法的PRESS值的程序,只要输入矩阵就能得到最佳的因子数...
这是计算偏最小二乘法和主成分回归方法的PRESS值的程序,只要输入矩阵就能得到最佳的因子数-This is the calculation of partial least squares and principal component regression methods PRESS value of the procedure, as long as the input matrix will be able to get the best possible factor number
- 2022-04-21 16:10:17下载
- 积分:1
-
决策树C4.5算法matlab源代码(完美运行)
确切的说,C4.5不是单个的算法,而是一套算法,C4.5有许多的功能,每个功能都对应着一个算法,这些功能组合起来就形成了一套算法就是C4.5。该算法的框架从根节点开始不断得分治,递归,生长,直至得到最后的结果。根节点代表整个训练样本集,通过在每个节点对某个属性的测试验证,算法递归得将数据集分成更小的数据集.某一节点对应的子树对应着原数据集中满足某一属性测试的部分数据集.这个递归过程一直进行下去,直到某一节点对应的子树对应的数据集都属于同一个类为止.
- 2023-03-06 14:15:04下载
- 积分:1