-
line_count
This is the code for line count and character count in a scanned page..
- 2009-03-23 23:57:19下载
- 积分:1
-
CCA_MRLS1
衰落信道下的盲估计研究不同似然比下典型相关分析(MRLS)
- 2009-03-25 18:00:16下载
- 积分:1
-
朴素贝叶斯
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 (process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2 )
- 2005-08-06 09:48:36下载
- 积分:1
-
jieoulv
运用matlab进行遗传算法编程,旨在求解汽车发动机悬置系统的个自由度解耦率(The use of genetic algorithm matlab program to solve the vehicle engine mounting system of degrees of freedom decoupling rate)
- 2011-09-01 10:12:58下载
- 积分:1
-
suiji
用matlab 实现强噪声中弱信号的提取,可产生图像 一次生成(Using matlab to achieve strong noise in the extraction of weak signal can produce a generation of images)
- 2008-12-16 14:28:48下载
- 积分:1
-
matlab_fft
matlab实现fft,以及ifft算法,包含蝶型运算等文件(Matlab achieve fft and ifft algorithm, includes a butterfly computation, and other documents)
- 2006-12-26 17:18:21下载
- 积分:1
-
timedelayhyperchaos
基于matlab和simulink的时间延迟chen系统的吸引子程序,对与非线性动力学与混沌方面的同行很有用。(A code for time-delayed chen attractor based on matlab and simulink)
- 2014-10-04 15:35:58下载
- 积分:1
-
IncidenciaNormal
incidencia normal ondas planas simulación en el dominio del tiempo
- 2015-04-22 16:00:20下载
- 积分:1
-
power_surgnetwork
power_surgnetwork.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_surgnetwork.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:42:38下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1