搜索资源列表
edgeDetectionAndEnergy
- 灰度图像边缘检测的代码,常用的集中边缘检测算子都有 canng log sobel 等,并计算了图像中边缘的能量信息-Edge Detection of code, commonly used edge detection operators have focused canng log sobel, etc., and calculate the energy of the edge of the image information
GaitRecognition
- 里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from th
Energy-Detection
- 认知无线电的分布式频谱感知技术研究,能量检测的代码及仿真-Distributed spectrum sensing cognitive radio code emulation technology research, energy detection
能量检测法源代码
- 能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换