搜索资源列表
matlab-min
- 这是matlab小型的。下下去看看嘛,活血对你以后的学习有帮助
最小化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
PEG_LDPC.rar
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
minROUTE.rar
- 动态规划计算最短路,只需输入点集合距离即可计算出最短路。,min route
mRMR_0.9_compiled
- mRMR(min-redundancy max-relevance)的matlab程序-matlab program of mRMR(min-redundancy max-relevance)
Ford-Fulkerson
- Ford-Fulkerson min cut / Max flow-Ford-Fulkerson min cut/Max flow
MonteCarto_minLP
- 蒙特卡罗随机算法求解非线性整数规划的matlab程序-a matlab program using Monte Carlo algorithm to deal with a nonlinear integer programming model
MAX-minAntSystem
- 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
max_min_filter
- 最大最小滤波程序,实现效果很好,用matlab实现,简单好用-max-min filter
decodeLogDomainSimple
- variation in the min sum ldpc decoder in matlab
RESTORATION
- RESTORATION OF GENERATED NOISY IMAGES BY USING FILTERS : Arithmetic Mean, Median, Max, min,Mid Point Filtering
proj1a
- this mablat is going to find out the max SIR and min SIR on wireless communication
BP
- Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
coherencefilter
- Example: A = double(imread( fingerprint.png ))/255 B = coherencefilter(A,4, sigma ,1.5, rho ,5) image(min(max(B,0),1)) axis image [1] Weickert, J. 1996. Anisotropic Diffusion in Image Processing. Ph.D. Thesis, Dept. of Mathemati
mean_filters
- mean filter 6 type :: Arithmatic mean, Geometic mean, Harmonic mean, contraharmonic mean, median, max-min
minMaxFilterFolder
- min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
matlab
- 算差分盒维数的matlab程序。 让窗口中的每个像素都对分数维作出贡献。首先,计算某一尺度窗口的平均灰度值 ,然后判断每一个像素的灰度 ,若大于灰度平均值 ,则累加其灰度值为 max ,若小于灰度平均值 ,则累加其灰度值为min ,用max 和min代替 在 Sarkar 和 Chaudhuri 算法中的最大值和最小值 ,再通过拟合求出分数维。 -Differential count box dimension matlab program. Let window on the fractal
LDPC_BSN
- matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 min-Sum, Sum-Product, Scaling min-Sum Layered Decoding for matlab Code
project min by min
- 运用matlab编写的vwap投资策略,运用于机构投资者减小冲击成本-Vwap investment strategy by matlab
min
- 使用matlab编写的PSO算法,求解函数最优值-using matlab to realize particle swarm optimization algorithm for optimization