-
MATLAB-Euler
MATLAB Euler法求解微分方程组 源程序代码(MATLAB Euler method for solving differential equations of the source code)
- 2014-09-14 10:49:47下载
- 积分:1
-
BSS
matlab程序,经过多次调试可以运行,包含多个文件,可以准确得到结果。(matlab program, after several debugging can run, contain multiple files, you can get accurate results.)
- 2013-11-25 20:09:36下载
- 积分:1
-
OFDM_Simulation_Using_Matlab
使用matlab仿真OFDM。其中描述了OFDM的基本原理,含详细的公式推导过程。在文章最后附有matlab代码,并且有仿真结果可参考。(Matlab simulation using OFDM. Describes one of the basic principles of OFDM, with a detailed formula derivation process. At the last article with matlab code, and have the simulation results can be found.)
- 2009-03-17 17:07:39下载
- 积分:1
-
GeodeticTransformations
一组用来计算不同参考椭球下的坐标变换函数(Geodetic Transformations
A set of functions to calculate coordinate transformations between different reference ellipsoids
and different projections.)
- 2012-03-20 20:01:25下载
- 积分:1
-
Ori_stereopara_modelne_koo
Computinm model coordinates
- 2013-03-18 05:48:12下载
- 积分:1
-
KMEANS
Kmeans聚类法 MATLAB实现 没有调用函数(Kmeans clustering method MATLAB implementation does not call the function)
- 2015-04-03 11:34:49下载
- 积分:1
-
基于matlab的系统分析与设计之信号处理
基于matlab的系统分析与设计之信号处理 源代码(MATLAB signal processing)
- 2009-11-21 20:34:33下载
- 积分:1
-
mle
This program is about ML detection.
- 2009-05-29 15:09:06下载
- 积分: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
-
code
基于matlab的寿命预测,这是其中几个小程序(life expectance based on matlab)
- 2013-04-18 23:51:34下载
- 积分:1