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

搜索资源列表

  1. 遗传算法TDOA解决

    6下载:
  2. 用遗传算法解决通信中的TDOA问题 文件名 program 完成功能 求出在进行account_test次的试验中每一次的最优染色体,并且求出均值MV,和均方误差MSE 文件名 definition_constant( ) 完成功能 对各个常量试验参数进行设定 文件名 main_program 完成功能 完成一次试验的计算 文件名 all_Noise 完成功能 计算TDOA值(由基站所测量的TDOA(受到噪声的干扰)) 文件名 gen_ini_pop_
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2846
    • 提供者:田园
  1. Volterra_luzhenbo5

    0下载:
  2. 更新说明: 此版本在版本1、2的基础上做了2点重大改进 1、改进了PhaSpa2VoltCoef函数算法,使得现算法的运行速度约是原算法的4倍 2、改进了volterra_train_lu函数算法,使得相对均方误差提高了约1000倍,新算法不再需要对样本做归一化处理-Update : This version of the 1,2 version on the basis of a 2:00 a significant improvement, improved PhaSpa2Vol
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13751
    • 提供者:陆振波
  1. MMSE_IC

    2下载:
  2. 基于LMS(最小均方误差算法)的自适应滤波 基于LMS(最小均方误差算法)的自适应滤波-based on the LMS (MMSE) algorithm based on the LMS adaptive filtering (minimum mean square error algorithm) the adaptive filtering based on the LMS (minimum mean square error algorithm) Adaptive Filter
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4432
    • 提供者:林青
  1. OFDMMMSE

    1下载:
  2. 在ofdm系统中采用MMSE(最小均方误差)均衡的源代码-in OFDM systems using MMSE (MMSE) balanced source code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2528
    • 提供者:肖潇
  1. bp-matlab

    1下载:
  2. BP神经网络算法的matlab代码,本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。希望有用-BP neural network algorithm Matlab code, the procedures under the trained network file ANN.mat anticipating new data files, be mean square error, paint and forecast data and t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16108
    • 提供者:杨力
  1. 19854822PrinterTest

    0下载:
  2. LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对信号分离自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise signal separation Adaptive Notch so.
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:270349
    • 提供者:金星
  1. 7544812904050801_1_C

    0下载:
  2. LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对消,自适应信号分离、自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise cancellation and adaptive signal separation, such as Ad
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:23821
    • 提供者:金星
  1. 21840294dll

    0下载:
  2. LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对消,自适应信号分离、自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise cancellation and adaptive signal separation, such as Ad
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:12405
    • 提供者:金星
  1. 25811271AD_print

    0下载:
  2. LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对消,自适应信号分离、自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise cancellation and adaptive signal separation, such as Ad
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:31165
    • 提供者:金星
  1. estimate_function

    0下载:
  2. 几个关于图像质量评价的函数。包括psnr峰值信噪比,均方误差rms,正则均方误差nmse等。可用于去噪图像和压缩图像的质量评价-several image quality evaluation of the function. Including psnr PSNR, mean square error rms, it is mean-square error nmse other. Images can be used for de-noising and compression of ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1836
    • 提供者:王晓甜
  1. mintwo-C

    0下载:
  2. * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * a--无用 * 输出: 函数返回值为曲线拟和的均方误差 * a为用基函数进行曲线拟和的系数, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M]. -* The alg
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3066
    • 提供者:xuyan
  1. ls_mmse

    2下载:
  2. 这个是关于OFDM系统的信道估计的算法的两种方法,分别是OFDM的最小二乘和最小均方误差估计的仿真程序代码-the OFDM system is on the channel estimation algorithm of the two methods OFDM are the least squares and minimum mean square error estimate of simulation code
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:5095
    • 提供者:周洁
  1. sourse

    0下载:
  2. 本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。-the procedures under the trained network file ANN.mat anticipating new data files, to be mean-square error. and the mapping out of the original forecast data and the map data comparison.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12495
    • 提供者:陈翠玲
  1. minimumvar

    0下载:
  2. 基于最小均方误差准则的LMS算法对淹没在噪声中的信号进行的有效的提取.-based on the minimum mean square error criteria LMS algorithm drowned in the noise signal the effective extraction.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2511
    • 提供者:研究生活
  1. nnforcast

    0下载:
  2. 本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。此程序运用到了很多Matlab编程中常用到的表达方式,还有一些神经网络编程的基本概念的表达,如归一化的表达。希望能对别人有所帮助.-the procedures under the trained network file ANN.mat anticipating new data files, to be mean-square error. and the mapping out of t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16076
    • 提供者:pearllu
  1. BPneuralnetworksouce

    0下载:
  2. BP神经网络c++源程序 采用3个隐层减少误差 均方误差程度可以接受-BP Network c source used three hidden layers reduce the error mean square error acceptable level
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14240
    • 提供者:小魏
  1. ls_mmse_chestimation_ofdm

    1下载:
  2. 最小二乘,最小均方误差的OFDM信道估计MATLAB代码-least squares, the minimum mean square error of OFDM channel estimation MATLAB code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5417
    • 提供者:bruze.zheng
  1. BPSK通信系统均衡器仿真试验

    0下载:
  2. 报告第二部分给出了均衡器结构以及迫零均衡器和最小均方误差均衡器理论推导,第三部分 给出了均衡器的 Matlab 仿真;第四部分给出了两种均衡器的仿真结果及对比;附录给出了两种 均衡器的 Matlab 程序,总的程序,以及托普利兹矩阵与卷积作比较和自相关的计算。(The second part of the report gives the theoretical derivation of the equalizer structure and the zero-forcing equalize
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1081344
    • 提供者:从前慢
  1. lms

    0下载:
  2. 基于LMS算法的均衡器,使用MATLAB仿真,最小均方误差均衡中的最小均方算法(LMS)的matlab程序(Equalizer based on LMS algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:long23
  1. vv631

    1下载:
  2. 使用matlab实现智能预测控制算法,最小均方误差(MMSE)的算法,多机电力系统仿真及其潮流计算。( Use matlab intelligent predictive control algorithm, Minimum mean square error (MMSE) algorithm, Multi-machine power system simulation and flow calculation.)
  3. 所属分类:书籍源码

    • 发布日期:2019-10-25
    • 文件大小:5120
    • 提供者:sypqmcfu
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com