-
深度优先搜索算法mat
深度优先搜索算法Matlab源码
% 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释
% 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法(Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I added this procedure randomness, that is, bifurcation encountered when a randomly selected node, become a random depth-first search algorithm)
- 2020-07-06 15:08:58下载
- 积分:1
-
filter
说明: 自己做的基于Matlab/Simulink 的系统仿真技术与应用一书的配套实验(Make their own based on Matlab/Simulink for System Simulation Technology and Application of a book supporting the experimental)
- 2008-09-09 15:15:55下载
- 积分:1
-
Chua
chua matlab model simple analysis
A solution of these equations (I3,V2,V1)(t) starting from an
initial state (I3,V2,V1)(0) is called a trajectory of Chua s
oscillator.
This function uses a RungeKutta integration method optimised for the chua
paradigm
Reference:
ABC - Adventures in Bifurication & Chaos ... Prof M.P Kennedy 1993
- 2012-03-28 19:25:46下载
- 积分:1
-
hist2D
用于计算图象点灰度-区域灰度直方图的函数,用MATLAB语言实现.(used to calculate the gray image point-regional gray histogram function using MATLAB.)
- 2007-04-01 10:55:37下载
- 积分:1
-
5902930-Computer-Graphics
computer graphics on matlab
- 2010-12-14 19:10:38下载
- 积分:1
-
Cbuchangfuzzyo
基于补偿的模糊神经网络,此程序序开发于matlab-matlab
(Compensation-based fuzzy neural network, this program logic developed in Matlab-Matlab)
- 2012-05-21 23:39:34下载
- 积分:1
-
curvaCP
windfarm turbine model
- 2013-09-20 00:03:25下载
- 积分:1
-
dianlixitong
这是电力系统相关的一个课程设计,运用的编程语句相对比较简单、易懂。适合对Matlab不是很熟练的学子(This is a curriculum-related power system design, the use of programming statements is relatively simple, understandable. Suitable for Matlab is not very skilled students)
- 2013-11-28 09:55:46下载
- 积分:1
-
BSS-SCA
来自中国知网的所有的关于BSS SCA的最新的论文,期刊及MATABLE知识点。内容齐全(Text from China for all the latest on BSS SCA papers, periodicals and MATABLE knowledge points. Complete content)
- 2013-11-19 10:47:36下载
- 积分:1
-
getrmsfeat
This function computes the RMS feature of the signals in x,which are stored in columns. The signals in x are divided into multiple windows of size winsize and the windows are space wininc apart.
Inputs
x: columns of signals
winsize: window size (length of x)
wininc: spacing of the windows (winsize)
datawin: window for data (e.g. Hamming, default rectangular)
must have dimensions of (winsize,1)
dispstatus:zero for no waitbar (default)
Outputs
feat: RMS value in a 2 dimensional matrix
dim1 window
dim2 feature (col i is the features for the signal in column i of x)
- 2015-02-18 15:07:58下载
- 积分:1