-
tuxiangfenli
说明: 通过对独立分量分析算法的研究,介绍了该算法的基本模型及目前应用最广泛的快速定点ICA算法的数学原理.通过仿真试验结果表明,用该算法对随机混合的3幅图像进行盲分离,取得了理想的效果.(By independent component analysis algorithm, introduced the algorithm for the basic model and is currently the most widely used fast fixed-point ICA algorithm of mathematical principles. Through the simulation test results show that the algorithm to a random mixture of three images in blind source separation, and achieved the desired results.)
- 2008-10-10 12:56:13下载
- 积分:1
-
4563
matlab所有应用程序,很实用,很好很好大家收藏哦,赶快下载(matlab all applications, very practical, very, very good everyone Favorite oh, quickly download)
- 2013-04-15 19:35:19下载
- 积分:1
-
Matlab
信息熵 离散无记忆信道容量的迭代计算
Shannon编码 Fano编码 Huffman编码(Discrete information entropy of the iterative calculation of the memory channel capacity
Shannon coding Fano coding Huffman coding)
- 2012-03-27 20:02:45下载
- 积分:1
-
K-C
这是一个K中心点聚类算法C实现的,希望对大家有用(K this is a clustering algorithm C to achieve a focal point, and I hope useful for everyone)
- 2008-04-09 14:21:44下载
- 积分:1
-
iir
这是IIR数字滤波器的设计及滤波程序,IIR滤波器用matlab实现,滤波数据用C生成,主程序实现数字滤波(This is the IIR digital filter design and filtering procedures, IIR filter using matlab, using C to generate filtered data, the main program to achieve digital filtering)
- 2013-09-15 21:23:30下载
- 积分:1
-
xiangweifacejiao
关于雷达相位法测角的论文:MUSIC,多基线相位测角法(Phase angle measured on radar papers: MUSIC, multi-baseline phase angle measurement method)
- 2014-08-31 11:25:20下载
- 积分:1
-
C16
array stack 学习代码,帮助大家学习(array stack study code)
- 2014-09-24 14:35:07下载
- 积分:1
-
demod_2ask
该程序实现2ask的解调,2ask解调C语言实现(The program 2ask demodulation, 2ask demodulation C language)
- 2013-12-25 19:21:36下载
- 积分:1
-
CART
matlab中cart决策树源代码,用于数据的分类和预测。(source code in matlab cart decision tree for data classification and prediction.)
- 2013-10-28 15:08:58下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1