-
matlab
说明: 用matlab求多项式的实根解答的代码,其中包含多种方法。。。(Using matlab to answer the real roots of a polynomial code, which contains a variety of methods. . .)
- 2011-04-07 13:42:49下载
- 积分:1
-
matlab-GA
遗传算法的matlab实现代码,已验证无错误(Genetic algorithm matlab code, verified error)
- 2013-12-26 12:32:05下载
- 积分:1
-
Microcontroller-Based-PVMPPT
搭建微网模型,介绍光伏最大功率跟踪,个人感觉很实用(Micro-grid,PV MPPT)
- 2014-02-19 15:05:17下载
- 积分:1
-
mino
一个mimo系统的程序,其中包括注水定理的函数。(A mimo system procedures, including injection function theorem.)
- 2010-10-23 01:00: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
-
cognitiveradio
有关cognitive radio的内容,对matlab进行的模拟测试,希望对大家有所帮助(the cognitive radio the content of the Matlab simulation tests We hope to help)
- 2007-06-14 22:31:48下载
- 积分:1
-
Matlab---tuto_files
MATLAB tutorial file. This will help you in finding out the difficult task being easy after reading this tutorial
- 2011-09-20 21:18:00下载
- 积分:1
-
YC
遗传算法,一个不错的程序,可以试试看,改进了一点点,大学共同探讨 了(Genetic algorithm (ga), a good program, can try to improve a little bit, the university is discussed
)
- 2013-10-05 18:09:53下载
- 积分:1
-
Neural-network
Very good paper on Neural network algorithm
- 2011-09-22 09:37:28下载
- 积分:1
-
CFAR
CFAR阈值 -逆高斯分布的CFAR检测阈值,计算公式带积分,考虑能否用高贵软件小目标CFAR公式阈值代替??利用查表法!(CFAR threshold- inverse Gaussian distribution of CFAR detection threshold, the formula with integral, consider whether the use of noble software small target CFAR formula threshold instead? ?? Use look-up table method!)
- 2021-04-10 14:38:59下载
- 积分:1