-
esCARAbajo
Reconocimiento de rostros
- 2013-11-19 08:42:41下载
- 积分:1
-
wavelet-methods-
讲述了现在机械故障诊断中用到的常用时频分析方法,如短时fft 魏格纳维尔分布 小波变换 HHT等,里面含有例子和详细说明,对初学者帮助很大。(Tells the now commonly used in mechanical fault diagnosis frequency analysis methods, such as short-time wavelet transform fft Wigner distribution HHT Louisville, etc., which contains examples and detailed instructions, very helpful for beginners.)
- 2013-11-24 10:27:25下载
- 积分:1
-
all-emd
完备工具包,在原工具包中添加了io.m/extr.m,instfreq.m(Complete toolkit, in the original kit added io.m/extr.m, instfreq.m)
- 2008-06-25 08:23:28下载
- 积分:1
-
RFnoise
雷达噪声干扰仿真。对雷达的噪声的各种干扰进行matlab仿真(Simulation of radar noise. Variety of radar interference noise matlab simulation)
- 2011-05-23 09:41:10下载
- 积分:1
-
LMS
removal of noise by using robust techniques
- 2011-08-06 20:36:35下载
- 积分:1
-
2servletbasics
The goal of this lab is to exercise basic features of Servlet leveraging NetBeans IDE. You are going to build, run, and modify ServletExamples sample application using NetBeans.
(The goal of this lab is to exercise basic features of Servlet leveraging NetBeans IDE. You are going to build, run, and modify ServletExamples sample application using NetBeans.)
- 2013-04-17 14:13:32下载
- 积分:1
-
ABL_Dataset_MatlabHelpers
Nous avons temporairement poursuivi notre travail sur l analyse multicritère d asservissements visuels (i.e., incluant des contraintes telles que la visibilité de la cible
- 2015-02-02 23:25:31下载
- 积分:1
-
TDEB
Important matlab code for research
- 2010-07-31 23:06:34下载
- 积分: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
-
aboat_chaos
这是一些关于混沌的源代码,并且是通过本人在计算机上验证并可以实现的,如Rossler系统的绘图,一些混沌程序的仿真等等(This is some source code on the chaotic, and through my computer and can verify, such as the Rossler system drawings, some chaotic process simulation, etc.)
- 2009-06-06 08:49:24下载
- 积分:1