搜索资源列表
qam
- 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,计算误比特率。-First, the program uses 16QAM modulation, the source of a string of two binary modulation, with the Raised Cosine modulated baseband functions, a
MatlabPHarris
- 一个基于matlab的harris角点图像配准程序,运行效果良好,虽然存在误匹配,但很值得借鉴。-A harris corner points based on matlab for image registration procedures, running well, although there are false matches, but it is worth learning from.
QAM
- 编写一个含QAM传输的发送和接收模块 1)分别采用复基带仿真和实带通仿真两种形式 a) 实带通仿真时, 载波频率为符号率的4倍 b)发端采用滚降系数0.5的根号升余弦滤波器 2)画出Eb/N0=15dB时的接收波形(收滤波前),取100个采样 3)画出发端输出的眼图和收端过匹配滤波后的眼图(画眼图时不加噪声) 统计误符号率和误比特率与Eb/N0的关系,画出曲线, 与理论计算的曲线相对比 -Prepare to send of one with QAM transmis
matlab
- (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 -(1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized us
Ber-with-matched-filtering
- 用匹配滤波实现误比特率曲线。在发射端使用脉冲成型,在接收端使用匹配滤波所构成的最佳接收机。-optimal receiver structure when pulse shaping is used at the transmitter,The receiver structure is also called as matched filter.
kk
- 这是一个图像拼接和图像配准的程序,使用sift算法,resaca剔除误匹配点-This is a image matching and image registration procedures, using sift algorithm, resaca eliminate false matching points
用RANSAC方法计算两幅图像间的单应性矩阵
- 用RANSAC方法计算两幅图像间的单应性矩阵,包含了点集的选取,ransac去除误匹配,和单应性矩阵计算程序3部分