-
k-pca
可在MATLAB 5或MATLAB 6环境下运行,用于模式识别,人工智能领域。(In MATLAB 5 or MATLAB 6 environment running for pattern recognition, artificial intelligence.)
- 2010-12-22 10:26:14下载
- 积分:1
-
PdandPf
最大化频谱接入机会的能量检测方法的研究---认知无线电(Access to opportunities to maximize the energy spectrum detection of cognitive radio---)
- 2010-06-02 22:24:53下载
- 积分:1
-
计算振动信号各种参数的实验程序
本程序是计算振动信号各种参数的实验程序。
主要功能是计算均值、标准差、方差、偏斜度、峭度、峰峰值、方根幅值、平均幅值、峰值、波形指标、峰值指标、脉冲指标、裕度指标。(This procedure is experimental procedure of the calculation of the various parameters of the vibration signal. The main function is to calculate the mean, standard deviation, variance, skewness, kurtosis, peak-to-peak, the square root of the amplitude, average amplitude, peak waveform indicators and peak indicators, pulse indicators, margin index.)
- 2020-07-01 04:20:01下载
- 积分:1
-
db4xiaoboquzao5
利用db4小波对仿真信号进行5层分解,并运用各种阈值方法对其进行降噪(DB4 wavelet is used to decompose the 5 layer of the simulation signals, and the noise reduction is carried out by using a variety of threshold methods.)
- 2016-04-20 11:17:19下载
- 积分:1
-
edgedetect_basedonWavelet
图像处理中基于小波变换的快速边缘检测matlab实现(Image processing based on wavelet transform to achieve fast edge detection matlab)
- 2007-11-13 16:00:00下载
- 积分:1
-
emd_n
说明: 希尔伯特黄变换的emd分解MATLAB程序,与大家分享,多多指教(Hilbert Huang Transform MATLAB EMD decomposition process, with everyone sharing the exhibitions)
- 2008-09-05 16:17:14下载
- 积分:1
-
cv4
Model Reference Adaptive Control
- 2013-11-15 22:45:51下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
thesiumationoftemperature
温度场的数值模拟程序,主要是应用matlab编程实现(temperature field of numerical simulation program, is the application of Matlab programming)
- 2007-04-29 15:13:36下载
- 积分:1
-
genetic_algorithm
自己写的遗传算法程序,对初学者来说很实用,可以运行!(very good!)
- 2014-09-04 09:54:00下载
- 积分:1