-
Moveman
用matlab编写的视频目标跟踪程序,可以跟踪路上的行人(Prepared using matlab video target tracking program, you can track the path of pedestrian)
- 2010-09-07 15:41:27下载
- 积分:1
-
function6
Pass the Images Through Optics -- Use a Gaussian "Aperture Function"
This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measured function strored in ASCII and the data stored in the file measured_aperture.mat is a MATLAB .mat file that contains the matrix apfunction. (in MATLAB type "help load" for how to use load and look at the c and fortran code that shows how to read and write MATLAB .mat files).
(Note: When the Point Spread Function is Gaussian, then so is the Aperture function)
To simulate the effect of the tracker optics, each of the movie frames is now blurred using a 2-D FFT (Fast Fourier Transform). The first frame of the resulting image is shown in Figure 1.
- 2011-02-12 00:30:05下载
- 积分: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
-
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
-
MPSK
Mary phase shift keying Matab code
- 2011-10-14 20:23:55下载
- 积分:1
-
MLR
MATLAB的MLR算法,希望对同学的学习有帮助(mlr MATLAB algorithm, very useful, I hope to learn some help)
- 2021-04-21 14:48:49下载
- 积分:1
-
planevoice2.rar
一个端点检测的程序,用于语音处理,是用matlab编写的,希望相关专业的朋友可以分享(An endpoint detection procedure, used for voice processing, is to use matlab prepared, I hope the relevant professional friends to share)
- 2007-10-08 08:30:02下载
- 积分:1
-
test
利用程式可以輕易測試控制系統是否穩定, 進而決定系統的pole設計是否有誤(use the code can let user easy to know our control system is stable or not)
- 2010-12-29 20:13:45下载
- 积分:1
-
Mesh_Plot
matlab code for mesh pplot in matlab
- 2012-04-24 16:35:08下载
- 积分:1
-
simulink
对matlab模块进行了详细的讲解,对matlab模块应用和开放很有帮助。(Matlab module on a detailed explanation of the application and open matlab module helpful.)
- 2010-08-12 17:32:48下载
- 积分:1