-
onlinepractise
matlab的教程,例题,包括数值,符号,图像等运算及答案(matlab tutorials, sample questions, including the values, symbols, images and other computing and answers)
- 2008-04-03 14:39:34下载
- 积分:1
-
unified
统一混沌系统的simulink文件可以自己改变参数(unified chaotic system Simulink documents themselves can change the parameters)
- 2006-11-13 18:34:40下载
- 积分:1
-
matlab-code-of-ROF-model-
ROF模型的matlab代码,两个文件:main.m和ROFdenoise.m文件,前者调用后一个文件,后一个文件为rof去噪算法代码。(Matlab code of the ROF model, the two files: the s main.m and ROFdenoise.m file call the former a file after a file rof denoising algorithm code.
)
- 2012-04-23 17:01:10下载
- 积分:1
-
qiyipuxielv11
分析并实现了奇异谱斜率的方法,编程实现了时域信号的检测。(And to achieve a singular spectrum analysis method of slope, programming of the time-domain signal detection.)
- 2013-09-01 15:29:35下载
- 积分:1
-
music_doa
主要是用于智能天线系统中的DOA估计的子空间算法中的MUSIC改进算法,此算法性能优良(is mainly for smart antenna system DOA estimated subspace algorithm MUSIC improved algorithm This algorithm is excellent)
- 2007-06-23 12:53:10下载
- 积分:1
-
2-15-1388989812-4
is the strategy for modelling and simulation of a generator
- 2014-11-07 23:04:23下载
- 积分: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
-
Radiometer-array
缺失部分方位信息的辐射计阵列有源校正 (Radiometer array azimuth information of the missing part of the active correction)
- 2013-12-12 13:34:03下载
- 积分:1
-
Fix_Code
对输入信号序列经过窗函数处理后做FFT处理,其中窗函数可自定义为任意窗函数。(Of the input signal sequence processing done after the FFT processing window function, wherein the window functions can be customized to any window function.)
- 2015-04-08 10:43:20下载
- 积分:1
-
prony_realization
prony算法实现,实现对输入信号的波形拟合,实现自适应参数的获取,并进行谱分析(realize the prony algorithm)
- 2014-11-12 14:43:37下载
- 积分:1