-
coordinate
实现测量坐标转换,主要有三参数、四参数、六参数、七参数以及二维坐标与三维坐标的转换(Measuring coordinate conversion, there are three parameters, four parameters, six parameters, seven parameters, and the conversion of two-dimensional coordinates and 3D coordinates)
- 2020-07-03 09:40:02下载
- 积分:1
-
SeiSee
处理地震信号用的画图软件,效果很好,可以和matlb一起用,希望可以帮助大家(Seismic signal processing used in drawing software, works well, can matlb together with the hope that can help you)
- 2011-10-31 10:01:58下载
- 积分:1
-
svm_matlab
说明: 这是一个在MATLAB环境下的支持向量机的源代码,是大家学习SVM很好的例子(This is an environment in MATLAB support vector machine source code, is a good example of people learning SVM)
- 2010-04-12 18:34:16下载
- 积分:1
-
myASM
主动表观模型matlab程序,人脸几何特征标定(Active apperance model Matlab programming)
- 2013-10-23 21:22:19下载
- 积分:1
-
DefaultCorpusRanker
DefaultCorpusRanker extends AbstractCorpusRanker.
- 2013-11-28 11:05:29下载
- 积分: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
-
QPSK
轻武器权限申请程序等外侧段v二大王我我的2的1我(In cognitive radio networks, power control is considered as an important issue to improve the performance of dynamic spectrum sharing. In this paper, in order to maximize the efficiency of the system, the secondary users and primary user behaviors will be considered. )
- 2011-11-28 23:07:01下载
- 积分:1
-
ldpc_encoder
ldpc_encoder 自己改过的LDPC码编码,貌似是8160,7136.好用的(ldpc_encoder MATLAB 8160,7136)
- 2021-02-20 21:59:43下载
- 积分:1
-
Automatic-Image-Segmentation-by-Integrating-Color
Automatic Image Segmentation by Integrating Color-Edge Extraction and Seeded Region Growing
- 2012-12-31 23:59:40下载
- 积分:1
-
L_D
用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。(Write a small MATLAB program that implements the pthorder Levinson-Durbin (L-D). Run/Test the program using a AR(2) process (b0=1,a1=0, a2=0.81) and an MA(2) (bn=1,1,1) process-about 1000 samples. Use L-D with p=2 (for the AR) and 10 (for the MA). Plot the AR spectra produced in the two cases with L-D. List the direct form and the reflection coefficients in a table. Profile the L-D (total number of computations for a pthorder)
- 2009-12-29 01:39:11下载
- 积分:1