-
allprogram
基于LPC的语音信号编解码研究,这个是所有function的doc(LPC-based voice codecs Research)
- 2021-05-14 14:30:02下载
- 积分:1
-
shuixianhua
说明: “水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。用两种不同的方法求所有的“水仙花数”。
("narcissi few" refers to a triple-digit, the number of cubic you and equal to the number itself. Using two different methods for all of the "Narcissus few.")
- 2006-03-22 08:06:11下载
- 积分:1
-
remote-sensing-image-correction
用matlab写的用于遥感影像几何精校正的程序,可以进行一次,二次和三次多项式的校正(Write using matlab for remote sensing image geometric precision correction procedures can be the first, second and third order polynomial correction)
- 2012-06-29 21:48:15下载
- 积分:1
-
zommingPmatlab
Zooming no.1 method based on gonzalez book.
- 2011-08-30 16:08:07下载
- 积分:1
-
fps3
分形曲面的matlab简单程序,已经测试过。(Fractal surface matlab simple procedure, has been tested.)
- 2011-11-15 21:27:41下载
- 积分:1
-
work
这是在Matlab中编的图像数字水印的嵌入和提取程序,所用变换为小波变换,并实行盲检测,对搞这方面的研究人员非常有用.(This is made in Matlab in image watermarking embedding and extraction procedures used transform for wavelet transform, and a blind detection, for engaging in research in this area very useful.)
- 2007-09-07 12:17:07下载
- 积分:1
-
Vecto_Control
说明: 直接矢量转子磁场定向控制的MATLAB仿真,虽然闭环存在一些问题,但基本可以解释矢量控制。(Direct rotor field oriented vector control MATLAB simulation, although the closed-loop, there are some problems, but the basic vector control can be interpreted.)
- 2021-01-11 19:58:49下载
- 积分: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
-
16QAMNatalia
the matlab code for simulation the lte systems
- 2013-12-04 16:44:59下载
- 积分:1
-
matlab-steep-decent-method
matlab最速下降法,简单的求二次函数的hesse矩阵(steep decent method)
- 2011-04-22 13:53:02下载
- 积分:1