-
深度优先搜索算法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
-
matlab-arithmetic
matlab经典算法程序,可以运行通过。很好的一个遗传算法。(GA)
- 2010-05-06 09:00:09下载
- 积分:1
-
rot
自编的图片旋转的函数,不是matlab原有的函数,而是根据原理自己写的(self picture rotation function, Matlab is not the original function, but on the basis of principles to write)
- 2007-01-14 17:03:04下载
- 积分:1
-
farayand-zadomarg
this is a good program for beginner
- 2011-09-23 10:17:17下载
- 积分:1
-
yasuojipaiqiguandaoyalimaidong
活塞式压缩机排气管道压力脉动计算matlab程序(Matlab program to calculate the pressure pulsation of piston compressor outlet pipe)
- 2014-02-09 15:47:07下载
- 积分:1
-
MATLAB时域有限差分法程序
说明: MATLAB时域有限差分法程序。有利于理解fdtd原理,可直接运行的。(MATLAB time-domain finite difference method program. MATLAB time-domain finite difference method program is conducive to understanding the principle of fdtd and can be run directly.)
- 2020-05-03 17:33:17下载
- 积分:1
-
hex_counter-2014-10-15
hex_counter
old project, please let me know if need any help
- 2014-12-03 02:21:05下载
- 积分:1
-
hypothesesRespjt4.m
LOL THIS IS FUNNY... KARMA IS B*TCH
- 2014-12-05 01:36:51下载
- 积分:1
-
Erentokmatamaterial2007
metamaterial good paper
- 2010-11-11 21:41:46下载
- 积分:1
-
L_D
用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。(Write a small MATLAB program that implements the pthorder Levinson-Durbin (L-D). Run/Test the program using a AR(2) process (b0=1,a1=0, a2=0.81) and an MA(2) (bn=1,1,1) process-about 1000 samples. Use L-D with p=2 (for the AR) and 10 (for the MA). Plot the AR spectra produced in the two cases with L-D. List the direct form and the reflection coefficients in a table. Profile the L-D (total number of computations for a pthorder)
- 2009-12-29 01:39:11下载
- 积分:1