-
Parameters-estimation
参数估计与假设检验 内含matlab详细代码 已经经过调试 可以使用(Parameters estimation and hypothesis testing with detailed code
)
- 2012-04-15 19:42:08下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
getEigFaces
Eigenfaces and Face recognition
- 2012-05-04 15:50:35下载
- 积分:1
-
PSOLA
语音合成PSOLA算法实现
语音合成PSOLA算法实现(PSOLA TTS speech synthesis algorithm PSOLA Algorithm)
- 2021-04-07 16:19:01下载
- 积分:1
-
16PSK
Demo for modulation 16PSK, after running you can show result
- 2010-12-06 00:12:10下载
- 积分:1
-
suijifeng
说明: 根据风速公式在SIMULINK环境中搭建的随机风速的模型,可运行(According to the formula ,in the SIMULINK environment wind asymptotic velocity of the model is builded,and it can run )
- 2011-04-07 13:00:47下载
- 积分:1
-
data-acquisition-card
基于MATLAB与NI数据采集卡的测控应用程序代码(Based on MATLAB and NI data acquisition card monitoring application code)
- 2013-08-02 17:23:14下载
- 积分:1
-
Cluster_Generator_R2009B
不错的用于生成多面体团簇的matlab代码(Good matlab code for generating polyhedral clusters.)
- 2021-04-17 21:08:52下载
- 积分:1
-
Estimmation
the file contain estimmation for channel.
- 2010-11-21 23:27:21下载
- 积分:1
-
Chapter-6-matrix-calculation
第6章 矩阵特征值计算.zip。是从书中光盘里拷贝的代码,放在这里与大家共享,希望对大家有帮助。(Chapter 6 matrix eigenvalue calculation)
- 2012-03-27 10:45:39下载
- 积分:1