CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - data detection

搜索资源列表

  1. Goertzel

    0下载:
  2. Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:22.63kb
    • 提供者:陈安伟
  1. cfar

    0下载:
  2. Radar constant false alarm rate(CFAR)detection is addressed in this correspondence.Motivated by the frequently encountered problem of clutter-edge heterogeneity,we modelthe secondary data as aprobability mixture and impose a hierarchical modelfor t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:219.5kb
    • 提供者:Hansa
  1. peak_detector

    1下载:
  2. 峰值检测C++程序,输入一组数据,检测其峰值,并返回峰值对应坐标,可用与信号同步信号获取等-Peak Detection C++ program, a set of input data, detect its peak, and return to the peak corresponding to coordinates that can be used for other signals and signal synchronization
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.84kb
    • 提供者:dashanfh
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3.49mb
    • 提供者:RED
  1. matlab_lightning

    0下载:
  2. 闪电定位仪数据的处理,可将其转化成密度分布图-Lightning Detection System data processing, can be transformed into the density distribution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:198.7kb
    • 提供者:rosewei
  1. FilterAverage

    0下载:
  2. 函数:滑动均值滤波--analog signals 优点:可重用,代码量小,数据实时无间断 缺点:边沿平滑,不适合突变检测 要求:使用前,必须先初始化 案例:sum的初值为基准值;buff[]不能大于sum-Function: sliding mean filter- analog signals advantages: reusability, a small amount of code and data in real time without interruption D
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:659byte
    • 提供者:young
  1. Multiscale-NPE-FOR-fault-detection

    0下载:
  2. 首先对一段正常工况下的历史数据进行离散小波分解,对不同尺度下的小波系数建立相应的NPE模型.经过多层小波分解,建立相应的统计量对过程进行监控-First discrete wavelet decomposition of some normal conditions of historical data, the NPE model wavelet coefficients in different scales. Multilayer wavelet decomposition, the es
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:13.58kb
    • 提供者:miao
  1. Gross-error-detection

    0下载:
  2. 粗差检测,同时自动剔除txt格式的数据文件中的错误-Gross error detection, error in txt format data files and automatically remove
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1.28kb
    • 提供者:宗焕玲
  1. Fusion-based-Sensor-Placement

    1下载:
  2. 论文 在使用无线传感器网络进行目标检测时,如何布置尽可能少的传感器节点而同时实现高的正确检测概率和 低的误警率,是关键问题之一。采用数据融合技术,能实现传感器节点之间的协同,从而大幅提高目标检测精度。提 出了用于目标检测的精度模型,分析了数据融合半径与传感器节点密度之间的关系,设计聚类方法将目标点组织成布 置单元,从高密度单元到低密度单元布置传感器节点覆盖目标区域。仿真结果表明,算法在保证检测精度的同时能有 效减少所使用的传感器节点数目。 - Sensor placeme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:233kb
    • 提供者:子木
  1. libPLS_1.6

    0下载:
  2. libPLS: a Library for Partial Least Squares Regression and Discriminant Analysis-This library provides a whole set of easy-to-use functions for building partial least squares (PLS) regression (PLSR) and discriminant analysis (PLS-DA) models as well a
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:498.81kb
    • 提供者:许云涛
  1. The-principle-of-Calman-filter

    0下载:
  2. 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an " optimal recursive data processing a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7.55kb
    • 提供者:马国豪
  1. Optical_Performance_Monitoring.pdf

    0下载:
  2. These days, optical networks worldwide have been widely deployed in various network scales, including long-haul backbone and metropolitan areas, as well as regional broadband access. In order to assure a certain quality of service and a service-l
  3. 所属分类:Algorithm

    • 发布日期:2017-06-08
    • 文件大小:14.82mb
    • 提供者:mmessai
  1. leiqie_V0.7

    0下载:
  2. 含噪脉冲信号进行相关检测,模拟数据分析处理的过程,对于初学matlab的同学会有帮助。- Noisy pulse correlation detection signal, Analog data analysis processing, Matlab for beginner students will help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.87kb
    • 提供者:高伟键
  1. hingtou_v25

    0下载:
  2. 基于kaiser窗的双谱线插值FFT谐波分析,独立成分分析算法降低原始数据噪声,含噪脉冲信号进行相关检测。- Dual-line interpolation FFT harmonic analysis kaiser windows, Independent component analysis algorithm reduces the raw data noise, Noisy pulse correlation detection signal.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:吕功强
  1. jenfui_v85

    0下载:
  2. 包括数据分析、绘图等等,采用热核构造权重,有循环检测,周期性检测。- Data analysis, plotting, etc., Thermonuclear using weighting factors There are cycle detection, periodic testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.49kb
    • 提供者:陈海栋
  1. miubun

    0下载:
  2. 含噪脉冲信号进行相关检测,包括最后计算压缩图像的峰值信噪比和压缩效果的源码,数据模型归一化,模态振动。- Noisy pulse correlation detection signal, Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Normalized data model, modal vibration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.31kb
    • 提供者:王合
  1. menggei_v71

    0下载:
  2. 含噪脉冲信号进行相关检测,内含心电信号数据及运用MATLAB写的源代码,利用matlab GUI实现的串口编程例子。- Noisy pulse correlation detection signal, ECG data and includes source code written in MATLAB, Use serial programming examples matlab GUI implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.72kb
    • 提供者:孟左成
  1. feibou

    0下载:
  2. 用MATLAB编写的遗传算法路径规划,含噪脉冲信号进行相关检测,数据模型归一化,模态振动。- Genetic algorithms using MATLAB path planning, Noisy pulse correlation detection signal, Normalized data model, modal vibration.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:3.87kb
    • 提供者:pangsen
  1. breakdown_finder

    0下载:
  2. 计算交通问题中早发性失效开始和结束的时刻、PQMF、PQF和QDF。所需数据是检测线圈提供的流量、速度和占有率的时间序列数据。-Calculation traffic problems in premature failure of the start and end time, PQMF, PQF and QDF. Desired data flow detection coil is provided, speed and share time-series data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:淘淘
  1. gaigiu

    0下载:
  2. 有循环检测,周期性检测,本程序的性能已经超过其他算法,实现用SDRAM运行nios,同时用SRAM保存摄像头数据。- There are cycle detection, periodic testing, This program has exceeded the performance of other algorithms, Implemented with SDRAM run nios, while saving camera data SRAM.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.21kb
    • 提供者:王明
« 12 »
搜珍网 www.dssz.com