-
elasticnet_1.0-5
弹性网和Lasso的代码 用来变量选择的好工具(Lasso code)
- 2020-08-01 17:28:36下载
- 积分:1
-
histogram_equalization
有关直方图均衡化原理的matlam源程序(the histogram equalization principle source of matlam)
- 2007-04-12 10:23:10下载
- 积分:1
-
shenjingwan-gluo
神经网络是一种模范动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。
(The neural network is a model animal neural network behavioral characteristics of distributed parallel algorithm mathematical model of information processing. Such networks rely on the degree of complexity of the system by adjusting the internal a large number of mutual connections between nodes, so as to achieve the purpose of processing information.)
- 2012-11-04 08:56:47下载
- 积分:1
-
shon
nonlinear control jalase15
- 2014-10-05 05:36:29下载
- 积分:1
-
FH_2fsk
这是一个2fsk的跳频系统程序,很有帮助的,(This is a 2fsk hopping system procedures, helpful,)
- 2020-12-07 11:49:22下载
- 积分:1
-
2
说明: 针对故障诊断,本程序为多工况故障诊断,利用gmm对TE过程实现了故障检测,效果很好(According to the fault diagnosis, the program for fault diagnosis of the condition, TE process to realize fault detection using GMM, the effect is very good)
- 2013-01-15 15:24:37下载
- 积分:1
-
unwrap
相移三步法、四步法、五步法及相应的相位解包裹程序(?àò?èy 2?·¨? ¢ ?? 2?·¨? ¢ ?? 2?·¨?° ?àó | μ??à? ?? a ° ü 1 ü 3 ìDò)
- 2008-08-20 15:02:06下载
- 积分:1
-
tempestpr
说明: 傅立叶采样数据生成程序,由matlab语言编写,并有详细注释(Fourier sampling data generation process, from matlab language and detailed notes)
- 2008-09-08 19:26:23下载
- 积分:1
-
gears
MATLAB Simulation仿真文件,齿轮传动的仿真,使用SimMechanics工具箱(MATLAB Simulation simulation files, gear simulation, using SimMechanics Toolbox)
- 2020-09-06 14:48:04下载
- 积分: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