-
STFT
This program is about short time fourier transform.
- 2009-04-19 17:39:51下载
- 积分:1
-
GA_ex
Genetic Algorithm Matlab code with 3 exaples
- 2015-04-17 16:46:46下载
- 积分:1
-
hign_SNR_VAD
高噪声环境下的麦克风阵列VAD算法研究,介绍了VAD算法在多声道环境中的检测效果(High noise environments VAD algorithm for microphone array research, introduce the VAD algorithm in multi-channel environment detection effect)
- 2007-10-23 22:57:08下载
- 积分:1
-
jackknife_parafac
Jackknife PARAFAC, 用在多维线性分解.(Very famous Jackknife parafac, suited for multi-way data decomposition.)
- 2020-09-26 18:17:46下载
- 积分:1
-
edge
用matlab做的有关边缘检测的一个代码,该代码可以进行多种的边缘检测(Using matlab to do the edge detection of a code that can be a variety of edge detection of)
- 2009-12-11 20:16:19下载
- 积分:1
-
bp_moni
本例研究利用Matlab工具箱的BP网络仿真某系统故障的预测,假设3个故障的样本分别为(1 1 0), (0 1 1)(1 0 1), 3个故障分别编码为(1 0), (0 1), (1 1),下面利用BP工具函数设计网络,用自适应学习率算法进行BP的设计、训练和仿真。(cases using the Matlab toolbox BP network simulation of a system fault forecast Assuming three fault samples were (1 1 0), (0 1 1) (1 0 1) three failures were coded as (1 0), (0), (1), below BP network design tool function, Adaptive learning rate BP algorithm design, simulation and training.)
- 2007-04-18 09:13:48下载
- 积分:1
-
05422737
Grid-connected photovoltaic (PV) inverters employ
an islanding-detection functionality in order to determine the status
of the electrical grid. In fact, the inverter must be stopped once
the islanding operating mode is detected according to standards
and grid-code limits. Diverse islanding-detection algorithms have
been proposed in literature to cope with this safety requirement.
- 2014-10-22 19:19:00下载
- 积分:1
-
flod
floyd algoritm source write in matlab on social neetwork lab
- 2014-10-25 20:16:59下载
- 积分:1
-
Nonlinear-analysis
介绍了混沌动力学和分形的基本原理,并着重讨论了他们在智能信息处理中的作用(Introduces the basic principle of chaos and fractal, and discusses them in intelligent information processing function)
- 2014-11-03 17:10:20下载
- 积分:1
-
FDM
%solve u_xx + u_yy = f(x,y)
% over the region D = [x0,xf,y0,yf] = {(x,y) |x0 <= x <= xf, y0 <= y <= yf}
% with the boundary Conditions:
% u(x0,y) = bx0(y), u(xf,y) = bxf(y)
% u(x,y0) = by0(x), u(x,yf) = byf(x)
% Mx = # of subintervals along x axis
% My = # of subintervals along y axis
% tol : error tolerance
% MaxIter: the maximum # of iterations
- 2019-04-26 01:00:10下载
- 积分:1