-
Cylindrical-waveguide-simulation
阶跃型折射率光纤中的模式容量和光功率分布,单模光纤的特征方程及其MATLAB数值求解,多模光纤的特征方程及其MATLAB数值求解(Step-index fiber modes capacity and optical power distribution, single-mode fiber and MATLAB numerical solution of the characteristic equation, multimode fiber and its MATLAB numerical solution of the characteristic equation)
- 2021-04-28 21:18:43下载
- 积分:1
-
无线传感器网络定位算法例子
matlab开发工具箱中的支持向量机,采用了小波去噪的思想,采用波束成形技术的BER计算,调试通过可以使用,研究生时的现代信号处理的作业,关于神经网络控制。
- 2022-07-05 06:04:00下载
- 积分:1
-
nnet
Demo for License plate recognition
- 2009-03-12 18:19:06下载
- 积分:1
-
openshoe-ZUPT
基于零速校正的行人定位代码,本人自己编写,有数据,运行通过,精度较高,可参考。(it s good)
- 2016-04-17 16:41:31下载
- 积分:1
-
kmean聚类分析算法
%附件为读取的数据文件
%--------------------------------------------------------------------------
% 读取examp09_04.xls中数据,进行K均值聚类
%--------------------------------------------------------------------------
%*************************读取数据,并进行标准化变换*************************
[X, textdata] = xlsread("examp09_04.xls"); % 从Excel文件中读取数据
row = ~any(isnan(X), 2); % 返回一个逻辑向量,非缺失观测对应元素1,缺失观测对应元素0
X = X(row, :); % 剔除缺失数据,提取非缺失数据
countryname = textdata(3:end,1); % 提取国家或地区名称,countryname为字符串元胞数组
countryname = countryname(row); % 剔除缺失数据所对应的国家或地区名称
X = zscore(X); % 数据标准化,即减去均值,然后除以标准差
%*************************选取初始凝聚点,进行聚类***************************
startdata = X([8, 27, 42],:); % 选取第8、第27和第42个观测为初始凝聚点
idx = kmeans(X,3,"Start",startdata);&nbs
- 2022-04-21 06:01:02下载
- 积分:1
-
rinexe
读取rinex格式卫星导航电文,并能将其转化为任意格式数据。(Read rinex format satellite navigation message, and can be converted to any format data.)
- 2012-05-18 20:37:21下载
- 积分:1
-
Copula理论及MATLAB应用实例
该工具包是最新版本的copula工具厢。可实现copula建模,并有copula函数可选择。((The toolkit is the latest version of the pair copula toolkit. The copula modeling of high dimensional data can be realized, and sometimes the copula function can be selected.))
- 2019-03-02 18:10:50下载
- 积分:1
-
decomposed_clec_thermal_hydraulic
热电联供系统多能流建模,采用扩展牛顿—拉夫逊算法分解求解的方法进行计算。(The multi-energy flow model of cogeneration system is established, and the extended Newton-Raphson decomposition method is used to calculate the multi-energy flow.)
- 2019-07-06 16:55:01下载
- 积分:1
-
手背静脉识别
使用matlab编程实现手背静脉的识别来进行个人身份认证。认证时获取的是手背静脉图像,包括完整的手背静脉库。属于生物识别,从静脉图像中提取信息进行匹配。最后对匹配的效果进行分析。
- 2022-02-20 11:52:34下载
- 积分:1
-
RepeatFCM
matlab编写的聚类算法代码,包含常用的各种聚类方法,可以作为聚类的程序包,有很好的使用和参考价值(matlab for clusterings)
- 2009-03-16 21:07:19下载
- 积分:1