-
ldpc_gallager
说明: 经典ldpc编译码程序
gallager的博士论文里的部分仿真程序(classic ldpc encryption procedures Gallager doctoral thesis of simulation program)
- 2006-03-24 13:50:12下载
- 积分:1
-
GM1
源代码的作用是建立灰色GM(1,1)模型、模拟和预测!!!!!!!!(Modeling,Forecasting based on GM(1,1) Model!!!)
- 2014-08-22 09:21:15下载
- 积分:1
-
split
Split & Merge Algorithm
- 2014-01-03 17:05:56下载
- 积分: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
-
matlab-PLC
MATLAB的PLC仿真与研究文档,非常全!(MATLAB the PLC simulation study of documents, very full!)
- 2013-03-08 10:21:23下载
- 积分:1
-
blind-source
盲源分离程序,可用于音频混合的分类
该程序为写为matlab一函数(blind source separate)
- 2011-12-07 11:20:29下载
- 积分:1
-
fuzzy_system_data
模糊控制系统的例子,易于学习,简单实用,方便(fuzzy controler)
- 2013-12-14 15:40:42下载
- 积分:1
-
FNNPSOGSA
matlab code for hybrid algorithm
- 2015-03-23 14:55:09下载
- 积分:1
-
Final-Project--Codeareport1
语音增强系统,包括信噪比估计和传递函数,分段函数和重建函数(speech enhancement project, including Prior SNR estimate, noise PSD estimate, gain function, framing and over-lap add)
- 2021-04-14 22:08:55下载
- 积分:1
-
混沌粒子群寻优算法和各种常见的混沌吸引子程序
说明: 混沌粒子群寻优算法和各种常见的混沌吸引子程序,适合新手学习。。。。。。(Chaotic particle swarm optimization algorithm and the chaotic attractor of various common procedures, suitable for novice to learn...)
- 2020-10-28 22:14:11下载
- 积分:1