-
HW_CVA
非常好的关于viterbi编码以及译码的程序,适合信道编码(viterbi)
- 2010-10-11 15:13:14下载
- 积分: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
-
A-secondary-radar-data
一二次雷达资料相关整理 一二次雷达资料相关整理 (A secondaryradar data related to sorting
)
- 2013-03-20 10:10:04下载
- 积分:1
-
ofdm
OFDM channel Using a large number of parallel narrow-band subcarriers instead of a single wide-band carrier to transport information
l Advantages
» Very easy and efficient in dealing with multi-path
» Robust again narrow-band interference
- 2015-04-10 17:09:57下载
- 积分:1
-
requir
列出求素数的程序,所谓素数就是只能被它的自身和1除尽的数(require a prime number)
- 2009-12-21 09:39:33下载
- 积分:1
-
ThreadPool
一个关于线程池的小demo,windows环境下,可以直接运行。(
A little on the thread pool demo, windows environment, can be directly run.)
- 2014-10-11 11:32:32下载
- 积分:1
-
MPID
该代码为基于PID神经网络的系统控制算法(The code for the system based on PID neural network control algorithm
)
- 2013-04-05 20:47:26下载
- 积分:1
-
1
说明: 功能:基于褶积模型的衰减补偿
功能:基于褶积模型的衰减补偿(Attenuation compensation based on convolution model)
- 2018-08-29 19:11:15下载
- 积分:1
-
time
用matlab编写的用于测试cpu时间的小程序,简单管用(Matlab prepared using cpu time for testing of small procedures, a simple effective)
- 2008-05-05 15:20:40下载
- 积分:1
-
Bigest
使用matlab,用强解法进行最大团问题的求解(The use of Matlab, the maximum clique problem solving with a strong solution)
- 2012-03-11 16:18:31下载
- 积分:1