-
filter
读入语音信号,加入噪声后将其滤除再还原声音(Adding a pulse noise to an existed speech then filt it with a specified FIR filter.)
- 2010-07-18 23:24:53下载
- 积分:1
-
system003
说明: 运用递推最小二乘法对传感器建模仿真并对其惊醒补偿(Recursive least squares method using modeling and simulation of sensor and compensate for its wake)
- 2010-04-22 21:25:05下载
- 积分:1
-
RC
说明: 一阶RC低通滤波器与二阶RC低通滤波器特性分析及其阶跃响应对比(First-order RC low-pass filter with the second-order RC low-pass filter characteristics of its step response comparison)
- 2010-05-22 08:57:00下载
- 积分:1
-
pcan-light
peak-system canopen驱动(peak-system the driver of can is necessary for the development of canopen. )
- 2012-11-22 11:24:12下载
- 积分:1
-
HandWritingRecognition
recognition of handwriting that implement with matlab and neutral network.
- 2009-09-24 03:02:28下载
- 积分:1
-
vcwithmatlab
vc与matlab混合编程的具体实例。vc调用matlab的.m函数,经过编译之后转换为C++程序,实现进行混合编程。(vc mixed with Matlab programming specific examples. Vc call Matlab. M function, compiled after the conversion of C procedures, mixed programming.)
- 2006-10-03 11:26:19下载
- 积分:1
-
test
对正选信号进行仿真,并分别通过时域和频域对其延迟,对比延迟效果(A signal being selected for simulation, respectively, through the effect of the time and frequency domains its delay, Comparative delay)
- 2013-03-31 19:39:05下载
- 积分:1
-
ukf
说明: 实现ukf滤波 目标跟踪
实现ukf ekf pf三种滤波算法的比较(Realization of UKF filtering target tracking
Comparison of three filtering algorithms for UKF EKF PF)
- 2019-03-03 10:28:17下载
- 积分:1
-
shiyan3
用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法(One method used ladder, conjugate gradient method and the variable metric method for solving multi-variable optimization problems, single-variable optimization using the 0.618 Act)
- 2007-11-16 02:09:01下载
- 积分: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