-
lsarma
本程序给出了最小二乘的ARMA模型的功率谱估计方法(This procedure gives the least squares of the ARMA model of power spectrum estimation methods)
- 2008-05-21 11:00:26下载
- 积分:1
-
tuxingxue
计算机图形学生成基本曲线、圆、直线方面的程序,仅供参考(jisuanji tuxingxue shengcheng jibenquxian fangmian de cheng xu jingong cankao)
- 2012-04-24 10:50:41下载
- 积分:1
-
danjixingnibianqi
逆变器的调制方法有多种,如单极性调制,双极性调制,单极倍频调制等,此处是单极性调制,并给出单极性调制发生器(There are many modulation methods for inverters, such as unipolar modulation, bipolar modulation, unipolar frequency modulation, etc. This is unipolar modulation, and a unipolar modulation generator is given)
- 2017-07-01 19:49:08下载
- 积分:1
-
adaptive
adaptive control with matlab
- 2011-02-10 15:50:57下载
- 积分:1
-
Blind-Deconvolution-Algorithm
Project on Image Restoration
- 2013-11-12 17:52:50下载
- 积分:1
-
map4to8and8to4
matlab - mapping 4 bit image to 8 bit
and 8 bit image to 4 bit
- 2015-03-28 18:13:36下载
- 积分:1
-
SUPTITLE
matlab工具函数 SUPTITLE 函数(Matlab tool function SUPTITLE function)
- 2012-05-22 20:24:48下载
- 积分:1
-
ghatefaz
1phase fault in induction motor
- 2012-07-29 14:48:14下载
- 积分:1
-
MATLAB-and-Its-Application-Guide
《MATLAB及其在理工课程中的应用指南》书籍及其光盘代码内容,该书注重实践和应用,并配有源码("MATLAB and its applications in Polytechnic Course Guide" book and CD-ROM code content, the book focus on practice and application, and with a source)
- 2013-12-11 18:35:34下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1