-
Matlab
凸二次规划的matlab有效集算法,很有用的,值得收藏!(Convex active set quadratic programming algorithm matlab, useful, worth collecting!)
- 2011-10-20 00:32:14下载
- 积分:1
-
main_TE
ICA-PCA 故障诊断,matlab源码。(ICA-PCA Fault diagnosis)
- 2015-11-07 19:47:21下载
- 积分: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
-
Neural-network-design-of-English-teaching-material
说明: 神经网络设计的英文版教材,主要讲解各种神经网络的设计方法
(Neural network design of English teaching materials)
- 2010-04-12 20:32:24下载
- 积分:1
-
Hooke&Jeeves
Pattern search (also known as direct search, derivative-free search, or black-box search) is a family of numerical optimization methods that does not require a gradient. As a result, it can be used on functions that are not continuous or differentiable. One such pattern search method is "convergence" (see below), which is based on the theory of positive bases. Optimization attempts to find the best match (the solution that has the lowest error value) in a multidimensional analysis space of possibilities.
- 2018-06-25 19:50:15下载
- 积分:1
-
gmmc
Gaussian Processes, Gaussian mixter model
- 2010-01-29 21:57:15下载
- 积分:1
-
3level_inverter
说明: 三电平SVPWM算法逆变器,基于MATLAB例子,自己做了修改(Three-level inverter SVPWM algorithm, based on MATLAB examples, make changes )
- 2011-03-10 12:45:52下载
- 积分:1
-
mfcc
Mfcc 提取语音特征参数 可以分辨出不同情感(Mfcc speech feature extraction can distinguish between different emotions)
- 2011-05-23 16:58:51下载
- 积分:1
-
delta-sigma
Delta-sigma toolbox for Matlab/simulink
- 2012-06-03 21:35:20下载
- 积分:1
-
calc_errors
残差预测源代码 ARMA建模 差分 相关系数 阶数 (arma errors )
- 2012-10-11 20:28:05下载
- 积分:1