-
CHAPTER1
pid自适应控制器学习和程序大家学习,很好用的(迭代)
- 2010-09-17 10:52:16下载
- 积分:1
-
蚁群算法优化参数
说明: 蚁群算法优化随机共振参数,用于滚动轴承故障诊断(Ant colony optimization stochastic resonance parameters, bearing fault diagnosis)
- 2021-04-06 13:29:02下载
- 积分:1
-
RLS_lmmse
此算法用了LMMSE加RLS算法,对接收信号进行仿真,且仿真得到的误码率很小,在工程中也有一定的实际意义。(This algorithm increases with the LMMSE RLS algorithm, the received signal simulation, and the simulated bit error rate is very small, in the project also has some practical significance.)
- 2010-12-24 00:05:45下载
- 积分:1
-
FFT-PURNING
这个是关于purning-fft的算法,即一种改进型的fft。适用于只有一部分有值,并非所有的都有值。(This is on purning-fft algorithm, an improved version of fft. Applies to only part of the value, not all have value.)
- 2012-05-22 09:29:22下载
- 积分:1
-
shaizi
分别用理论计算和计算机模拟计算,求连续掷两颗骰子,点数之和大于6且第一次掷出的点数大于第二次掷出点数的概率。(Were used to calculate the theoretical calculations and computer simulations, seeking continuous throwing two dice, and more than six points of the first throw and the number of points is greater than the probability of the second throw points.)
- 2013-07-15 20:13:04下载
- 积分:1
-
BP
说明: 基于小波分析,粒子群算法的在matlab开发环境中的电网潮流优化(Based on wavelet analysis, power flow in matlab Particle Swarm Optimization development environment)
- 2016-04-06 16:52:43下载
- 积分:1
-
simplex
利用单纯形法求解线性规划,输入为标准型的线性规划,求解得到最优解和最优值(Use simplex method to solve linear programming, enter as the standard type of linear programming, for solving the optimal solution and optimal value)
- 2008-01-04 02:19:36下载
- 积分:1
-
OUADDEMO-ZERODEMO-FPLOTDEMO
由OUADDEMO、ZERODEMO和FPLOTDEMO等函数调用的一个函数
humps(x)是一个在x=0.3和x=0.9附近有尖锐极大值的函数
[X,Y]=HUMPS(x)在无输入时,HUMPS将使用x=0:0.5:1返回X(By the OUADDEMO, ZERODEMO and FPLOTDEMO other function calls a function humps (x) is an x = 0.3 and x = 0.9 the maximum value near the sharp function [X, Y] = HUMPS (x) in the absence of input , HUMPS uses X return x = 0:0.5:1)
- 2011-05-04 10:33:50下载
- 积分:1
-
measure
采用遗传算法和三次样条插值法对已给数据进行拟合,得出最优取点方案(Genetic algorithm and cubic spline interpolation method is to fit the data, obtain optimum take-point program)
- 2020-10-07 15:57:37下载
- 积分:1
-
101259378luv_rgb_yuv_lab_space_convert(2)
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = dest<-src , or
alternatively, S = src->dest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
- 2009-04-13 10:24:47下载
- 积分:1