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

搜索资源列表

  1. music_8ula

    0下载:
  2. 利用MUSIC算法对空间来波方向进行估计,并且结合空间平滑技术实现对空间相干源的DOA估计-MUSIC algorithm for use of space DOA estimation, and combined with spatial smoothing technique for spatial coherence source implementation of the DOA estimates
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:杨先凯
  1. zhishu

    0下载:
  2. 指数平滑法是对时间序列进行预测常用的方法之一,其理论基础是趋势外延,即未来一定时期内事物在数量上的演变特征不脱离过去的发展趋势,预测值是以前所有观测值的加权和,且对不同的数据给予不同的权数,越近期数据给予越大的权数,越远期的数据给予越小的权数。-Exponential smoothing method is commonly used to predict the time series one of the ways, the theoretical basis of the trend of
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3045
    • 提供者:kyon
  1. 081105

    3下载:
  2. 基于MATLAB的组合模型 在港口吞吐量预测中的应用 以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式 等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预 测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误 差。提高预测精度。-A combination of MATLAB-based model i
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:148196
    • 提供者:张学利
  1. matlabforcast

    2下载:
  2. 基于灰色预测,指数平滑预测的几个MATLAB程序,对于预测类问题的数学建模,可以说是必备程序。我的导师给我传的。 funesm1,2,3分别为一二三次指数平滑预测程序 fungry为灰色预测程序 funcoef为时间序列预测程序 pudn为广大的编程爱好者提供了一个交流的平台,我在此先谢谢网站的工作人员,我也会努力编出好的程序,一起同大家分享。-Based on Gray predicted that the number of exponential smoothi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2704
    • 提供者:赵振峰
  1. click2smooth

    0下载:
  2. 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:10420
    • 提供者:李继
  1. zuheyuce

    0下载:
  2. 时间序列,指数平滑法,灰色GM(1,1)模型,运用最优加权组合模型和经验加权组合模型-Combination Forecast
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1296
    • 提供者:邱琳强
  1. yuchuli

    0下载:
  2. 振动信号预处理,主要为五点三次平滑法和平均法-Vibration signal pre-processing, mainly for the 5.3 second smoothing method and average method
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:129448
    • 提供者:李敏
  1. kongjianpinghua

    0下载:
  2. 利用空间平滑方法对信号的DOA进行谱峰估计-The use of spatial smoothing method for signal DOA estimation peaks
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1302
    • 提供者:yangjinjin
  1. 3ci

    2下载:
  2. 基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程-Three exponential smoothing based on the program code to open what we can participate in imitation of their own programming
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2742
    • 提供者:刘杨
  1. lowess

    0下载:
  2. 结构体中,批量数据的平滑,为进行模型拟合减少outlier,降低变异-in the structure ,smooth initial data
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:915
    • 提供者:夕雾
  1. eps

    0下载:
  2. 边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1076
    • 提供者:quyong
  1. lvbo1

    0下载:
  2. 滤波函数,关于平滑滤波,巴特沃斯滤波等等滤波函数-lvbo function about something somthing the waves
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:91659
    • 提供者:徐羞羞
  1. GaussianFiltering

    0下载:
  2. 利用高斯核自行完成高斯平滑。 1.gkernel.m: 创建高斯核。 2.getnorm.m: 将高斯核归一化以求得该核的图像 3.convo.m:不用自带函数求卷积 4.conducting.m: 举例执行程序-1.gkernel.m: Buidling Gaussian kernels. 2.getnorm.m: Normalizing Gaussian kernel in order to display the kernel. 3.convo.m: calcula
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:144795
    • 提供者:Xicheng Chang
  1. DOAestimation

    1下载:
  2. DOA估计常用算法,包括:music算法,卡尔曼滤波算法,自适应梯度算法,空间平滑算法,改进的空间平滑算法。-DOA estimation algorithm used, including: music algorithm, Kalman filter algorithm, adaptive gradient algorithm, spatial smoothing algorithm, the improved spatial smoothing algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:10891
    • 提供者:王东
  1. smooth

    0下载:
  2. 一个数据平滑算法类,使用比较灵活,简便能是你采集仪表数据接近平滑曲线,很好的数据处理方法-very good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3744844
    • 提供者:faqu
  1. meatuxingchuli

    0下载:
  2. 这是一一 一个基于图像平滑处理的程序,附代码-This is eleven thousand one hundred and eleven procedures based on image smoothing, with the code
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4556529
    • 提供者:阿诺
  1. Classical_spectral_estimation

    1下载:
  2. 经典的MUSIC,前后向空间平滑和改进的空间平滑算法-three kinds algorithms for MUSIC、SS and Modified SS
  3. 所属分类:matlab例程

    • 发布日期:2014-02-20
    • 文件大小:386874
    • 提供者:
  1. kernelbasedmoothing

    0下载:
  2. 基于核函数回归方法的图像去噪,图像平滑。对于图像领域的研究者有很大作用-Kernel regression method based on image denoising, image smoothing. Researchers in the field for the image plays a significant role
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:234187
    • 提供者:郝人
  1. meanshiftSmoothing

    0下载:
  2. 主要应用Matlab实现均值漂移算法在图像平滑中应用-Application of Matlab to achieve the major shift algorithm applied in image smoothing
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:刘奎
  1. Smooth_compare

    0下载:
  2. DOA估计中,2MUSIC算法的前后向平滑与前向、后向平滑的比较。-This is the DOA estimation by ULA and spatial smoothing.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1621
    • 提供者:白色可乐
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com