搜索资源列表
TVL1_HCS_v1
- % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
gammacorrection
- A simple MATLAB Programme for the gamma correction of an image
ColorSpace
- in this matlab code we 1.compute spectral response 2.compute the tristimulus 3.generate the 200*300 pixel images from the 24 RGB & gamma correction tristimulus
NumericalAnalysis
- 使用matlab进行数值分析时重要的参考资料,具体包含内容可以看英文描述-This text is written primarily for students/readers who have a good background of high school algebra, geometry, trigonometry, and the fundamentals of differential and integral calculus. This text includes the fol
ForcedPendulum
- This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
adjgamma
- AJUSTING GAMMA FOR IRIS IMAGE IN THE SEGMENTATION TAGE
Bureau
- The Nakagami distribution or the Nakagami-m distribution is a probability distribution related to the gamma distribution. It has two parameters: a shape parameter μ and a second parameter controlling spread, ω.
exp2
- 实验二、数字图像伽马校正。MATLAB程序。有报告,有源码。-The second experiment, digital image gamma correction
adjgamma
- Adjusting gamma factor in an Image:D
chaoshengganshe
- 利用matlab对超声干涉实验进行计算,可求标准差方差声速与gamma误差-Use matlab to calculate the ultrasonic interference experiments, velocity variance and standard deviation of rectifiable errors, etc. gamma
gic
- Gamma Intensity Correction matlab code
Option-Sensitivity-Measures
- 此程序是关于经济学中布莱克斯科尔斯模型 的matlab实现-This procedure creates a three-dimensional plot showing how gamma changes relative to price for a Black-Scholes option. Recall that gamma is the second derivative of the option price relative to the underlying securit
gamma
- matlab 数字图像处理,灰度调整,gamma变换,灰度直方图,均衡直方图-Matlab digital image processing, gray scale adjustment, gamma transformation, gray histogram, balanced histogram
gamma
- matlab 程序,产生一组伽马分布的随机数。使用hist函数进行显示-matlab program, produces a set of gamma distributed random numbers. Use hist function display
Gamma-Probability-distribution-function-with-MATL
- This is Gamma Probability distribution function estimation with MATLAB
Firefly_Algorithm
- % Firefly Algorithm by X S Yang (Cambridge University) % % Usage: firefly_simple([number_of_fireflies,MaxGeneration]) % eg: firefly_simple([12,50]); % % ======================================================== % %
power_hvdc
- 高压直流输电仿真模型,基于晶闸管控制的12脉波MATLAB/SIMULINK仿真(The example in this section illustrates modeling of a high-voltage direct current (HVDC) transmission link using 12-pulse thyristor converters [1]. Perturbations are applied to examine the system performance.
CS-SVM
- cs算法优化svm的惩罚参数c和核函数的参数gamma。(The CS algorithm optimizes the penalty parameter C of SVM and the parameter gamma of kernel function.)
PSO-SVM
- 粒子群算法优化支持向量机的惩罚参数c和rbf的参数gamma。(Particle swarm optimization (PSO) optimizes the penalty parameters c and RBF of SVM gamma.)
GA_SVM
- GA优化算法优化支持向量机的惩罚参数c和核函数的gamma。(GA optimization algorithm is used to optimize the penalty parameters c and kernel function gamma of SVM.)