-
LS
说明: the linear ARX model as shown below [12] is used to represent the input and the output data for the system. This ARX model is utilized for both Least Square (LS) and Recursive Least Square (RLS) algorithms. It is one of the simplest statistical methods for system identification used to find the transfer function for the model. The equations given by [15]:
Y=φβ+ξ (7)
β=〖(φ^T φ)〗^(-1) φ^T Y (8)
where Y is the predicted output. φ is includes actual input and output parameters. β is includes parameters to be estimated.
- 2014-08-22 14:28:51下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
345
用matlab 实现离散时间傅里叶变换的例程,方便初接触者使用。这是我dsp课的大作业(Using matlab discrete-time Fourier transform routines to facilitate early contact to use. This is my big job dsp lesson)
- 2013-11-13 08:46:27下载
- 积分:1
-
chazhi
vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术(vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. Described in detail how the dynamic link library (DLL) to achieve mixed VC and MATLAB programming techniques)
- 2010-06-08 12:42:41下载
- 积分:1
-
connectfive
这是完整的五子棋MATLAB源码,绝对能运行,能走五子棋。(this is a complete connective_five matlab code )
- 2009-11-12 20:58:50下载
- 积分:1
-
chepaidingwei
说明: 基于MATLAB和VC++6.0制作的车牌定位系统,做毕业设计的朋友可以参考参考(MATLAB and VC++6.0 based on production of license plate positioning system, the final project can refer to refer to a friend)
- 2010-05-02 14:53:12下载
- 积分:1
-
BerndHafner
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN
(C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c contains two functions: You may read a double-variable as a string from the file and convert it to a double (function string2double) and you may convert a double to a string (function double2string) and write it to a file (see main () in convert.c). The file conditio.dat is an example of numbers read by convert.c. The conv.exe was compiled on a Windows95-system. The files were tested for MATLAB 5.2 and WATCOM 11.0a result of " ver" is : MATLAB Version 5.2.1.1420 on PCWIN)
- 2009-12-23 14:44:06下载
- 积分:1
-
print
说明: matlab绘图功能,plot,ezplot等等函数的用法及各自的特点(matlab graphics, plot, ezplot function usage, etc. and their respective characteristics)
- 2008-09-17 12:41:48下载
- 积分:1
-
Reshenie_obyknovennyh_DifUr
Solution of Ordinary Differential Equations
matlab
- 2012-05-15 00:12:24下载
- 积分:1
-
DAFX_Digital_Audio_Effects_A3d
The best book I have been seeing for Sound and using digital signal processing
- 2013-04-08 04:11:13下载
- 积分:1