CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Density Estimation

搜索资源列表

  1. estimate_AR

    0下载:
  2. 信号功率谱的AR模型估的MATLAB代码- PowerSpectrum Density Estimation based on AR mode. and MATLAB file
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:562
    • 提供者:zhanglin
  1. KDE_subtraction

    0下载:
  2. 采用非参数背景建模,MFC,对运动目标进行检测,有很高的参考价值-Using non-parametric background modeling, MFC, the moving target detection, a high reference value
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:53131
    • 提供者:yu zhu
  1. fbm.2004.11.10

    0下载:
  2. 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:975090
    • 提供者:王磊
  1. realtime_density_map

    0下载:
  2. realtime edge density estimation - road detection
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:777
    • 提供者:beedot
  1. 2

    0下载:
  2. FSK调制解调 通过有扰信道 输出滤噪声 频率谱密度估计-FSK modulation and demodulation are disturbed by the noise channel output filter frequency spectral density estimation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-25
    • 文件大小:98159
    • 提供者:王一
  1. PR1

    0下载:
  2. 采用身高和体重数据作为特征,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则.-Height and weight data used as the feature, under the assumption of normal distribution probability density estimation, establish Bayes minimum error rate classifier, written by the decision-mak
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:670
    • 提供者:崔深
  1. KNN_MIT_hwps

    0下载:
  2. 使用MATLAB编程实现的一个K-均邻密度估计算法的一个具体实例,程序已调试成功-Using the MATLAB programming are a K-neighbor density estimation algorithm to a specific case, the program has been successful commissioning
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:181028
    • 提供者:wenjun
  1. kde

    2下载:
  2. 本程序是一维密度估计,用于了解和密度估计有很大帮助。-One-dimensional kernel density estimation
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:3072
    • 提供者:DuWenSheng
  1. Bayesguji

    0下载:
  2. 用监督参数估计中的贝叶斯方法估计条件概率密度的参数u-With the supervision of the Bayesian estimation method to estimate the parameters of the conditional probability density of u
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:518
    • 提供者:yan
  1. equalizer_code

    1下载:
  2. 使用GUI界面编程技术,实现了一个通信信道的均衡,可以很方面实现可靠传输。-EQUALIZER starts an equalizer for audio input on a PC. This is created as a demonstration of ANALOGINPUT and GUI. It performs real-time power spectral density estimation on acquired audio data and displa
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2015-03-26
    • 文件大小:4096
    • 提供者:王锋
  1. Meanshif-Detection

    0下载:
  2. :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常 重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰 度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情 况下仍能实现稳定、实时的跟踪目标。-: Mean-shift algorithm is a nonparametric density estimat
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:309869
    • 提供者:ridge
  1. PatterRecognition-4.0

    0下载:
  2. 模式识别 作业 实现自动产生样本,并用最近距离法,贝叶斯分类,Parzen窗概率密度估计-Pattern recognition operations automatically generate the sample, and with the recent distance method, Bayesian classifier, Parzen window probability density estimation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3861929
    • 提供者:luocw138
  1. power-spectrum-density-estimation

    0下载:
  2. 经典谱分析,周期图法以及修正的周期图法分析以及方法比较-Classical spectral analysis, periodogram and the modified periodogram analysis and comparison of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:571350
    • 提供者:
  1. meanshift

    0下载:
  2. 目标跟踪 基于和密度估计的跟踪,很常见写上传资料的详细功-Target tracking and density estimation based on
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1288
    • 提供者:吴良健
  1. Seg_By_MeanShift

    0下载:
  2. 均值漂移Mean Shift算法是一种基于核密度估计的处理方法,被广泛用于图像降噪,分割和目标跟踪中,本代码是图像分割实现。-Mean Shift algorithm is a kernel density estimation based approach is widely used for image noise reduction, segmentation and target tracking, the code is to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1356
    • 提供者:倪昊
  1. welch

    0下载:
  2. Welch法功率谱密度估计 改进的平均周期图法来求取随机信号功率谱密度估计的Welch法。-Welch method of power spectral density estimates to improve the average periodogram to strike a random signal power spectral density estimation method of Welch.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:239303
    • 提供者:anye
  1. VDSP

    0下载:
  2. Embeddded C Code for Tiger SHARC Processor. performs LMS Auto Regressive Power Sprectral Density Estimation
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:84470
    • 提供者:Sahida
  1. 234234

    0下载:
  2. 基于非参数核密度估计的Copula函数选择原理.-Based on nonparametric kernel density estimation in the Copula function selection principle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:388161
    • 提供者:ss
  1. 344

    0下载:
  2. 功率谱估计及其MATLAB仿真 有源码 很不错的-Power Spectrum Density Estimation and the simulation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:224758
    • 提供者:寒江雪
  1. @kde

    0下载:
  2. 把那个软件包解压缩,添加到matlab路径下,运行@kde\mex\makemex.m,然后就可以调用kde函数创建核密度估计类对象,调用类对象的各种“方法”实现核密度估计、画图等-Next, running @ kde \ mex \ makemex. then can be called kde function creates kernel density estimation class object, the call of the object of "method" realiz
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1944204
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com