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

搜索资源列表

  1. LMS

    0下载:
  2. lms算法的实现 计算了剩余均方误差和失调参数-MVDR based on singular value decomposition method of frequency estimation of the simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:757
    • 提供者:何奎
  1. lms

    0下载:
  2. 这是一个自编的最小均方误差的自适应滤波器的程序-This is a self of the minimum mean square error of the adaptive filter procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:615
    • 提供者:山风
  1. equality_constraints_of_uncertain_systems_filterin

    0下载:
  2. 研究了一类离散不确定系统中存在等式约束时的最优滤波问题,在均方误差最小的意义下利用卡尔曼滤波给出了最优解。与传统的不确定滤波结果相比,从理论证明了利用更多信息的约束滤波的估计误差协方差的迹更小。-A class of discrete uncertain systems exist in the optimal filter when the equality constraint problem, the minimum mean square error in the sense of Ka
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:199191
    • 提供者:李辉
  1. code

    0下载:
  2. 计算图像的均方信噪比,均值梯度,均方误差以及直方图统计信息等,对图像作出评价-Calculate the mean square signal to noise ratio images, the mean gradient, mean square error and histogram information, to evaluate the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:923
    • 提供者:老才
  1. work

    0下载:
  2. 利用最小均方误差LMS算法和自适应滤波分离母婴混合心电信号,提取婴儿心电信号-Least mean square error of LMS adaptive filtering algorithm and hybrid separation of maternal ECG, ECG extraction Baby
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:46904
    • 提供者:jialijuan
  1. wiena

    0下载:
  2. 分析了维纳滤波器均方误差及滤波性能与阶数和噪声方差之间的关系-Analysis of the Wiener filter and the filter mean square error performance and the order and the relationship between noise variance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:941
    • 提供者:wang
  1. Kalman_Filter

    0下载:
  2. 卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。-Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6231
    • 提供者:徐文洪
  1. Fast_Kalman_Filter

    0下载:
  2. 快速卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。-Fast Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5181
    • 提供者:徐文洪
  1. MUD

    0下载:
  2. cdma线性多用户检测算法,包括解相关算法和最小均方误差算法-cdma
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:901
    • 提供者:姜修伟
  1. lms_rsl

    0下载:
  2. 利用lms算法和rls算法,对通过给定系统h的随机信号进行自适应滤波,通过抽头w对系统进行逆辨识与辨识,同时产生MSE 即均方误差,来描述对信号恢复的效果。-Using lms algorithm and rls algorithms h through a given system adaptive filtering of random signals, the system through the tap w reverse identification and recognition,
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:911
    • 提供者:
  1. evaluate_image

    0下载:
  2. 其中包含了几个评估图像质量的函数,分别从能量、熵和均方误差等方面来评价图像质量。-Which contains several image quality evaluation function, respectively, from the energy, entropy and mean square error, etc. to evaluate the image quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:31600
    • 提供者:yangyonglong
  1. cbl

    0下载:
  2.  利用fft()进行快速傅立叶变换,得到频谱,画出正弦函数及其频谱  找出频谱中使得Y轴取最大值时的估计频率记为ft  加入白噪声,绘出信噪比和均方误差的关系曲线 - using fft () for fast Fourier transformation, spectrum, to draw the sine function and its spectrum  find the spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:719
    • 提供者:xin
  1. Pulse-Code-Modulation

    1下载:
  2. 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。 国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。 本程序实现了A律、μ律以及均匀量化三种PCM,
  3. 所属分类:matlab例程

    • 发布日期:2017-06-07
    • 文件大小:904301
    • 提供者:Sariel
  1. 4paper4

    0下载:
  2. 图像质量评价方法研究进展 :图像质量评价是图像处理领域的研究热点。该文综合论述了图像质量的主观和客观评价方法,重点阐述了 单视点图像质量的客观评价方法。对目前比较常用的峰值信噪比和均方误差全参考评价算法进行了分析并指出其存 在的问题。然后,对基于误差敏感度和基于结构相似度的评价算法进行了论述和分析,并对质降和无参考评价方法 进行了综述。根据视点的个数,图像质量评价可分为对传统单视点图像和立体图像的评价。该文还对立体图像质量 评价算法进行了分析讨论。最后,就图像质量评价算法的进
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:287845
    • 提供者:li
  1. matlab

    0下载:
  2. 计算方法:函数平方逼近多项式的均方误差计算-Calculation method: function square mean square error of approximation calculation of polynomial
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:31801
    • 提供者:袁琰红
  1. junheng

    0下载:
  2. 项目采用matlab对强迫零均衡器、最小均方误差均衡器、自适应线性均衡器进行了编程实现,并给出了计算机的仿真结果以及对仿真结果的分析,最后,给出递归最小二乘准则下的均衡器仿真予以比较。-Forced to zero on the project using matlab equalizer, minimum mean square error equalizer, adaptive linear equalizer is programmed to achieve, and gives the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8260
    • 提供者:gaoliangy
  1. CP1002

    0下载:
  2. 根据测距误差和参考节点数量,计算最小均方误差的精度。-Ranging error and the reference according to the number of nodes, calculate the minimum mean square error of accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2079
    • 提供者:张巧玲
  1. bpsk

    0下载:
  2. 层空时码有三种普遍的检测算法:最大似然(Maximum Likelihood ,ML)检测算法、迫零(zero forcing ,ZF)检测算法、最小均方误差(Minimum Mean Squared Error,MMSE)检测算法。-There are three layers in general space-time code detection algorithms: maximum likelihood (Maximum Likelihood, ML) detection algori
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:571973
    • 提供者:张京雷
  1. code3

    0下载:
  2. 计算彩色图像的熵,均方误差,根据熵的技术公式,对彩色图像分RGB进行统计计算-compute the entropy and rmse of rgb image
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:656
    • 提供者:汗颜
  1. mylma

    0下载:
  2. 一种最简本的基于最小均方误差的自适应算法-One of the most simple minimum mean square error of the adaptive algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:748
    • 提供者:戴崇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com