-
Floyd-Matlab
floyd算法的matlab程序
floyd-最短路问题
输入:
B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。
sp- 起点标号。
ep- 终点标号。
输出:
d- 最短路的距离。
path-最短路的路径。 (floyd algorithm matlab program floyd-shortest path problem Input: B-adjacency matrix (bij), refers to the distance between i to j, can be directed to. Sp-starting label. Ep-end labeling. Output: d-shortest distance. Path-shortest path.)
- 2010-05-16 12:17:31下载
- 积分:1
-
pilao
脑电信号处理的各种方法包括功率谱估计方法得得得(The various methods of EEG Signal Processing)
- 2011-05-12 17:00:54下载
- 积分:1
-
OFDMsystem
LTE系统中OFDM技术的仿真,包括循环前缀的插入去除,调制解调等主要步骤(The OFDM system of LTE, CP-OFDM, including of Cyclic Prefix modulation-demodulation and so on.)
- 2014-09-27 09:24:24下载
- 积分:1
-
Wavelet_OMP
随机矩阵为小波变换的压缩传感,包含有系数采样、随机矩阵、重构算法程序(compressive sensing)
- 2013-11-06 10:37:23下载
- 积分:1
-
Matlabjulibaohu
并用S函数编制相间距离保护和接地距离保护算法程序,构建相应的保护模块,实现了三段式距离保护。仿真结果表明,所建立的三段式距离保护模型能够正确反映在保护区内的不同类型的短路故障并发出动作信号,使断路器跳闸实现输电线路的保护功能。
(A distance protection simulation model of transmission line was established by using Simulink and
SimPowerSystem toolbox inMatlab. S-function was used to programe the distance protection of phase faults and earth
faults and the relevantprotectionmodelswere created to build distance protection.The simulation results show that the
three-stage distance protectionmodel can respond to allkinds of faultswithin protection zones correctly and send correct
signal to the breaker of the line.
)
- 2012-05-07 09:53:14下载
- 积分:1
-
Four-methods-for-power-spectrum
本程序包含四种常用的功率谱计算方法。包括周期图法等。(This program includes four kinds of commonly used calculation method of the power spectrum.Including the periodogram method, etc.)
- 2013-08-25 13:25:56下载
- 积分:1
-
2
说明: modem.qammod对象实现M-QAM调制器,本示例中M为16。其输入参数是从0到15的整数而不是4bits二进制数据。因此,在利用此对象的modulate方法之前需要对二进制数据序列x进行预处理。特别地, 先采用MATLAB中的reshape函数将x沿着矩阵的行方向重新整理成每行4bit数据,然后应用bi2de函数将4bit数据转换成相应的整数。(modem.qammod object implements M-QAM modulator M in this example is 16. Input parameter is an integer from 0 to 15 instead of 4bits binary data. Therefore, before using the method of this object needs to modulate the binary data sequence x pretreatment. In particular, the first use of MATLAB reshape function x 4bit rearranged into each row of data in the row direction of the matrix, and then apply bi2de 4bit function to convert the data into the corresponding integer.)
- 2014-09-21 08:29:51下载
- 积分:1
-
lvboqi
关于滤波器的一些源程序,里面有详细的说明(On a number of source filters, which is described in detail)
- 2009-04-14 19:01:56下载
- 积分:1
-
wannnpid532
说明: 完善网络结构将RBF网络的径向基换成小波函数,调整权值以及公式的变更,
可望在仿真结构中添加非奇异项以验证小波网络的辨识精度和能力,输入层加权值进行调整~..~(to improve the network structure of the RBF network replaced wavelet Radial Basis Functions, value and the right to adjust the formula change, the simulation structure is expected to add non-singular wavelet network to verify the accuracy and the ability to identify, input layer weighted value adjustments )
- 2006-04-25 11:28:55下载
- 积分:1
-
cpu
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解(Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, ideas, comments within the program)
- 2011-05-04 19:47:14下载
- 积分:1