-
TWODDCTcofiicients
2d dct cofficient computation programs..
- 2010-07-26 01:14:10下载
- 积分:1
-
DQTRANS
DQ TRANSFORMATION OF IM MOTOR
- 2012-08-01 22:44:16下载
- 积分:1
-
sampen
样本熵在信号分析中有很重要的作用,其主要用来提取非线性特征,从而用于特征分析。(Sample entropy has a very important role in signal analysis, which is mainly used to extract the nonlinear characteristics for analysis.)
- 2013-03-30 11:28:55下载
- 积分:1
-
Report_Proj2_jiangchen_10212020018
设计一个程序实现基于Minimum Degree算法的稀疏矩阵Reordering算法。(Design a program based on sparse matrix algorithms Minimum Degree Reordering algorithms.)
- 2013-11-04 09:59:38下载
- 积分:1
-
haaimetp
部分实现了追踪测速迭代松弛算法,matlab开发工具箱中的支持向量机,主要是基于mtlab的程序,通过反复训练模板能有较高的识别率,利用贝叶斯原理估计混合logit模型的参数,BP神经网络用于函数拟合与模式识别,FIR 底通和带通滤波器和IIR 底通和带通滤波器。( Partially achieved tracking speed iterative relaxation algorithm, matlab development toolbox support vector machine, Mainly based on the mtlab procedures, Through repeated training jSOURGDlate have higher recognition rate, Bayesian parameter estimation principle mixed logit model, BP neural network function fitting and pattern recognition, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.)
- 2021-04-19 10:18:52下载
- 积分:1
-
ompsbox1
compressive sensing theory
- 2013-08-16 21:49:37下载
- 积分:1
-
MATLAB_programming_algorithm_for_regression_analys
MATLAB程序设计之算法回归分析MATLAB programming algorithm for regression analysis of(MATLAB programming algorithm for regression analysis of MATLAB programming algorithm for regression analysis of)
- 2010-08-02 13:31:44下载
- 积分:1
-
matlab
说明: matlab 的蚁群算法 (no )
- 2010-04-03 19:34:49下载
- 积分:1
-
BD_Hight
蒸发波导高度的计算及部分因素对于高度的影响图(Evaporation duct height and some of the factors to calculate the height of the influence diagram)
- 2014-09-13 16:41:09下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1