资源列表
Matlab 梳状滤波器程序
- 心电图(ECG)是临床上诊断心血管疾病的重要方法。 数字滤波作为数字信号处理技术的重要组成部分,广泛应用于诸如信号分离、恢复、整形等多种场合中。为了使信号不失真及在可编程逻辑器件中容易实现,采用具有严格线性相位特性的FIR滤波器进行低通滤波(0-150Hz),用整系数梳状滤波器来去工频干扰及基线漂移,从而达到对心电信号进行预处理的目的。(Electrocardiogram (ECG) is an important method for clinical diagnosis of cardio
xinghaoFFTbianhuan
- 1.利用MATLAB分析非周期信号的频谱 2.观察信号频谱变化验证傅里叶变换性质(1. Analysis of the spectrum of non periodic signals by MATLAB 2. Observe the spectrum change of the signal to verify the Fourier transform property.)
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
SRCNN_TEST
- 基于卷积神经网络的图像超分辨率重建,不含训练程序,包含已训练好的model !(Test code for Super-Resolution Convolutional Neural Networks (SRCNN))
Arnold
- 针对 Anrlod 变换的周期依赖于图像的阶数这一特性, 提出了一种反变换算法 。 该算法 通过分析加密图像任一点处两坐标分量间关系, 得到原图像相应点的坐标 , 从而实现图像的解密。(In view of the characteristic that the Anrlod transform cycle depends on the order of the image, an inverse transformation algorithm is proposed. The algorit
matlab源文件包
- 小波变换相关函数在matlab中如何应用 小波分解和重构过程 小波变换在图像压缩、融合等方面的应用并用matlab来实现(How to apply wavelet transform correlation function in MATLAB Wavelet decomposition and reconstruction process The application of wavelet transform in image compression and fusion i
src_5
- 形态学常用算法,包括细化,孔洞填充,连通分量提取等(Common algorithm for morphology,Including refinement, hole filling, connectivity component extraction, etc.)
地图整饰与输出
- 本实例介绍地图整饰与输出功能的实现,实例代码位于“code”目录下。(This example describes implementation of map design and output function of the code examples in the "code" directory.)
空间查询统计
- 本实例介绍空间查询统计功能的实现,代码位于“空间查询统计\code”目录下。(This example introduces the realization of statistical function of spatial query.)
地图操作
- 本程序实现了地图的基本操作功能,包括各种地图数据的加载、保存,操作中常用的缩放、移动,数据视图、鹰眼、布局视图的同步,TOC右键菜单及其他一些常见的功能。(The program implements the basic operational functions of the map, including the loading and saving of various map data, the common zooming, moving, data view, Hawk Eye, la
Desktop
- 求图像中某一区域的质心 读入图像 求二值化的阈值 显示二值化图像 标注二进制图像中已连接的部分 用于记录质心位置的坐标 求质心(centroid Seeking the centroid of a region in the image Read into the image Two valued thresholds display two valued images Tagging the connected parts of a binary image Coordi
video_detection.m
- 使用VJ算法识别人脸,并使用KLT算法进行特征识别并追踪(Face detection using VJ algorithm, and track it using KLT algorithm)