-
能量检测法源代码
能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。
实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。
此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm.
This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
- 2021-04-29 16:18:42下载
- 积分:1
-
rastersubsetviashapefile
说明: 使用shp文件裁剪矢量数据,可自己选择矢量文件,栅格文件,输出文件(Use SHP file to crop vector data. You can choose vector file, grid file and output file)
- 2019-12-24 23:30:08下载
- 积分:1
-
15883828freak
应用最新算法freak算法的一个图像配准代码 c++可实现(Apply the latest algorithm freak algorithm image registration codes c++ can achieve)
- 2015-11-20 09:34:55下载
- 积分:1
-
czpy
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术,学习方法是竞争的,但(LVQ (Learning Vector quantization) algorithm: it is an extended form of supervised learning of Kohonen, which combines self-organizing and supervised techniques. The learning method is competitive, but the)
- 2018-08-03 20:57:24下载
- 积分:1
-
vtkBioeng-5.0
vtk碰撞检测程序,基于obb包围盒的碰撞检测程序,需要用cmake进行编译(vtk collision detection procedure, based on obb bounding box collision detection program needs to be compiled with cmake)
- 2021-02-26 09:49:37下载
- 积分:1
-
dlushdebugger
各种矩阵算法库,支持UpperTriangularMatrix,LowerTriangularMatrix, Diagon()
- 2018-03-14 07:38:51下载
- 积分:1
-
Learning-OpenCV
本书可作为信息处理、计算机、机器人、人工智能、遥感图像处理、认知神经科学等有关专业的高年级学生或研究生的教学用书,也可供相关领域的研究工作者参考。(This book can be used as information processing, computer, robot, remote sensing image processing, artificial intelligence, cognitive neuroscience and related professional senior student or graduate student s teaching resources, also can be used for reference in the related areas of research workers.)
- 2013-12-07 16:43:45下载
- 积分:1
-
OpenCV-Computer-Vision-With-Python
本书叙述如何使用Python中的OpenCV库实现视频捕捉、图像处理、目标检测等功能。(This book will show you how to use OpenCV s Python bindings to capture
video, manipulate images, and track objects with either a normal webcam or a
specialized depth sensor, such as the Microsoft Kinect.)
- 2021-04-24 16:48:48下载
- 积分:1
-
WaveAtom-1.1
波原子变换代码,一种新的类方向小波变换,更好的表示图像(Wave atom transform code, the direction of a new class of wavelet transform, and better representation of the image)
- 2009-12-15 09:39:37下载
- 积分:1
-
WPSNR
计算信噪比的测试程序代码,利用对比敏感度函数(CSF)测量失真图像的空间频率。(Calculation of the test code SNR, the contrast sensitivity function (CSF) measurement of the spatial frequency of image distortion.)
- 2017-09-04 11:12:15下载
- 积分:1