-
ldpc_toolkit
ldpc编译码包括生成矩阵算法,稀疏矩阵编码,概率译码等等(ldpc encode and encode)
- 2014-10-23 17:07:33下载
- 积分:1
-
STBC-OFDM
STBC-OFDM的matlab仿真程序。(STBC-OFDM in matlab simulation program.)
- 2010-01-04 13:07:59下载
- 积分:1
-
47651515CDMA
选取CDMA通信系统中的接入信道部分进行仿真与分析。首先,通过学习相应的理论知识,熟悉接入信道实现的过程,对每一步的原理有了较深的理解,同时,也对MATALB软件进行熟悉和了解,对MATLAB软件中的SIMULINK部分及其内部的CDMA模块用法和参数设置进行熟悉,然后运用MATLAB软件对接入信道部分进行设计,并逐步地对各个模块进行分析、仿真与验证。目的是通过毕业设计工作熟悉现代无线通信系统的基本构成与基本工作原理-CDMA (communication system to select the access channel simulation and analysis of parts. First of all, by learning the theory of knowledge, familiar with the access channel to achieve the process, with each step deeper understanding of the principle, at the same time, but also familiar with the software MATALB and understanding of the MATLAB software and its internal part of the SIMULINK use of the CDMA module and parameter settings are familiar with, and then use MATLAB software to access parts of the design of channel and step by step analysis of each module, simulation and verification. The purpose of design work through graduate familiar with the modern wireless communication systems constitute the basic and fundamental principle,)
- 2009-06-10 13:51:56下载
- 积分:1
-
SIMULACIONES
MULTIAGENTS 4 AGENTS, FORMATION PROBLEM
- 2013-08-25 14:42:29下载
- 积分:1
-
OPNET-Guidance
OPNET仿真书籍,介绍了OPNET软件的使用和示例。(OPNET guidance)
- 2011-02-11 20:41:54下载
- 积分:1
-
clock
能从系统读出时间,显示一个钟面,钟面上的指针匀速旋转,可以计时(Read-out time from the system displays a clock face, the clock face pointer uniform rotation can be time)
- 2012-11-03 22:08:08下载
- 积分:1
-
edison
edge detection for plate recognition
- 2012-01-14 06:26:42下载
- 积分:1
-
AFD_interface
澳门大学钱涛教授开发的自适应傅里叶变换软件系统,附有使用手册,源码齐全,可世界使用,能实现信号的自适应分解。(Macao university professor Qian Tao developed adaptive Fourier transform software system, with a manual, complete source code, can be used in the world, to achieve adaptive decomposition of the signal.)
- 2017-05-08 15:15:08下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
PgmHis
Histogram of PGM image
- 2009-11-25 12:47:23下载
- 积分:1