-
turbo
AWGN channel Turbo code bit error rate model in an experimental basis, through curve fitting and other mathematical tools, to be additive white Gaussian noise channel conditions, channel coding using
- 2010-11-13 10:10:54下载
- 积分: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
-
A1_6
mathews数值分析书的源代码,用matlab编写,第一章第六部分程序。(mathews numerical analysis of the book' s source code, using matlab, Chapter VI program.)
- 2011-10-20 10:20:52下载
- 积分:1
-
ansys_matlab
matlab调用ansys有限元电磁场分析软件,包括代码折叠,代码注释,注释高亮,自动缩排,Cell代码结构和Cell折叠等功能(matlab to call ansys finite element electromagnetic field analysis software, including code folding, code comments, comments, highlighting, automatic indentation, Cell code structure and Cell-folding function)
- 2012-07-28 11:30:18下载
- 积分:1
-
SpeechBarkScale
Speech Noise estimate
- 2013-03-15 21:22:44下载
- 积分:1
-
仿真
指数趋近律的滑模控制的二阶系统仿真,包括论文、滑模控制、闭环控制。(Two order system simulation of sliding mode control with exponential reaching law)
- 2020-11-21 13:49:36下载
- 积分:1
-
bipartite10_type2
最小围长为10的LDPC码构造算法,能构造高性能的LDPC码字(this program can generate high performance LDPC with the min girth is 10)
- 2011-12-03 12:20:19下载
- 积分:1
-
Predict_duffing_with_bp
利用matlab自带的BP神经网络工具箱对duffing混沌背景模型进行相空间重构与预测,程序中已经给出duffing函数,主函数中也给出了主要注释,方便大家学习交流。(BP' s own use matlab neural network toolbox for duffing chaotic background model and prediction of phase space reconstruction, the program has been given duffing function, the main function also gives the main note, we facilitate learning exchanges.)
- 2014-01-04 09:48:04下载
- 积分:1
-
bpsk
BPSK解调的matlab仿真程序
Matlab实现BPSK 的实现代码(BPSK demodulation matlab simulation program Matlab code to achieve the realization of BPSK)
- 2008-12-24 22:40:21下载
- 积分:1
-
gtrack
说明: 在matlab 制作的图件中绘绘出鼠标的轨迹的小程序(In matlab graphs drawn painted pieces in the track of the mouse small program)
- 2008-11-02 15:50:06下载
- 积分:1