-
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
-
Rayleigh-Fading-Simulation
在移动通信中的多路径信号接收机。环境的干扰,根据其相位使信号增加或减少。这个程序可以让你学到的频率和速度如何修改信号模式的接收器(In mobile communications a multi-path signal is received in the receptor. Enviroment interferences make the signal increase or decrease according to its phase. This program allows you to learn how frequency and speed modify the signal pattern at the receiver)
- 2014-08-08 17:24:05下载
- 积分:1
-
source_code
testing for register purpose, while this is not to offend people, but to help myself.
- 2012-10-03 15:22:35下载
- 积分:1
-
tcm8psk
本人编写的TCM解调源程序共享,为大家研究做简单的抛砖引玉(I prepared TCM demodulation source sharing, for everyone to consider doing something simple)
- 2020-12-19 21:39:09下载
- 积分:1
-
tts
describes the text to speech conversion using matlab
- 2021-04-07 18:29:01下载
- 积分:1
-
GP_Algorithm2.0
1、GP_Algorithm_main.m - 程序主文件
2、LorenzData.dll - 产生Lorenz离散数据
3、normalize_1.m - 数据归一化
4、CorrelationIntegral.dll - 计算关联积分">
- 2013-07-16 15:26:51下载
- 积分:1
-
diskid32
獲取windows系統硬盤的一些信息,可以獲取到SN,FW,MODEL,等等信息(Get some information windows system hard disk, you can get to the SN, FW, MODEL, and so forth)
- 2014-11-04 19:54:34下载
- 积分:1
-
PQ-power-flow
基于MATLAB,用PQ分解法计算电力系统潮流(Solutions trend calculated using PQ decomposition method)
- 2014-11-06 09:29:23下载
- 积分:1
-
Frequency_Domain
数字信号频域处理的matlab源程序,包括dct,butterworth,lowpass等(Frequency-domain digital signal processing matlab source, including dct, butterworth, lowpass, etc.)
- 2014-02-17 00:36:02下载
- 积分:1
-
spatio-temporal-Volume-vLPQ
spatio-temporal Volume Local Phase Quantization (vLPQ)
- 2011-10-25 16:29:01下载
- 积分:1