-
dijalgod
dijkstra algorithm as a shortest path finder in terms of cost very simple for the beginners
- 2010-10-07 06:28:45下载
- 积分:1
-
viterbi_decoder2_p
关于viterbi编码的,信道编码相关程序,适用(viterbi_decoder2_p)
- 2010-10-11 15:14:36下载
- 积分:1
-
zlddjqd
说明: 利用MATLAB语言编写的直流电动机开环启动和闭环启动特性分析(The use of MATLAB language open-loop DC motor start-up and characteristics of the closed-loop start)
- 2009-08-22 11:56:13下载
- 积分:1
-
RBF
This Matlab code is abouat RBF network
- 2011-05-16 23:45:44下载
- 积分:1
-
PCM
1、用Matlab绘制带通信号图形
2、用Matlab对模拟信源进行均匀量化
3、用Matlab编制一个函数实现均匀PCM量化编码,并计算量化噪声比(SQNR)
4、用Matlab对不同的量化级数计算出相应的量化噪声比(1, drawn using Matlab graphics bandpass
2, the simulation using Matlab source for uniform quantization
3, prepared using Matlab function to achieve a uniform PCM quantization coding, and calculate the quantization noise ratio (SQNR)
4, using Matlab on a different series to calculate the corresponding quantitative quantization noise ratio)
- 2012-01-18 23:19:02下载
- 积分:1
-
MULTI-DECISION-TOPSIS
TOPSIS code for matlab with example
- 2014-08-11 20:12:26下载
- 积分:1
-
NN-4
关于非线性离散系统辨识!还不错的东西,自己课设的东西!(Identification of nonlinear discrete systems!)
- 2010-12-15 15:40:25下载
- 积分:1
-
adapte-algrimth
自适应算法,并给出了相关的例子,值得学习(The adaptive algorithm, and give the relevant example worthy of learning)
- 2012-04-20 16:25:25下载
- 积分:1
-
Desktop
time, the function returns the order Jump to respond to the first (positive) wave peak b1, step response of the second (positive) wave peak b2, step response overshoot sigma, step response of the attenuation ratio of n, the step response of the attenuation rate pusi step response of the decay vibration cycle T, the step response of
- 2011-11-21 22:37:12下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1