-
shiyan
用最小二乘法实现多项式拟合;三种常见插值函数的求解及应用(Polynomial fitting using least squares method three common interpolation function of the Solution and Application)
- 2010-07-24 17:18:44下载
- 积分:1
-
SortAlgorithm
Sort Algorithm
quick sort
merge sort(sort algorithm)
- 2010-02-19 10:05:03下载
- 积分:1
-
基于PCA的人脸识别
该代码主要实现的是基于PCA(主成分分析)的人脸识别程序,其中包含有人脸图像预处理、训练部分和测试部分这三大模块。测试用的照片是标准数据中的人脸图像,均为外国人脸。
- 2022-07-24 06:24:51下载
- 积分:1
-
mtsp_ga
关于车辆VRP调度的程序,利用遗传算法编译而成。(Compiled from vehicle VRP scheduling procedures, the use of genetic algorithms.)
- 2012-10-03 16:51:47下载
- 积分:1
-
EKF-SMO
一个永磁同步电机无传感器文章里面含有滑模控制和卡尔曼滤波(A permanent magnet synchronous motor mathematical model)
- 2015-01-09 19:54:48下载
- 积分:1
-
fastICA,盲分离
做盲源分离的FASTICA算法clc;clear all;close all;function y=ICA(M1,M2)MixedS = [M1;M2];% 将混合声音显示subplot(3,2,3),plot(data3),title("混合声音1"),subplot(3,2,4),plot(data4),title("混合声音2"),% wavwrite(MixedS(1,:),Fs1,"MixedS1.wav");% wavwrite(MixedS(2,:),Fs1,"MixedS2.wav");MixedS_bak=MixedS; % 将混合后的数据备份,以便在恢复时直接调用%%%%%%%%%%%%%%%%%%%%%%%%%% 中心化 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_mean=zeros(2,1);MixedS_mean=mean(MixedS,2);MixedS = MixedS-repmat(MixedS_mean,1,size(MixedS,2));%%%%%%%%%%%%%%%%%%%%%%%%%%% 白化 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%MixedS_cov=cov(MixedS"); % cov为求协方差的函数[E,D]=eig(MixedS_cov); % 对图片矩阵的协方差函数进行特征值分解
- 2023-05-18 10:10:03下载
- 积分:1
-
DFIG
matlab dfig for ssr study
- 2014-12-19 16:34:56下载
- 积分:1
-
TLI
将要分析的数据放在C盘的ELI.xls表的Bay表单中,根据数据多少调整读取范围(修改 b2:f16 此句) 结果有两种,一种是按数据计算权值求出的结果,另一种是参考建议值求出的结果。结果写入C盘的ELI表格,范围要手动根据数据多少调整(The data will be analyzed on the C disk ELI.xls Table Bay form, how much to adjust the data read range (change ' b2: f16' sentence) result, there are two, one is calculated according to weight data the results obtained, the other is the result of reference to find the recommended value. Results written to C drive of the ELI forms, the scope of how much to manually adjust the data)
- 2010-10-18 22:26:09下载
- 积分:1
-
Genetic-algorithm-in-MATLAB
探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性(Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, description of the genetic algorithm global optimizing nature and the feasibility of using MATLAB simulation)
- 2013-04-09 09:34:30下载
- 积分:1
-
Rayleigh_Doppler_multiPath
瑞丽信道,多普勒偏移,多径传播的matlab程序,经过验证可以直接运行(Ruili channel model under the Doppler shift, multipath matlab program, after verification, can be used directly)
- 2013-05-04 09:43:33下载
- 积分:1