-
MyLMS
LMS算法函数,基于自适应滤波器的噪声抵消算法研究(LMS algorithm function, based on adaptive filter noise cancellation algorithm)
- 2011-10-31 16:16:09下载
- 积分:1
-
matlab-white-noise--
用MATLAB产生高斯白噪声,并画出其时域波形、自相关函数和功率谱。(MATLAB white noise)
- 2011-12-16 15:52:15下载
- 积分:1
-
1
说明: 自动检测干涉条纹中心线算法,代码功能强大,模块很多,方便逐一了解,全自动的算法优势。(Automatically detects interference fringes centerline algorithm, code, powerful, a lot of modules, easy to understand one by one, fully automatic algorithm advantage.)
- 2017-03-03 19:42:10下载
- 积分:1
-
smooth
图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
- 2013-09-19 21:16:46下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
hough-tuoyuanjiance
用matlab编写的实现椭圆检测的程序,自己稍微改下就可以(using Matlab prepared by the realization ellipse detection procedures, their own little can be changed under)
- 2007-04-22 15:34:03下载
- 积分:1
-
MAT-PROGRAM
雷达与红外目标跟踪融合的尝试,探讨中(Target tracking radar and infrared fusion attempts to explore in)
- 2009-01-08 20:59:09下载
- 积分:1
-
FastLaplace
压缩感知的快速Laplace恢复算法,算法适用于超完备字典(the Beyes
recovery algorithms are similar to the sparse coding based on the over-complete dictionary. )
- 2012-11-23 10:32:14下载
- 积分:1
-
kalmannew
kalman是视频跟踪的几本算法,本算法就是一个kalman的很好的应用例子!(video tracking kalman several algorithms, this algorithm is an application of kalman good example!)
- 2008-04-08 21:23:34下载
- 积分:1
-
fourier
傅里叶变换的基本概念介绍和应用,做计算和频谱分析时蛮有用的。(fourier transform)
- 2012-04-10 09:44:29下载
- 积分:1