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

搜索资源列表

  1. EMDfenshufourier

    0下载:
  2. 经验模式分解算法是仿真分数阶高斯噪声(fGn)和分数阶布朗运动(fBm)的新方法, 利用MATLAB的GUI开发环境,设计和实现了基于经验模式分解的分数阶随机序列仿真系统。-Empirical mode decomposition algorithm is a simulation of fractional Gaussian noise (fGn) and fractional Brownian motion (fBm) of the new method, using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:259.6kb
    • 提供者:齐磊
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:15.96kb
    • 提供者:
  1. gausseid

    0下载:
  2. Gaussian method to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:749byte
    • 提供者:Dat
  1. baizaosheng

    0下载:
  2. 本程序能实现基于小波模极大值算法去除高斯白噪声。效果显著-This procedure can achieve based on wavelet modulus maxima method to remove Gaussian white noise. Remarkably
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.15kb
    • 提供者:李梅
  1. Classifier_gaussian

    0下载:
  2. The code is for Classification using Gaussian Method on the Multi Variate Dataset with no missing values.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.45kb
    • 提供者:Ankit Patil
  1. gauss_elimination

    0下载:
  2. 高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:35.31kb
    • 提供者:冷凌川
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:Mhdh
  1. New-Iterative-Method(DIY)

    0下载:
  2. 可实现,实用,迭代法(新创新),基于改进的迭代法图像分割算法(源码), 核心思想:先添加高斯噪声,然后新迭代分割算法,最后显示自动计算的阈值。 -Can realize, practical, the iterative method (new innovation), the iterative method based on improved image segmentation algorithm (source), core ideas: first add gaussian no
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.27kb
    • 提供者:姜亮
  1. Method-for-solving-EM-problems

    0下载:
  2. 提出了一种求解电磁场有限元 边界元混合法所生成的线性方程组的有效方法 ———内观 法结合多波前法.由于该线性方程组的系数是一个部分稀疏部分满填充的矩阵,为了加速求解,应用内观法将系数矩阵分为 2块,一块是有限元法形成的稀疏矩阵,另一块是边界元法生成的满阵,然后用多波前法求解稀疏矩阵方程,用高斯 约当消去法解满阵方程. 采用该方法,计算了二维多层介质柱体的雷达散射截面.计算结果表明,该方法的计算效率远远高于传统的高斯法.-Proposed for solving mixed finite el
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:302.95kb
    • 提供者:durongmao
  1. ggd

    0下载:
  2. 一种广义高斯分布的参数快速估计法,实现GGD函数拟合-The parameters of a generalized Gaussian distribution fast estimation method to achieve function fitting GGD
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:301.33kb
    • 提供者:li820325
  1. CG

    0下载:
  2. 数值分析中没经预处理的高斯方法、经SSOR预处理的高斯方法、经多项式预处理的高斯方法matlab程序-Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.56kb
    • 提供者:张强
  1. Gaussian-elimination-method

    0下载:
  2. GUASS 基本消元法及列选主元素消元法Matlab 算法程序实现-Gaussian elimination method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.44kb
    • 提供者:renjian
  1. a-complex-Gaussian-process

    0下载:
  2. 此程序采用频域法产生一个复高斯过程. 其中,RayJakes.m采用频域方法产生具有Jakes功率谱的瑞利衰落过程 子程序Jakes_filter用于产生具有Jakes功率谱的FIR滤波器冲激响应 -This program uses a frequency domain method to produce a complex Gaussian process Among them, the RayJakes.m frequency domain method to generat
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.35kb
    • 提供者:小怪
  1. Gaussian-elimination-method

    0下载:
  2. matlab经典算法有好多种。这个程序是代数方程组的解法,即高斯消元法。-Matlab classical algorithms have a variety of. The program is the algebraic equations solution method, namely the gaussian elimination method.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:745byte
    • 提供者:梦女孩
  1. the-method-to-remove-noises

    0下载:
  2. 数字图像处理 取出高斯噪声的有效方法.通过matlab处理-Digital image processing effective way to remove the Gaussian noise
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:430.59kb
    • 提供者:jason
  1. Gaussian-elimination-code

    0下载:
  2. 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4.01kb
    • 提供者:marry
  1. gaussverfahren

    0下载:
  2. 高斯法求解方程,在matlab中建立,求解方程并显示运算时间结果,用于对高斯法有一个更直观的认识。-Gauss method for solving equations, established in matlab, solving equations and displays the computation time results for the Gaussian method has a more intuitive understanding.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:HC
  1. Proganation-of-2D-Gaussian

    0下载:
  2. 用傅立叶变换光束传播法模拟高斯信号在傍轴自由空间的近似传播-use the Fourier transform split-step beam propagation method in the paraxial approximation.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:677byte
    • 提供者:张智博
  1. Fourier-Method-propagation

    0下载:
  2. Fourier Method propagation for a Gaussian shape optical beam
  3. 所属分类:matlab

    • 发布日期:2017-12-24
    • 文件大小:2kb
    • 提供者:behzadnori
  1. Gaussian

    0下载:
  2. gauss method with matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:akbariazar
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com