搜索资源列表
WMMR
- WMMR:weighted maxinmun minmum range一种滤波、去噪算法,去除图像中小的高亮度区域。-WMMR : weighted maxinmun minmum range of a filter, denoising algorithm to remove small images of high-brightness region.
Peer
- Peer group filter,这是一种很精壮的滤波算法,只是速度有些慢,但是很有用-filter, which is obtained from the toils of a very filtering algorithm, only slowed somewhat slow, but useful
DSPBuilderFIR.files
- 在信息信号处理过程中,如对信号的过滤、检测、预测等,都要使用滤波器,数字滤波器是数字信号处理(DSP,DigitalSignalProcessing)中使用最广泛的一种器件。常用的滤波器有无限长单位脉冲响应(ⅡR)滤波器和有限长单位脉冲响应(FIR)滤波器两种[1],其中,FIR滤波器能提供理想的线性相位响应,在整个频带上获得常数群时延从而得到零失真输出信号,同时它可以采用十分简单的算法实现,这两个优点使FIR滤波器成为明智的设计工程师
inpaiting_code_i_c
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。 -taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process.
fir
- 完成一个FIR数字滤波器的设计。要求: 1、 基于直接型和分布式两种算法。 2、 输入数据宽度为8位,输出数据宽度为16位。 3、 滤波器的阶数为16阶,抽头系数分别为h[0]=h[15]=0000,h[1]=h[14]=0065,h[2]=h[13]=018F,h[3]=h[12]=035A,h[4]=h[11]=0579,h[5]=h[10]=078E,h[6]=h[9]=0935,h[7]=h[8]=0A1F。 -
ADsampling10kindsofsoftwarefilteringmethod
- 10种AD的采样算法,关于芯片对ad采样的滤波算法-10 kinds of AD sampling algorithm, on-chip sampling of ad filtering algorithm
softfilter
- 介绍几种软件滤波算法,附有源码,搞硬件的朋友可以看看,大家共同交流吧。-Introduction of several software filtering algorithm, with source code, hardware engage friends can see, everybody share it.
lmsandrls
- 以下程序是基于matlab软件实现自适应滤波器的lms和rls两种算法,不像有些程序那样冗杂,简练明了。定义一个输入信号加入一组噪音,用自适应算法进行滤波,其中用到一个for循环。-The following procedure is based on the matlab software implementation of the LMS adaptive filter and rls two algorithms, unlike
2004118150227
- 说明:你知道几种软件滤波算法和特点,以及他们的区别-Descr iption: Do you know of several software filtering algorithm and characteristics, as well as their differences
Ten-kinds-of-filter-algorithm
- 该工程实现10种滤波算法,其中涵盖了大多数常用的滤波方法-This project through 10 kinds of filter algorithm, which covers the most commonly used filter method
filtering-algorithm
- 10种滤波算法及例子c代码,讲解以及对应的C代码例子-10 kinds of filtering algorithm and example c code
matlab-image-watermarking
- 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加
1
- 10种滤波算法_及_例子c代码,用于c语言编程-10 kinds of filtering algorithm _ and _ example c code
filter
- 线性CCD黑线提取算法,几种滤波算法,包括大津动态阀值算法-Linear CCD black line extraction algorithm, several filtering algorithms, including dynamic threshold algorithm Otsu
suanfa
- 10种滤波算法_及_例子c代码,适合设计滤波算法时使用-10 kinds of filtering algorithm and _ _ c code example, when using a filtering algorithm for design
filtering-algorithms
- 10种滤波算法及例子c代码,喜欢的朋友请收藏-10 filtering algorithms and examples c code
Filtering-of-the-classic-algorithm
- 10种滤波算法,递归平均滤波法,算术平均滤波法,极限平均滤波法,罕见信息。-10 kinds of filtering algorithms, recursive average filtering method, arithmetic mean filtering method, limiting average filter method, rare information.
Several classic algorithms for filtering
- 10种滤波算法,写得非常详细,滤波算法非常适用于数学建模。(10 kinds of filtering algorithms, written very detailed, filtering algorithm is very suitable for mathematical modeling.)
经典滤波算法
- 介绍10种常见滤算法并给出实现代码,常见的有中位值滤波、互补滤波和一阶RC滤波以及其组合效果说明(10 common filtering algorithms are introduced and the implementation code is given)
10种简单的数字滤波C语言源程序算法
- 10种简单的数字滤波C语言源程序算法:1、限副滤波,2、中位值滤波法,3、算术平均滤波法(A simple digital filter C language source program algorithm)