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

搜索资源列表

  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. 最小化l1范数的Matlab代码

    6下载:
  2. 最小化l1范数的Matlab代码。求解模型为: min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。, l1-Regularized Least Squares Problem Solver l1_ls solves problems of the following form: minimize ||A*x-y||^2+ lambd
  3. 所属分类:matlab例程

    • 发布日期:2016-04-19
    • 文件大小:2.98kb
    • 提供者:云上
  1. 2.rar

    0下载:
  2. M/M/m排队系统性能仿真代码matlab function r=randexp(lambda) r = -lambda*log(rand) ,M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.6kb
    • 提供者:jacky
  1. minRSS

    0下载:
  2. 这个小程序可以简单的选取回归分析中box-cox变换的lambda值,通过matlab强大的矩阵运算功能可以通过简单比较RSS值的方式来得到lambda,使用时只需要输入实验值矩阵X和Y即可,然后输入minRSS(X,Y)就能简单明了的看到最优变换参数 (这个程序虽然小但是学习回归分析的初学者学习时都会经过这个算法,上载时因为不到1KB所以我又放了个文本格式的)-This little program can select a simple regression analysis of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.21kb
    • 提供者:片羽的精灵
  1. simmm1

    0下载:
  2. SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:680byte
    • 提供者:gia cat
  1. general

    0下载:
  2. Code For Lambda-iteration method of solving Economic dispatch problem
  3. 所属分类:matlab

  1. poisson

    0下载:
  2. Generacion de una muestra de tamano n de una distribucion de Poisson de media lambda-Generacion de una muestra de tamano n de una distribucion de Poisson de media lambda
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:566byte
    • 提供者:lionel
  1. irbleigs

    0下载:
  2. IRBLEIGS: Finds a few eigenvalues and eigenvectors of a Hermitian matrix. IRBLEIGS will find a few eigenvalues and eigenvectors for either the standard eigenvalue problem A*x = lambda*x or the generalized eigenvalue problem A*x = lambda*M*x, whe
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:14.83kb
    • 提供者:Judy
  1. mimo_simulator

    0下载:
  2. This examples corresponds to a 2x2 system with parallel linear arrays, where the mobile moves aways from the base station, with a constant speed such that the Maximum Doppler frequency is 5 Hz. The element spacings at the base station and mobile a
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:673.81kb
    • 提供者:jerry
  1. ES

    0下载:
  2. they are matlab code for evolutionary strategy (ES), (ES(1+1), ES(1,1),ES(mu,lambda),ES(mu+lambda), I hope they are useful for you
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4.81kb
    • 提供者:marzieh
  1. FBG

    1下载:
  2. FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:927byte
    • 提供者:Xiaojun
  1. pso

    0下载:
  2. The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient metho
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:529.6kb
    • 提供者:amijeet
  1. lyaprosen

    0下载:
  2. INPUTES: y: y is vector of values(time series data) tau: embedding lag of state space reconstruction. When you have not any information about tau please let it zero. The code will calculates the tau. m: m is embedding dimension. If yo
  3. 所属分类:matlab

    • 发布日期:2014-10-31
    • 文件大小:4kb
    • 提供者:Hesham
  1. cs

    0下载:
  2. 用来解决压缩感知里求解优化问题的算法matlab代码-solves the minimization problem. min_u ||u||_1+ lambda ||a*u- f||_2^2. algorithms are based on greedy coordinate descent and the bregman iterative method. matlab 7.5 (r2007b) image processing, mathematics, optimization, res
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4.8kb
    • 提供者:T D
  1. dispatch

    1下载:
  2. lambda iteration method for dispatch
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:851byte
    • 提供者:rajendra
  1. lsearch

    0下载:
  2. 基于matlab的GPS整周模糊度解算的LAMBDA搜索法-GPS integer ambiguity resolution of the LAMBDA search method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.64kb
    • 提供者:刘胜男
  1. New-Folder-(5)

    0下载:
  2. it is program for chossing the value of lambda
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:839byte
    • 提供者:Nikhil
  1. (muPlambda)-CDE

    0下载:
  2. 不同的进化计算方法比较,并用matlab仿真实现-Constrained Evolutionary Optimization by Means of(mu+lambda) Differential Evolution and Improved Adaptive Trade-off Model Evolutionary Computation Journal, in
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8.66kb
    • 提供者:yehua
  1. anisodiff

    0下载:
  2. anisotropic difusion: diff = anisodiff(im, niter, kappa, lambda, option)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.28kb
    • 提供者:Joã o Manuel
  1. LAMBDA

    1下载:
  2. GPS中lambda算法的MATLAB 实现-GPS in the lambda algorithm in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:16.16kb
    • 提供者:cheshuai
« 12 »
搜珍网 www.dssz.com