-
Pattern
计算机模式识别和机器学习的外国经典教材,但只有E文的,很适合研究计算机的人来学(a good book)
- 2009-07-20 11:03:37下载
- 积分: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
-
ExtendedKalmanFilter
hell ExtendedKalmanFilter
- 2014-12-18 21:27:11下载
- 积分:1
-
xiehong
数学建模样本程序,可供联系使用,matlab程序(Code code code code code code program)
- 2013-12-17 10:33:49下载
- 积分:1
-
FBG-SimPlus-comsol
说明: Fiber Bragg Grating (FBG) simulation tool for Finite Element Method (FEM) models. Features inclusion of temperature dependency and emulation within the program. The user can supply a data file and generate simulated reflection spectrums of an array of FBG sensors in response to:
Longitudinal Strain (Uniform and Non-Uniform)
Transverse Stress
Temperature.
- 2021-03-31 22:55:09下载
- 积分:1
-
Performance_Analysis_of_PN_Code_Acquisition
文章中主要阐述了PN码的捕获,并对以前的各种捕获方法进行了改进。得出了基于FFT的快速捕获算法!(Abstract-A FFT-based parallel acquisition algorithm for Direct
Sequence/Spread Spectrum radio navigation system is studied to
solve long PN code acquisition using serial method. Frequency
domain analysis of FFT to acquire signal is applied in this paper
and state transfer function is used to derive the expression of
average acquisition time.)
- 2010-12-08 22:03:29下载
- 积分:1
-
MATLAB
说明: 数字图像处理及MATLAB实现(余成波)PDF版(Digital image processing and MATLAB implementation (YU Cheng-bo) PDF version)
- 2010-04-15 17:16:26下载
- 积分:1
-
MATLABshenruxiangjie
说明: MATLAB深入详解的随书光盘,内有电子教案和源文件(MATLAB depth Xiangjie the CD with the book, there are electronic lesson plans and source files)
- 2010-05-01 14:19:50下载
- 积分:1
-
SYNTHESIS_AND_OPTIMIZATIONOF_DSP_ALGORITHMS
这是数字信号处理的算法和综合和优化电子书,是全英文的,解压密码压缩包中有。(This is a digital signal processing algorithm and the synthesis and optimization of e-books, are all in English, extracting passwords are compressed.)
- 2007-04-08 19:07:09下载
- 积分:1
-
PROJETO_MAQUINA_INDUCAO
Induction machine project
- 2014-09-24 11:01:16下载
- 积分:1