-
MATLABcode
matlab中对图形轮廓的特征提取代码,程序实现,(matlab in the graphic outline feature extraction code, program implementation,)
- 2013-09-03 19:40:06下载
- 积分:1
-
Matrix-Algebra-Theory
矩阵分析的书其一些基本理论,是学习矩阵分析常用的书籍(Matrix Alfebra,theory,Computations,and applications in statistics,James E Gentle)
- 2011-06-01 15:12:54下载
- 积分:1
-
lvbojihe
matlab的滤波方法有很多,该包中几何了中指滤波,维纳滤波,领域平均法滤波。(matlab has a lot of the filtering method, the package geometry of the middle filtering, Wiener filtering, average filtering fields.)
- 2009-03-19 16:21:01下载
- 积分:1
-
watermarked
用MATLAB实现数字音频水印的嵌入和提取,即是在一段音频水印中嵌入二维图像。(Using MATLAB realization of digital audio watermark embedding and extraction, that is, over a period of two-dimensional audio watermark embedded image.)
- 2009-05-16 18:10:42下载
- 积分:1
-
Convolution
用于<数字信号处理及MATLAB实现>的卷积(For " digital signal processing and MATLAB implementation" of the convolution)
- 2010-01-13 19:54:26下载
- 积分: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
-
SL_Trk_Kalman
The matlab based code for energy detection of a receiver
- 2013-03-28 23:42:46下载
- 积分:1
-
MATLAB-getrect
matlab 鼠标从一幅图像中截取一个区域,并生成一幅图片(get a picture form a picture)
- 2013-11-27 16:13:19下载
- 积分:1
-
mse_lmse
组合需要读取的图像文件直接路径和间接路径,读取jpg图像,并计算压缩图像和无压缩图像的均方值和LMSE(Combination needs to read the image files of the direct path and indirect path, to read the jpg image, and calculate the mean square value of compressed images and uncompressed images and LMSE)
- 2012-11-23 21:43:13下载
- 积分:1
-
Matlabmanual
MATLAB详细手册,初学者推荐,希望大家喜欢.(MATLAB detailed manual, recommended for beginners, I hope everyone likes.)
- 2008-01-21 09:05:09下载
- 积分:1