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

搜索资源列表

  1. RMSD

    0下载:
  2. RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中很常见的评价标准,通过Jacobi变换来的到一个大分子和目标分子的相似程度。常用来评价一个三维结构的预测结果是否足够准确.作者主页http://dillgroup.ucsf.edu/~bosco/ 压缩包里的html里还包括有Python代码-RMSD : Root Mean Square Deviation is a molecular simulation and forecasting very
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:8.87kb
    • 提供者:xubeisi
  1. MATLABprograminfft.用Matlab产生正弦波,矩形波

    3下载:
  2. 1.用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图 ,1. Using Matlab generated sine wave, rectangular wave, as well as the white noise signal, and display their
  3. 所属分类:matlab例程

    • 发布日期:2013-10-17
    • 文件大小:3.9kb
    • 提供者:白杨
  1. RMSE

    1下载:
  2. 通过matlab编写的几个关于PSNR、mse的图像处理的小程序,希望能对大家有所帮助。-root-mean-square error
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:925byte
    • 提供者:幽幽
  1. two_three_not_noise_RMSE_90_60

    0下载:
  2. 比较俯仰角度分别为60°,90°,以及极化参数为60°和90°时的三极子天线和两极子天线的均方根误差-Comparison of tilt angles of 60 °, 90 °, and the polarization of 60 ° and 90 °, three-pole antenna and polarization Antenna root mean square error
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1.84kb
    • 提供者:yangjinjin
  1. fr_psnr

    0下载:
  2. PSNR is used to measure the difference between two images. It is defined as PSNR = 20 * log10(b/rms) where b is the largest possible value of the signal (typically 255 or 1), and rms is the root mean square difference between two images. The PS
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:756byte
    • 提供者:Marcella
  1. RMSE

    0下载:
  2. To find the root mean square error of the calculated solution for a Stochastic Differential Equation (SDE) from Euler , Millstein, and Runge Kutta Method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.25kb
    • 提供者:Poetri
  1. tuxiangyasuo

    0下载:
  2. 利用Matalab软件分别编写子函数实现数字图像压缩及解压缩处理,并统计分析压缩处理算法所能够实现的压缩比及解压图像和原始图像间的均方根误差。-Functions were written by Matalab software for digital image compression and decompression processing, and statistical analysis of compression algorithms to achieve the compressi
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:610.28kb
    • 提供者:zhang
  1. perf_evaluation

    0下载:
  2. ROOT MEAN SQUARE, PSNR, PFE MATLAB FILES
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1022byte
    • 提供者:karthik
  1. metrics

    0下载:
  2. code to calculate Root Mean Square Error and Mean Square Skill Score
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2.38kb
    • 提供者:dlo-brown
  1. statistic_errors

    0下载:
  2. 统计格点数据文件A和文件B中物理量间的相关系数,平均误差,均方根误差,绝对误差。-Statistics grid data file A and file B, the correlation between physical quantities, the average error, root mean square error, absolute error.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:810byte
    • 提供者:石晓冚
  1. A-hybrid-least-squares

    0下载:
  2. A hybrid least squares support vector machines and GMDH approach for river fl ow forecasting-This paper proposes a novel hybrid forecasting model, which combines the group method of data handling (GMDH) and the least squares supp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.4mb
    • 提供者:
  1. ridcomfort

    2下载:
  2. 计算加权加速度,车辆平顺性数据分析,用来得到加权加速度均方根值-Calculation of the weighted acceleration, the ride comfort of the vehicle data analysis, used to get the root-mean-square value of weighted acceleration
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:zuo
  1. Kalman_sd

    0下载:
  2. 卡尔曼滤波器相关的程序,对目标的速度均方根误差等进行了仿真-Kalman filter procedure, the speed of the target such as root mean square error simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.29kb
    • 提供者:xs
  1. matlab-for-neural-network

    0下载:
  2. BPnet.m、GRNNnet、RBFnet分别为BP神经网络、GRNN神经网络、RBF神经网络用于预报模型的代码,其中给出预报的精度指标:合格率、确定性系数、均方根误差-BPnet.m, GRNNnet, RBFnet were BP neural network, GRNN neural network, RBF neural network for forecasting model code, which gives the prediction accuracy indicators:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3.17kb
    • 提供者:reed
  1. HGT

    0下载:
  2. WRF模拟结果气象要素的检验对比,包含均方根误差,偏差和相关系数等-WRF simulation test results comparing meteorological elements, including the root mean square error, deviations and correlation coefficients
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.2kb
    • 提供者:wyb
  1. Monte-Carlo-

    0下载:
  2. 利用蒙特卡洛仿真算法检验在不同模型下,滤波平均误差、均方根误差的统计结果,得到随机误差,进行滤波分析。-Monte Carlo simulation algorithm testing under different models, statistical results filtered average error, root mean square error, the random error filtering analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.68kb
    • 提供者:李一
  1. lolosys

    0下载:
  2. there is a simple positioning simulation of range measurement.it use root mean square method to do the positioning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:563byte
    • 提供者:Chen-Wei Liao
  1. thitasys

    0下载:
  2. there is a positioning code : using angle measurement to do the root mean square method. and the solution (position) will converge finally
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:778byte
    • 提供者:Chen-Wei Liao
  1. lothita

    0下载:
  2. this a positioning algorithm of angle measurement and range measurement. Using root mean square.-this is a positioning algorithm of angle measurement and range measurement. Using root mean square.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:655byte
    • 提供者:Chen-Wei Liao
  1. Root-mean-square

    1下载:
  2. 均方根值趋势图,经本人试用,完全能够求解特征熵-Root mean square trend chart, through my trial, fully able to solve the characteristic entropy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:844byte
    • 提供者:haha
« 12 3 »
搜珍网 www.dssz.com