-
Packing-problem
这是一个装箱模型的程序,设有许多具有不同负荷的箱子 B1,B2,… ,其数量足够达到目的之用。(Packing problem)
- 2013-01-04 21:29:39下载
- 积分:1
-
matlab-image-processing-assembly
matlab图像处理程序集,经过整理的matlab源代码,基本上包含matlab图像处理的所有代码(matlab image processing assembly, after finishing the matlab source code, which basically consists of all of the code image processing matlab)
- 2011-05-05 16:41:01下载
- 积分:1
-
LMSPandPVSS_LMS
FDYT JGPKUVFGJEFJHERTJHRJ
- 2011-05-11 13:51:16下载
- 积分:1
-
Backpack-Genetic-Algorithm-
Backpack Genetic Algorithm
- 2014-01-31 03:23:21下载
- 积分:1
-
7 免疫算法在故障检测中的应用
说明: matlab免疫算法实现故障检测。附加了注释,可以直接运行(Matlab immune algorithm realizes fault detection, with comments attached, it can run directly.)
- 2020-12-15 11:59:14下载
- 积分:1
-
NMDL
matlab code for NMDL
- 2010-10-17 05:47:21下载
- 积分:1
-
New-WinRAR-ZIP-archive
mat lab code for elim
elim E*A = R factorization.
E = elim(A) returns the elimination matrix E
that gives the reduced row echelon form E*A = R.
If A is square and invertible, then E = inv(A).
[E, R] = elim(A) returns the elimination matrix E
and the reduced row echelon form R.
- 2011-11-02 20:31:49下载
- 积分:1
-
genzonglvbo
实现雷达信号处理的跟踪滤波功能,亲测可用,效果很好(Tracking radar signal processing filtering, pro-test can be used with good results)
- 2015-01-15 23:37:57下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
pv_model_simulink
the PV model in MATLAB/Simulink
- 2013-09-22 17:39:44下载
- 积分:1