-
matlab-code
网络犯罪分析matlab代码
基于语义分析和文本分析附加权重,通过权重来计算犯罪嫌疑人的嫌疑程度的matlab代码(Cybercrime analysis matlab code
Additional weight, the weight of matlab code to calculate the degree of suspicion of the suspect based on semantic analysis and text analysis)
- 2012-04-08 12:42:58下载
- 积分:1
-
obseverchua
Simulink model for observer based synchronization in chua s systems
- 2010-02-17 07:19:14下载
- 积分:1
-
jianjiefa
本案例是采用的经典谱估计中的间接法估计的ARMA模型谱估计(This case was a classic spectral estimation using the indirect method to estimate the ARMA model spectral estimation)
- 2011-05-24 00:36:33下载
- 积分:1
-
Heuristic-search-algorithm-of-matlab
简单的基于matlab的启发式搜索算法。(The matlab simulation method of heuristic search algorithm。)
- 2014-11-06 09:38:48下载
- 积分:1
-
chisquare_solve
wavelet,can try it over matlab 6.0(wavelet, can try it over matlab 6.0)
- 2010-12-14 04:21:03下载
- 积分:1
-
Image-segmentation-Extraction
车牌识别,能够定位,字符分割,字符匹配,效果还是可以的(Automatic Vehicle Identification)
- 2012-05-04 22:03:01下载
- 积分:1
-
your-power
里面包含两个程序,利用这两个程序你实现对于其他程序的处理。非常实用(Which contains two procedures, the use of these two procedures you implement other programs for processing. Very practical)
- 2013-07-21 17:07:39下载
- 积分:1
-
一个实现Singular spectrum decomposition的matlab程序 ssadecomp
一个实现Singular spectrum decomposition的matlab程序。程序能够按照SSA算法自动生成各分量(Singular spectrum decomposition matlab program. Program in accordance with the SSA algorithm to generate each component)
- 2020-06-27 01:40:01下载
- 积分:1
-
multilevel-boost-converter
multilevel boost convertermultilevel boost convertermultilevel boost convertermultilevel boost convertermultilevel boost convertermultilevel boost converter
- 2013-10-25 03:24:27下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1