搜索资源列表
electric1
- 利用小波变换实现对电能质量检测的算法实现-using wavelet transform to detect power quality algorithm
vfdt_harm_analy_con
- 电能质量扰动中谐波的检测可以采用分形几何学的局部方差分维数表示,而且不同类型电能其分维数不一样-Power quality disturbances in the harmonic detection can be used fractal geometry, partial differential dimension, said side, and different types of power of its fractal di
UltraSonic_M_Echo_sin
- 在matlab上对复倒谱回波检测系统的仿真,可由此对管道质量经行检测 -In matlab Complex Cepstrum of echo detection system simulation, which can the quality of the pipeline by the line detection
ForEstimateCircle
- 圆心检测算法,使用matlab根据sci文章仿写,在图像质量不高的情况下检测效率较高。-Center of a circle detection algorithm, the use of matlab under the sci article仿写, image quality is not high in the case of a higher detection efficiency.
DWThundunjiami
- 文中提出了一种基于离散小波变换和混沌加密的数字水印新算法,采用二维混沌变换对水印图像加密 对载体图像进行多分辨离散小波变换,应用小波系数判断载体图像的纹理复杂程度后,依据人眼的视觉系统(HVS)特性,将水印信号嵌入到图像的低频部分,对图像的不 同分解层分别选取不同的纹理阈值和水印嵌入强度,将数字水印嵌入到相同分辨层的原始图像中,提高了水印算法的鲁棒性。在检测和提取水印时,通过水印相似度(NC)和峰值信噪比( PNSR)评价水印质量,
Imagequalityevaluation
- 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of th
cannythreshold
- 其基本思想是:首先,用微分算子检测图象的边缘;然后,在这些边缘象素点上进行二值化阈值的自动选择;最后,对于其它非边缘象素点则采取常规方法进行二值化处理。实验结果表明,这个基于边缘特征检测算子的算法能很好地保留原图的边缘特征,并能处理低质量的图象-The basic idea is: First of all, the differential operator with the edge detection image And, at
Gabor(matlab_C_Cv)
- 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 -Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab,
EVAL_EyeOpening
- 测试眼图质量的matlab仿真程序,用于眼图生成及检测-Test the quality of the eye diagram matlab simulation program for the eye-diagram generation and detection
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detecti
canny
- 外国人写的CANNY边界检测算法,代码质量很高,对初学编程很有帮助。-Foreigners write CANNY edge detection algorithm, code quality is high, very helpful for beginners programming.
ImageQuality_evaluation
- 众多matlab代码用于检测图片质量,比如MSE, PSNR等-Several codes based on matlab used to evaluate the quality of image processing such as MSE, PSNR
simulationofthebasebandtransmission
- 设计数字基带传输系统,利用MATLAB强大的仿真功能,结合其所具有的图形叠加特性,针对余弦滚降最佳接收系统、部分响应系统进行仿真,通过观察仿真眼图、频谱图、功率谱图以及误码率曲线,检测系统的码间串扰和传输质量。-This article designs the digital baseband transmission system, uses the MATLAB formidable simulation function,unif
Detection-of-short-duration-power-quality-disturba
- 优秀论文及配套源码。电压暂降是动态电能质量问题中最受关注的热点之一。大量新型电力电子设备的广泛使用对电网电能质量的要求越来越高,而且电压暂降在电网中又具有一定的传播性。因此,无论从电网还是用户都迫切需要对电压暂降进行研究和治理。对电压暂降的检测是解决电压暂降的前提条件,故本论文主要对电压暂降的检测方法进行研究。 本文分析了国内外短时电能质量扰动检测的研究现状,并着重讨论了短路故障、感应电动机启动和变压器激磁三种电压暂降扰动情况下电压
HHT_power-system_power-quality_disturbances-detect
- 优秀论文及配套源码。Hilbert-Huang变换(HHT)是一种新的非平稳信号处理技术,该方法由经验模态 分解(EMD)与Hilbert谱分析两部分组成。任意的非平稳信号首先经过EMD方法处理后被分解为一系列具有不同特征尺度的数据序列,每一个序列称为一个固有模态函数(IMF),然后对每个IMF分量进行Hilbert谱分析得到相应分量的Hilbert谱,汇总所有Hilbert谱就得到了原信号的谱图。该方法从本质上讲是对非平稳信号进行平稳
imageHarris
- Harris 角点检测计算的依据是图像像素点的梯度,并且受约于像素之间的相关性. 而图像质量直接影响像素 之间的相关性,从而对Harris 角点检测产生作用. 本文根据图像质量的几个标准分别对图像进行评价,并阐述图像 质量和Harris 角点检测之间的关系,把图像质量作为Harris 角点检测选择参数的一个依据,并建议通过量表对不 同质量的图像选择不同的参数进行角点检测.-Harris corner detection is
surface-quality-detection
- 用matlab实现的表面质量检测的程序,主要检测图像缺陷,并标示出缺陷位置,工业生产过程中亦都有用。-Using matlab to achieve the surface quality inspection procedures, the main defect detected image, and mark the location of the defect, the industrial production process
S变换的电能扰动质量检测
- 基于S变换的电能质量检测,可以实现电压暂升暂降中断等的扰动检测(The power quality detection based on S transform can detect disturbances such as voltage sags, interruptions and so on.)
脑电波检测
- 基于matlab的脑电波睡眠监测,根据功率能量,判断睡眠阶段(Matlab based EEG sleep monitoring, according to the power and energy, to determine the sleep stage.)
MATLAB平面参数测量系统(GUI,面积,周长参数)
- 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system