-
phdiff
PHDIFF函数是matlab函数,用于寻找两个震荡子的相位差(Matlab function PHDIFF function is used to find find the phase difference between two oscillations.)
- 2009-05-13 16:47:04下载
- 积分: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
-
the-point-of-straight-line
matlab求交点,包括直线与直线的交点,直线与曲线的交点,曲线与曲线的交点(Matlab intersection point, including the intersection of straight line and line, intersection of straight line and curve, and the curve of intersection curve)
- 2013-12-13 20:36:48下载
- 积分:1
-
plotpoints
Function matlab to plot points with more flexibility
- 2010-07-22 16:51:07下载
- 积分:1
-
myfisher1212
the definitive function for the Fisher s exact and conditional test for any RxC matrix
- 2010-11-11 22:07:41下载
- 积分:1
-
fenchan
自己写的matlab小程序,用于解线性方程的根。可以参考下(Their own small programs written in matlab for solving linear equations of the root. Can refer to)
- 2011-09-27 10:16:16下载
- 积分:1
-
matlab03_Fig
数学软件Matlab 学习资料(大学课件)(The Matlab software learning materials (courseware))
- 2013-03-14 02:42:02下载
- 积分:1
-
bpskbersm
基于MATLAB的2PSK调制,模擬錯誤率(MATLAB-based 2PSK modulation, analog error rate)
- 2010-01-08 16:59:38下载
- 积分:1
-
WheelChair
An eye control device based on image processing is developed to assist mobility. The eye movement is detected using a
camera which is attached to the wheelchair. This concept can be used for multiple applications, but this paper focuses the application to
mobile and communication aid for handicapped patients suffering from quadriplegic and paraplegic diseases. The proposed system
involves two stages first eye movement detection and second, sending of control signals to the powered wheelchair
- 2013-03-26 17:56:44下载
- 积分:1
-
bilateral
BILATERAL FILTER GUI
- 2013-12-23 11:16:31下载
- 积分:1