-
dipole_example
dipole antenna simulation
- 2012-04-20 23:17:30下载
- 积分:1
-
pusu_nb
实现普通离散型数据的贝叶斯分类,不带权重。(The general discrete data Bayesian classifier, without the weight.)
- 2012-11-22 11:39:23下载
- 积分:1
-
automatic
matlab程序,自动多阈值分割,本方法较好用适合,经本人亲自验证(matlab program, automatic multi-threshold segmentation, the method used for good, I personally verified by the)
- 2010-10-11 19:24:19下载
- 积分:1
-
ezyfit
Ezyfit is a tool that provides a better fitting to curves
- 2010-01-19 23:03:54下载
- 积分:1
-
MIMO-channel
对mimo的信道模型进行仿真,在OFDM技术下,MIMO信道的特性进行仿真(mimo channel )
- 2010-05-13 18:20:11下载
- 积分:1
-
Fast_implementation_ofmatlab_and_VC
matlab与VC++混合编程的快速实现(fast implementation for mixing programming of matlab and VC++)
- 2010-08-06 11:27:47下载
- 积分: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
-
UWB_matlab
UWB(超宽带) matlab程序,包含了qpsk 、ofdm调制,awgn 信道的产生,IEEE 信道脉冲响应等内容。(This file include some basic programmes of UWB .)
- 2011-07-26 15:46:25下载
- 积分:1
-
xiyinzi
说明: 这是个混沌理论中吸引子的源代码,我们可以得出它的相图,希望对大家有用(This is a chaotic attractor theory of the source code, we can conclude that the phase diagram, we hope to be useful)
- 2011-03-31 15:07:47下载
- 积分:1
-
fractual-diff-in-matlab
实现一个序列的分数差分的matlab程序,能够提取序列的长相关信息。(the process of fratual diff in the matlab and it can know the LRD of the sequnce)
- 2013-03-16 20:54:54下载
- 积分:1