搜索资源列表
CFARzz
- CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析-CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and
digitalfilter
- 随机产生500个数据,数据范围是0.9到1.1,每5个一组,共100组,对这100组数据进行滤波处理。实现的滤波功能有:取中值滤波、平均值滤波和惯性滤波。-randomly generated 500 data, the scope of the data is from 0.9 to 1.1 per five one group, a total of 100 groups, this hundred sets of data fil
some_way_of_filter
- 1.限幅滤波 2.中位值滤波 3.算术平均值滤波 4.递推平均滤波
averagefliter
- 平均值滤波,用于传感器阵列数据处理。
VideoObjectDetection
- 本程序支持摄像头,通过逐祯差分实现视频中移动物体的检测。同时还带有中值滤波、平均值滤波、微分边缘检测等代码
ADC-LED
- 对3个通道交替进行AD转换,然后把转换后的结果存在一个18个*3数据窗口中,滤波时对窗口内的18个数据进行去极值取平均值滤波,然后送LED显示.
dsp中值滤波
- 基于dsp6416处理器的中值滤波算法-midfilter arithmetic based on dsp6416
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素
CFARzz
- CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析-CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and
digitalfilter
- 随机产生500个数据,数据范围是0.9到1.1,每5个一组,共100组,对这100组数据进行滤波处理。实现的滤波功能有:取中值滤波、平均值滤波和惯性滤波。-randomly generated 500 data, the scope of the data is from 0.9 to 1.1 per five one group, a total of 100 groups, this hundred sets of data fil
some_way_of_filter
- 1.限幅滤波 2.中位值滤波 3.算术平均值滤波 4.递推平均滤波-1. Limiter filter 2. 3 median filter. Arithmetic mean filtering 4. Recursive average filter
averagefliter
- 平均值滤波,用于传感器阵列数据处理。-Average filtering for sensor array data processing.
VideoObjectDetection
- 本程序支持摄像头,通过逐祯差分实现视频中移动物体的检测。同时还带有中值滤波、平均值滤波、微分边缘检测等代码-卤 戮 鲁 脤脨貌脰 搂 鲁 脰脡茫脧帽脥 拢 卢 脥 篓 鹿 媒脰冒矛玫 虏 卯 脰脢渭脧脰脢脫脝渭脰脨脪脝 露 炉 脦茂脤氓渭脛 录 矛 虏 芒 隆 拢 脥 卢 脢 卤 禄鹿
RadarDataFilter
- C++语言写的通用的图像滤波处理类,可以对二维图像进行多达9种不同的滤波功能,包括中值滤波,平均值滤波-C++ Language written in a common type of image filter processing can be carried out on two-dimensional images up to 9 different types of filter functions, including med
Software_filters
- 包含11中在单片机中常用的软件滤波方法,如限幅滤波,算术平均值滤波等。-Contains 11 commonly used in MCU software filtering methods, such as limiting filtering, arithmetic mean filtering.
DigitalFilterCprogram
- 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the stro
suanfa
- 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many of the data acquisition system, t
fliter
- 使用滤波器对一个对带噪声的正弦信号进行平均值滤波-Use the noise filter with an average value of the sinusoidal signal filtering
Untitled11
- 首先定义一个高斯白噪声,然后在正弦信号中添加白噪声,再对带噪声的正弦信号进行平均值滤波(First, a Gauss white noise is defined, then the white noise is added to the sinusoidal signal, and then the average filtering of the sinusoidal signal with noise is filtered)
filter10
- 多种滤波算法,包括限幅滤波算法,平均值滤波算法,加权滤波算法。(A variety of filtering algorithms, including the amplitude limiting filter algorithm, the average value filtering algorithm, the weighted filtering algorithm.)