-
guanxing
matlab
惯性导航基本算法程序
没有扩展功能和接口控制程序(inertial navigation algorithm matlab basic procedures do not extend the functionality and interface control procedures)
- 2008-05-16 17:13:18下载
- 积分: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
-
imagefuse
图像融合的matlab程序,把两张图片融合到一起(Image fusion matlab program, the two images fused together)
- 2014-02-25 16:33:26下载
- 积分:1
-
hafu
哈夫变换提取参数 matlab实现 附带测试图像(Hough transform extracted parameters to achieve incidental test images matlab)
- 2008-01-12 03:01:56下载
- 积分:1
-
21311
各种MATLAB的基本迭代方法,包括高斯等等,因该有所帮组(Matlab some basic methods
)
- 2013-01-01 15:34:29下载
- 积分:1
-
yantu
实现GMSK的眼图程序,其中有fait程序及sincos程序代码,以及最后眼图的生成代码(Of GMSK eye diagram the the fait program and sincos code, and the final eye diagram generated code, which)
- 2012-05-27 11:55:33下载
- 积分:1
-
gorrant
一种改进的小波gorrant阈值处理消除噪声程序。并且比较了硬处理,软处理的对比信噪比和均方误差值的大小。(An improved wavelet gorrant threshold processing to eliminate the noise. And compared the hard processing, the contrast of soft handle signal-to-noise ratio and the size of the mean square error (mse) value.)
- 2014-11-17 15:29:37下载
- 积分:1
-
Knut---Art-of-programming
Knut - Art of programming
- 2015-02-08 02:43:02下载
- 积分:1
-
snakes_with_class
Matlab上实现用类实现snake算法(snake:class)
- 2010-05-07 11:16:20下载
- 积分:1
-
locate
it s about locating TDOA algorithm
- 2013-10-11 19:07:08下载
- 积分:1