-
chemoactbx
国外FABI ChemoAC Consortium 编的PLS等程序,用于NIR光谱分析比较好用。
(Chemometircs in Analytical chemistry--FABI ChemoAC Consortium)
- 2010-07-19 09:13:13下载
- 积分:1
-
rcs_rect_plate
雷达截面积————————矩形平板的后向散射RCS( backscatter RCS of
Rectangular plate )
- 2011-05-10 17:59:37下载
- 积分:1
-
count
counts command line arguments
- 2012-08-05 16:01:39下载
- 积分:1
-
BHATPID_new
PID controller design
- 2011-11-22 14:00:39下载
- 积分:1
-
PCA_based-Face-Recognition-System
pca based face recognition
- 2012-01-05 11:08:19下载
- 积分:1
-
cal
用以计算彩色图像PSNR、MAE和MSE的matlab程序(can calculate the PSNR,MAE and MSE of a color image)
- 2015-10-18 15:44:46下载
- 积分:1
-
MatLab_Toolbox_Guide_Control_Engineering
MatLab工具箱应用指南:控制工程篇
完整版(MatLab Application Toolbox Guide: Complete Control Engineering articles)
- 2010-10-05 10:29:04下载
- 积分:1
-
5
说明: this module shows how well the various wavelet filters perform in practice
- 2009-10-24 17:32:25下载
- 积分:1
-
MATLAB-autocontrol
matlab的自动控制原理的应用 很全面的资料 值得一看(matlab application of principles of automatic control is very comprehensive information worth a visit)
- 2011-05-03 11:16:31下载
- 积分: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