-
matlab-net
用matlab编写的一段感知器神经网络代码,挺好用的(Prepared using matlab a perceptron neural network code, very good use)
- 2010-07-01 20:48:49下载
- 积分:1
-
DTC_ui1
永磁同步电机直接转矩控制,适用于matlab7.0以上版本(Permanent magnet synchronous motor direct torque control for more than matlabt.0 version)
- 2011-08-31 09:49:41下载
- 积分:1
-
antcolonyoptimization-ACO
仿生优化算法,antcolonyoptimization,ACO(Bionic optimization algorithm,antcolonyoptimization,ACO)
- 2013-11-13 21:33:29下载
- 积分:1
-
uec
DSL时域均衡中所采用的UEC算法,用Matlab写的代码(DSL in the time-domain equalizer algorithm is used in UEC, using Matlab code written in)
- 2010-01-21 19:54:45下载
- 积分: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
-
system-identification
采用时频聚集性较好的线性调频信号作为线性时不变系统输入激励,采用Gabor字典作为过完备原子库。在利用传统系统辨识法之前先利用稀疏分解算法将输出信号进行去噪处理,显著提高系统辨识精度。
具体包括互谱算法,信号的Gabor稀疏分解的详细代码(Space can be a time for sparse decomposition to solve the problem of huge memory needed。This approach, combined with the rapid decomposition of FFT for signal ,so as to achieve satisfactory results.)
- 2021-03-16 19:19:21下载
- 积分:1
-
HLMethod1
HL计算工程结构可靠度的简单算例1
包含例题,HL法计算,Matab自带抽样,自编monte carlo抽样(HL Method and Monte Carlo Method for Solving Reliability Index of Structures)
- 2012-08-03 18:52:36下载
- 积分:1
-
main
这个代码实现了白噪声下的不同的调制和解调的性能比较(This code implements a different white noise under the Performance Comparison of modulation and demodulation。)
- 2010-06-17 15:30:53下载
- 积分:1
-
LMS
神经网络LMS算法的学习规则,求的最大稳态学习速度,进行权值学习训练(artificial Neural Network Least Mean Square)
- 2009-12-01 10:32:13下载
- 积分:1
-
FrequencyIndependentandFrequencyDependentNonlinear
这是saleh提出其高功率放大器模型的原文 很难找 给大家共享(This is saleh to present its high-power amplifier model of the original hard to find for everyone to share)
- 2010-03-12 23:33:43下载
- 积分:1