-
MATLAB4
用MATLAB~"gXLMATLAB语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比较灵活、
缟程效率高等特点。本文简要阐述了遗传算法的基本原理,并对英国Shefield大学的MATLAB遗传算法工具箱作了简要
的介绍。探讨了其在军事目标分配中的应用。(Using MATLAB ~ )
- 2007-09-07 20:10:28下载
- 积分:1
-
makeParityChk
make parity check matlab
- 2011-07-14 04:02:30下载
- 积分:1
-
pca-code-simple
pca face recognition
- 2011-08-20 21:19:50下载
- 积分:1
-
fft-bianhuan
包含了傅里叶变换的幅频特性和相频特性,其中包括8点、16点、32点的程序代码,运行后可直接产生图形。(Includes Fourier transform amplitude-frequency characteristics and phase-frequency characteristics, including 8:00, 16:00, 32 points of the program code can be run directly the graphics.)
- 2015-04-11 22:02:43下载
- 积分:1
-
DSP习题matlab_sourcefile
胡广书版数字信号处理matlab代码,维纳滤波器等学习源码(digital signal processing matlab code, Wiener filter and other learning source)
- 2018-04-16 09:28:59下载
- 积分:1
-
Nakagami_m-SCMRC
nakagami 衰落信道上几种数字调制方式的误码率仿真(the fading channels several digital modulation in nakagami BER simulation)
- 2020-11-23 09:59:35下载
- 积分:1
-
downup
直流降压升压变换器 用于对输入电压的升高或者降低 (DC buck-boost converter is used to raise or lower the input voltage)
- 2011-10-11 13:55:49下载
- 积分:1
-
2DduplexingPCA(2D2PCA)
2D双向PCA(2D2PCA),二维主成分分析(2DPCA)的实质是对图像矩阵按行进行图像压缩抽取特征,消除了图像列的相关性.(2D bidirectional PCA (2D2PCA), two-dimensional principal component analysis (2DPCA) real image matrix row the Image Compression extraction characteristics to eliminate the correlation of the image column.)
- 2013-03-12 19:58:03下载
- 积分:1
-
histogram-matching
使用matlab实现的很好用的,正确的直方图均衡化代码, matlab编写的(Using matlab to achieve good use, right histogram equalization code, matlab prepared)
- 2010-12-08 02:39:10下载
- 积分:1
-
Optimization_Newton
设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n)),称为r的n+1次近似值(Let r is f (x) = 0 root, select the initial approximation x0 as the r, over point (x0, f (x0)) to do the curve y = f (x) the tangent L, L the equation y = f ( x0)+ f ' (x0) (x-x0), find the intersection of L and the x-axis of abscissa x1 = x0-f (x0)/f' (x0), x1 is called an approximation r. Through points (x1, f (x1)) to do the curve y = f (x) the tangent, and find the intersection of the tangent with the x-axis of abscissa x2 = x1-f (x1)/f ' (x1), x2 is called r the second approximation. Repeat the process, get an approximation of the sequence r, where x (n+1) = x (n)-f (x (n))/f ' (x (n)), as an approximation of r n+1 times)
- 2011-06-21 21:13:09下载
- 积分:1