-
Matlab
这是matlab的一个入门教程,结合实例介绍了matlab在数学中的应用。(This is a Getting Started tutorial matlab, matlab introduced with examples of applications in mathematics.)
- 2009-06-30 21:34:15下载
- 积分:1
-
MSeries
M序列发生器函数,使用m文件实现,2至7级寄存器,主要分为两个部分。第一部分主要负责输入,输出,第二部分是M序列发生函数(M sequence generator function, 2-7 registers, divided into two parts. The first part is mainly responsible for the input, output, and the second part is the sequence generating function M)
- 2011-05-20 21:28:23下载
- 积分:1
-
noisycode
这是个十分简单有效的程序,可以在任何加噪声的程序里运行(This is a very simple and effective procedure, any increase in noise of the program running)
- 2007-01-14 20:25:28下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
matlab
matlab图像分割,很有参考价值的一篇文章。希望大家可以好好看看!(matlab image segmentation, great reference value of an article. I hope we can have a good look!)
- 2014-10-10 16:15:11下载
- 积分:1
-
Yao-Shengyue-code-V03
logit模型搭建和政策评估,交通工程方向运用matlab文件(LOGIT model description and corresponding policy valuation )
- 2015-02-16 21:50:09下载
- 积分:1
-
alpha
alpha-beta滤波器是一种很实用的滤波器,可以和卡尔曼滤波,信息滤波器做比较,对于初学者有很大帮助(alpha-beta filter is a very practical filter can Kalman filter, the information filter comparison, are very helpful for beginners)
- 2020-11-25 19:59:31下载
- 积分:1
-
776matlab
本书把 MATLAB 当作一种技术编程语言来教,向学生展示如何编写简洁高效,有充分
根据的程序。本书不主张把 MATLAB 数以百计的函数全部介绍给大家,而是教给学生怎样使用 MATLAB 语言,以及如何使用网上在线工具去加载你所需要的函数。(The book MATLAB as a technology programming language to teach, show students how to write simple and efficient, have fully According to the program. This book does not advocate the MATLAB hundreds of function is introduced to you all, but teach students how to use MATLAB language, and how to use the online tools you need to load the function.)
- 2012-04-08 21:57:21下载
- 积分:1
-
matlab-PID
matlab下运行的PID程序,书籍配套的原文件,可以直接运行(PID running matlab process, books supporting the original document, can be directly run)
- 2009-06-18 10:05:56下载
- 积分:1
-
OFDM-Tutorial[1]
说明: 该文件是关于OFDM技术的介绍,并且有matlab源程序(the document on OFDM technology, and a source Matlab)
- 2005-11-24 17:52:29下载
- 积分:1