搜索资源列表
hopfield_net
- 对于含有噪声的的数字图像模式“1、2、3、4”,使用“hopfield”神经网络,进行联想、识别,以去除噪声的影响。-for containing noise of the digital image model "1,2,3,4", "hopfield" neural network, Lenovo, identification, in order to remove noise impact.
复件 test1
- 程序是对心电信号进行噪声去除,采用的是数度较快的滤波器组,能快速完成计算任务-procedures of the ECG signal for noise removal, using a few degrees faster filters can rapidly complete computing tasks
Aeolus3D2005_source.tar
- RoboCup 3D 仿真组清华大学2005的源代码,该代码为完整中底层代码,最上层决策部分被去除Aeolus3D2005_source (RoboCup 2005) , Tsinghua University-RoboCup 2005 Group of Qinghua University's source code, The code to the bottom of code integrity, The topmost decision-making was partiall
PCNN 椒盐噪声去除
- 利用PCNN进行噪声去除,效果还可以。
EliminateGrossErrors
- 去除粗大误差,很好的各种误差分析和过滤程序-Removal of gross errors, a good variety of error analysis and filtering procedures
12
- 介绍了动态聚类方法在旋转机械故障诊断中的应用,该方法结合了遗传算法,去除不必要的特征量-Dynamic clustering method introduced in the rotating machinery fault diagnosis, the method combines the genetic algorithm, the feature of removing unnecessary
pepperdnoise
- 用脉冲耦合神经网络pcnn去除脉冲椒盐噪声 -pepper noise for pcnn research
stopword-list
- 在文本进行分类聚类之前,必须对文本进行预处理。预处理的第一步是分词,这中间需要去除停用词。这个文件就是停用词列表-Must preprocess the text before the text classification clustering. The first step in preprocessing is the word, the middle need to remove the stop words. This file is the stop word list
Data-analysis-of-the-application
- 把时间序列分析的方法和理论引入业务监控中。本文的创新点 在于利用AR州人模型建模前,通过孤立点和变点检测对数据做预处理, 先用控制图法去除孤立点,然后用变点检测的方法定位变点,最后对变 点前后的时间序列分段预测,从而提高了预测的准确度和可信度 -Time series analysis methods and theoretical introduction of the service monitoring. Innovation of this paper is to use
Silence-removal-in-speech-signals
- 进行话音检测和去除无效的话音,是进行语音识别和处理的预处理必须的功能。-A simple method for silence removal in speech streams
listexp
- 一组扩充的表处理函数 (defun chgnth (i v l) 表换元素,用V替换表L中第I个元素 (defun carnth (i l) 表取头,保留表L前面I-1个元素 (defun cdrnth (i l) 表取尾,去除表L后面I个元素 (defun delnth (i l) 删除表L第I个元素 三角函数 (defun tan (v / u) (setq u (cos v)) (if (/= u 0) (/ (sin v) u))) (defun ctan
klt
- matlab实现的一个子空间法进行语音去噪,可去除有色噪声-matlab achieve a subspace method for speech denoising, colored noise can be removed
Neural-Network
- 神经网络去噪+matlab程序+神经网络去除随机脉冲干扰-Neural network neural network denoising+matlab program+ removing random pulse interference
Masaike_Detection
- 视频在解码过程中,有时候需要检测是否含有马赛克帧,及时去除以提高视频质量。这里利用多线程,实现了视频解码过程中马赛克实时检测。-Video in the decoding process, and sometimes need to detect whether it contains mosaic frame, timely removal to improve the video quality. Here the use of multi-threaded, to achieve the
ECG
- 对心电信号进行低通滤波去干扰,去除基线漂移。(The ECG signal is filtered to eliminate interference and baseline wander is removed.)
segmentation
- 对文本进行分词,使用停用词表去除停用词,标点等。(segmentation, and deleting stop words and punctuations.)