-
MATLAB_Codes_for_Competitive_Learning_Algorithms
竞争学习的matlab工具箱,其中包含som网络,rpcl聚类等(Competitive learning matlab toolbox, which contains som network, rpcl clustering, etc.)
- 2007-10-08 11:10:28下载
- 积分:1
-
LMS
matlab中的LMS算法 采用LMS最小均方算法进行智能天线的仿真(Matlab LMS algorithm Adopt LMS least mean-square algorithm simulation of smart antenna)
- 2011-05-23 09:54:37下载
- 积分:1
-
mathmatic
对Mathematica的快速入门进行了详细的介绍。(Mathematica' s quick start on a detailed description.)
- 2010-06-07 15:14:16下载
- 积分: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
-
123
用matlab仿真迫零算法。有两个文件,一个是迫零函数,一个是主程序。主程序调用迫零函数。(failed to translate)
- 2013-05-02 20:24:41下载
- 积分:1
-
MATLAB
《MATLAB仿真技术与实例应用教程》一书中的仿真算例。("MATLAB simulation technology tutorials and examples of application," a book of a simulation example.)
- 2012-01-01 18:18:25下载
- 积分:1
-
graphics_gui
基于matlab的GUI设计 主要实现图像读取 灰度化 二值化 存储图片 退出等(Based on matlab GUI design. The main achievement of image reading, graying, binarization, store pictures and exit, etc.)
- 2014-03-17 11:42:56下载
- 积分:1
-
aodv
It is a basic code for aodv protocol in MANET
- 2014-02-16 12:27:19下载
- 积分:1
-
graythresh
本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码(In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the mobile, the current window as long as the deletion of its first element, adding a new element after the window, that is, the next window content.)
- 2009-05-26 11:58:59下载
- 积分:1
-
dsb
本次上传的代码为双边带抑制载波的matlab算法(From this code for bilateral rejection carrier matlab algorithm)
- 2008-06-21 15:47:39下载
- 积分:1