-
MATLAB7.0-2006
【书名】
MATLAB 7.0从入门到精通
【作者】
求是科技编著
【版次】
【出版社】
人民邮电出版社
【出版日期】
2006
([title] MATLAB 7.0 proficient from the portal to the author [of technology] for [produced] [edition of the publication groups-- People's Posts & Telecommunications Publishing House published date [2006])
- 2007-06-06 12:11:44下载
- 积分:1
-
p_asv_mat
详细介绍了matlab中的p文件,asv文件以及mat文件,对matlab初学者者有用(Described in detail in matlab p files, asv files and mat files, useful to beginners on matlab)
- 2011-08-31 10:47:07下载
- 积分:1
-
bothilids00
detect eyelids on eye images
- 2012-04-24 19:01:14下载
- 积分:1
-
beamdeflection
可以计算两端固定的平面梁的挠度,当划分的单元越多时,梁的挠度值逐渐趋于稳定 (Can calculate the plane beam fixed at both ends of the deflection, when the division of the more units for some time, beam deflection gradually stabilized)
- 2009-02-22 18:26:11下载
- 积分:1
-
DSP3_MATLAB
离散时间信号的傅立叶变换的各个例子的算法,很不错的,希望对大家有用(discrete-time signal Fourier Transform algorithm examples, very good, we hope to useful)
- 2006-12-24 17:02:45下载
- 积分:1
-
work
通过不同控制模态切换实现仿人智能控制(Through different control mode switching realize humanoid intelligent control)
- 2008-03-18 21:13:41下载
- 积分:1
-
cx
说明: 仿射变换和猫脸变换是图像加密算法中最基本的算法之一,很多重要的加密算法都是在此基础发展而成的,该程序供研究加密算法的初学者参考使用。(Affine transformation and cats face is the most basic image encryption algorithm in one of many important cryptographic algorithms are evolved on this basis, the program for research reference for beginners to use encryption algorithms.)
- 2011-08-11 13:40:13下载
- 积分:1
-
SIMULINKforbeginners
simulink初学者教程,挺不错的,精通simulink系统仿真与控制(simulink tutorial for beginners, listening to good)
- 2013-07-23 10:00:48下载
- 积分:1
-
original-code-of-Matlab-Neural-Network
matlab examples of neural network
- 2012-05-02 19:47:09下载
- 积分: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