搜索资源列表
TVAL3
- %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)
最小化l1范数的Matlab代码
- 最小化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
2.rar
- 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)
minRSS
- 这个小程序可以简单的选取回归分析中box-cox变换的lambda值,通过matlab强大的矩阵运算功能可以通过简单比较RSS值的方式来得到lambda,使用时只需要输入实验值矩阵X和Y即可,然后输入minRSS(X,Y)就能简单明了的看到最优变换参数 (这个程序虽然小但是学习回归分析的初学者学习时都会经过这个算法,上载时因为不到1KB所以我又放了个文本格式的)-This little program can select a simple regression analysis of
simmm1
- SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
general
- Code For Lambda-iteration method of solving Economic dispatch problem
poisson
- 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
irbleigs
- 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
mimo_simulator
- 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
ES
- 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
FBG
- 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
pso
- 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
lyaprosen
- 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
cs
- 用来解决压缩感知里求解优化问题的算法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
dispatch
- lambda iteration method for dispatch
lsearch
- 基于matlab的GPS整周模糊度解算的LAMBDA搜索法-GPS integer ambiguity resolution of the LAMBDA search method
New-Folder-(5)
- it is program for chossing the value of lambda
(muPlambda)-CDE
- 不同的进化计算方法比较,并用matlab仿真实现-Constrained Evolutionary Optimization by Means of(mu+lambda) Differential Evolution and Improved Adaptive Trade-off Model Evolutionary Computation Journal, in
anisodiff
- anisotropic difusion: diff = anisodiff(im, niter, kappa, lambda, option)
LAMBDA
- GPS中lambda算法的MATLAB 实现-GPS in the lambda algorithm in MATLAB