-
routh
使用matlab的m语言编写的自控原理中的劳斯判据。写成函数形势,课以直接调用(routh)
- 2009-03-09 21:59:10下载
- 积分:1
-
EXAMPL_3
用matlab语言仿真升余弦滚降系统,并且绘制功率谱图。(Matlab simulation language used raised cosine roll-off system, and drawing power spectrum.)
- 2008-04-10 11:40:31下载
- 积分:1
-
Huff
Huffman encoding and decoding using matlab. Very complete as a education level.
- 2013-10-19 11:56:03下载
- 积分:1
-
chebyshev-imp
设计切比雪夫I型低通滤波器,本文件主要应用冲击响应不变法设计,为课堂上老师留的作业(Design Chebyshev type I low-pass filter impulse response of the main application of this document the same method designed for classroom teachers to stay on the job)
- 2011-12-23 21:07:17下载
- 积分:1
-
cosc
1SpectralClustering_V1_1 Algorithm
- 2014-02-08 12:27:08下载
- 积分:1
-
matlabcodefosolvingpartialdiferentialeqn
This code is for solving differential eqns using cholesky decomposition method, gausselimination method, croutsdecomposition method, LaverrierFaddeev, GAUSSSIEDELGAUSSSIEDEL method
- 2009-09-23 15:21:58下载
- 积分:1
-
Coin_Counter
it is used to count the coin in the box using matlab
- 2010-01-02 15:14:05下载
- 积分:1
-
echoes-of-active-phased-array-radars
在降低运算量的同时保持了相控阵接收通道回波之间的固有幅度、相
位关系, 采用变换法来产生通道噪声, 使通道回波生成耗时控制在毫秒量级及系统仿真实现准
实时。(In reducing the amount of computing while maintaining a phased array receiver channel between the intrinsic echo amplitude, phase relations, the use of transform methods to generate channel noise, echo generation takes control of the channel in the order of milliseconds and the system simulation to achieve accurate real-time.)
- 2011-09-04 08:06:59下载
- 积分:1
-
myAPA_without_near_speech
自己编写的基于放射投影变换APA的回波消除算法(APA radiation projection transform based echo cancellation algorithm to write your own)
- 2013-12-04 16:10:25下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1