-
PE_Caculation
matlab计算排列熵的程序,可以定量分析混沌或噪声序列的复杂度(a program that is capable of computing the permatation entropy of a time series noise or chaos waveform.)
- 2017-05-03 07:22:56下载
- 积分:1
-
VC中调用MATLAB示例代码
VC中调用MATLAB示例代码(VC Calling MATLAB sample code)
- 2005-03-12 09:34:38下载
- 积分:1
-
11
说明: 一个统一的求无约束优化极值函数,方法名由参数传入例如:fmins(无约束方法,一维搜索方法,目标函数,初始点,精度)
(A uniform evaluation of unconstrained optimization extremal functions, methods, for example, by an argument: fmins (unconstrained one-dimensional search method, the objective function, the initial point accuracy))
- 2012-04-23 21:48:46下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
xinghaofengxi
数字信号处理-理论、算法与实现 一书中所涉及到的绝大部分算法。
Dsp_c C语言编写的算法程序。
Dsp_fortran FORTRAN语言编写的算法程序。
Dsp_matlab用MATLAB编写的信号处理程序,包含本书各个章节的
大部分例题。(" Digital Signal Processing- Theory, Algorithm and Implementation of a book related to most of the algorithm. The DSP_C C language algorithm. Dsp_fortran FORTRAN language written algorithm. Dsp_matlab prepared using MATLAB signal processing procedures, including most of the examples of the various chapters of the book.)
- 2013-04-24 21:13:43下载
- 积分:1
-
chafen
SPN的差分密码分析,建议选取的明密文对数量为8000+,太小可能结果有偏差(SPN Differential cryptanalysis, ciphertext clear recommendations for selected number of 8000+, too small deviations may result)
- 2015-11-02 21:56:38下载
- 积分:1
-
MATLAB-to-XPlane9
this program is a sample program for connecting MATLAB with Xplane9 using UDP comunication.
- 2012-03-27 11:19:39下载
- 积分:1
-
AKF
自适应KF对航行器进行滤波,包括sage_husa,和简化的自适应算法。(KF adaptive filtering for aircraft, including sage_husa, and simplified adaptive algorithm.)
- 2020-12-10 21:19:19下载
- 积分:1
-
IRLS
IRLS不等距时窗,用于多次波自适应减去过程中,更加准确的处理(this is IRLS code)
- 2014-11-01 17:52:26下载
- 积分:1
-
ACCaar_DOF2u
汽车操作动力学的简化2自由度模型,使用MMatlab实现。能实现对汽车的动力学仿真
(Automotive operating dynamics of simplified two degree of freedom model, use MMatlab. Dynamics simulation of car)
- 2012-10-03 00:03:30下载
- 积分:1