-
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
-
SFR
用软频率处理小区间的干扰,并将小区分成内环外环中环三个部分,仿真分析当三个环 的发射功率不同时的各个部分的吞吐量比较。(With a soft frequency interference among processing district, and residential area is divided into central, inner loop three parts, the simulation analysis when the transmission power of three ring does not throughput of each part of the comparison at the same time.)
- 2015-11-08 20:31:30下载
- 积分:1
-
raoshe
在matlab环境上 用几何绕射法计算缝隙的辐射场(in Matlab environment using GTD method of the radiation field slot)
- 2007-06-06 17:19:07下载
- 积分:1
-
Writing-Fast-MATLAB-Code
有关编写快速的MATLAB代码的书,老外写的,通俗易懂,含大量实例(Writing Fast MATLAB Code)
- 2011-09-21 13:05:43下载
- 积分:1
-
Time-Series-program
一些有用的时间序列分析相关程序(matlab)(Time Series program)
- 2014-01-02 19:49:42下载
- 积分:1
-
communication-system-design
基带通信系统设计,用MATLAB软件编程实现(communication system design)
- 2015-04-10 11:42:37下载
- 积分:1
-
fcm
FCM算法 可以仔细研究~~~~是matlab中可调用的(Fuzzy c-mean algorithm)
- 2011-05-26 20:17:59下载
- 积分:1
-
emd
这是2009年huang在EMD基础上改进的算法EEMD的matlab代码!(This is the huang in 2009 based on the improved EMD algorithm EEMD matlab code!)
- 2011-10-24 11:56:37下载
- 积分:1
-
SEP_SANPA04-(1).ps
LEACH (Low-Energy Adaptive Clustering Hierarchy)
SEP
- 2013-10-30 15:16:48下载
- 积分:1
-
copula函数拟合出来后,通过计算各类copula函数的aic值aic_account
说明: copula函数拟合出来后,通过计算各类copula函数的aic值,找到最佳的copula二元分布模型(Calculating AIC values of different Copula Functions)
- 2020-11-10 09:59:46下载
- 积分:1