-
Optimization_Toolbox
MATLAB优化工具箱手册(英文版)介绍了一些标准的算法,适合初学者,(MATLAB Optimization Toolbox Manual (English), introduced a number of standard algorithms, suitable for beginners,)
- 2009-11-03 22:37:36下载
- 积分: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
-
Simulation-procedure
Our project is to describe the Brownian Motion and Geometric Brownian Motion. This project is to simulate the price shock. Then we use Geometric Brownian motion to describe the movement of shocks’ price. The program is produced by Matlab.(Application of Ito’s Lemma to a Stock Price Process)
- 2013-11-23 11:43:12下载
- 积分:1
-
iga1
使用免疫遗传算法对图像进行单阈值分割,比较简单,适合初级学者参阅!(Immune genetic algorithm using image segmentation single, relatively simple, suitable for junior scholars see!)
- 2010-09-26 13:30:02下载
- 积分:1
-
tiaozhi
包含了QPSK、OQPSK调制,QAM调制,以及16QAM调制通信系统仿真,采用格雷码,升余弦滤波,高斯信道(Includes QPSK, OQPSK modulation, QAM modulation, and 16QAM modulation communications system simulation, using Gray code, raised cosine filtering, Gaussian channel)
- 2009-12-12 03:20:57下载
- 积分:1
-
spectrasubtractitera
说明: 语音处理中谱相减MATLAB程序,可以作为函数或单独的程序使用(voice processing spectral subtraction MATLAB procedures, or can function as a separate procedure using)
- 2006-02-11 15:55:33下载
- 积分:1
-
untitled2222
此内容是电气工程及其自动化专业毕业设计中 所能用到得MATLAB仿真(This content is graduated in electrical engineering and automation design can be used in MATLAB simulation)
- 2010-05-08 13:48:48下载
- 积分:1
-
tuoyuandai
椭圆算法滤波其算法,去噪滤波基于matlab的算法数字信号处理(Algorithm for elliptic filter the algorithm, noise filtering algorithm based on digital signal processing matlab)
- 2013-05-23 19:56:59下载
- 积分:1
-
hdf5-1.9.205.tar
hdf5 is a very important Lib for unix ......
- 2015-02-04 14:55:33下载
- 积分:1
-
TestFunction
说明: 一些用matlab编制的智能优化算法的的测试函数程序(Some prepared to use matlab Intelligent Optimization Algorithm function test procedures)
- 2008-11-12 13:09:16下载
- 积分:1