-
AWGN
说明: AWGN的仿真程序。FILENAME: awgn_simulator.c
version 1.5
(C) Tadashi Wadayama, 2003
An LDPC code simulator based on quantized-BP algorithm for AWGN chanel
(AWGN simulation program. FILENAME : awgn_simulator.c version 1.5 (C) Tadashi Wada Yama. 2003 An LDPC code simulator based on quantized- BP algorithm for AWGN chanel)
- 2006-04-26 09:45:29下载
- 积分:1
-
17869336OFDM_u
matlab限幅滤波法降低ofdm峰均比
(matlab ofdm limiting filtering PAPR reduction)
- 2010-05-10 10:58:28下载
- 积分:1
-
mds
多维标度变换是应用广泛的无线传感器网络定位算法(Multi-Dimensional Scaling)
- 2013-08-18 18:22:51下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
mypca
读入一组bmp格式的图像,进行PCA,主成分分析,用于人脸识别系统等(Read a set of bmp format images, the principal component analysis)
- 2010-10-05 16:59:13下载
- 积分:1
-
the-Multi-focus-Images-Fusion.kdh
本论文的主要内容包含以下几个方面:
首先,论述了图像融合技术的基本理论、现状和方法,并对多聚焦图像融合
算法及融合结果的评价方法做了分类。
其次,论述了小波理论及其图像的小波分解和重构,研究了小波分解层数及
小波基函数的选择对多聚焦图像融合效果的影响,并给出了在多聚焦图像融合算
法中最佳小波分解层数和小波基函数的选取
再次,研究了基十小波变换的多聚焦图像融合方法,并提出了改进后的基十
小波变换区域对比度的多聚焦图像融合方法,并利用Matlab工具进行算法进行了
仿真实验
最后,总结本论文的研究成果和不足,并指出发展方向。(The following main parts are included.
Firstly, this paper discussed the basic theory, present state and means of image
fusion technology, classified multi-focus image fusion algorithm and evaluation means of image fusion consequences.
Secondly, this paper discussed the wavelet theory and the wavelet decomposition
and reconstruction of image, studied the effects on selection of wavelet basis function
and wavelet decomposition level to multi-focus image fusion, at last the best choices are
proposed.
Thirdly, a new method: regional contras of wavelet transformation are proposed for
multi-focus image fusion based on wavelet transformation and Matlab is employed to
simulation algorithm
Finally, this paper summarized the research achievement and insufficient of this
paper and pointed out development direction.
)
- 2011-05-24 18:21:44下载
- 积分:1
-
matlabwithexample
精通MATLAB-综合辅导与指南(附例程)。初学者必备书籍,还有大量的程序供实践。(proficient MATLAB-comprehensive counseling and guidance (routines). Beginners essential books, there is a lot of procedures for the practice.)
- 2007-06-10 21:31:25下载
- 积分:1
-
IA2
解决旅行商,解决旅行商,解决旅行商,解决旅行商,解决旅行商解决旅行商(TSP PROBLEM)
- 2011-09-25 14:08:51下载
- 积分:1
-
bode
High pass and low pass filters with matlab by using bode plot method. Showing very important thing is that bode plot does not give any information about transient response.
- 2014-02-07 07:35:09下载
- 积分:1
-
123Tree-Control-2011
树形图操作,控制树形图属性节点,labview底层也有很多例子可以学习参考,不断进步(Tree diagram operation, the control tree attribute node)
- 2016-01-10 23:04:01下载
- 积分:1