-
Polyalphabetic-Encryption-decryption
MATLAB EXAMPLE CODE FOR POLYALPHABETIC CIPHER
- 2010-11-01 03:28:14下载
- 积分:1
-
nonlinear-blind-source-separation
本工具箱描述了非线性盲源分离的原理及算法(This toolkit described the principle and algorithm of nonlinear blind source separation)
- 2013-07-20 10:56:35下载
- 积分:1
-
Numerical-Computing-with-Matlab
基于Matlab开发环境的数值计算英文原版书(Numerical Computing with Matlab- Cleve Moler (SIAM 2005 367 pg s))
- 2011-07-10 09:27:07下载
- 积分:1
-
vlfeat-0.9.13-bin.tar
VLFEAT,一个强大的SIFT库函数,适合MATLAB和VC应用(VLFEAT, a powerful SIFT library functions for MATLAB and VC application)
- 2011-09-02 13:16:26下载
- 积分:1
-
BP
说明: matlab编写的bp神经网络程序,适合初学者学习,内部注释清楚(matlab prepared bp neural network program, suitable for beginners to learn the internal comments clear)
- 2013-03-25 12:41:58下载
- 积分:1
-
Matlabdaima
实验matlab实验matlab实验matlab实验matlab(experimental matlab experimental matlabexperimental matlab experimental matlab)
- 2013-09-21 17:52:35下载
- 积分:1
-
Simulation_code_SSB
Signle side band Modulation Matlab code
- 2014-02-13 02:15:09下载
- 积分:1
-
seid
大作业上的一个迭代程序,可以供大家试用下(Great job on an iterative process, you can try for your next)
- 2011-09-28 11:06:09下载
- 积分:1
-
fisher
鱼群算法,一种用Matlab实现的鱼群算法。(Fish algorithm, a Matlab algorithm to achieve the fish.)
- 2010-06-07 14:53: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