-
FIRFilter
通过对语音信号的采集和AD50数模转换实现语音信号的处理,并通过C54试验台可以很好的实现语音再现。FIR数据滤波数据需要通过MATLAB来实现。(Through the acquisition and AD50 voice signal digital-analog conversion of voice signal processing, and through the C54 test bed can be a very good voice reproduction. FIR data filtering data to achieve through MATLAB.)
- 2010-05-27 16:22:54下载
- 积分:1
-
Channelized-emission-signal
对信号进行内插处理,有16个复信号:1~16Hz;内插I=16 ;内插前采样率50Hz;滤波器265阶 。(Interpolation processing signal 16 multiplexed signals: 1 Hz to 16 Hz interpolated I = 16 before interpolation sampling rate of 50Hz filter 265 order.)
- 2013-01-23 11:30:20下载
- 积分:1
-
chazhi
函数的近似式,构造函数的逼近方法,从而得到比较准确的函数图象(Is often necessary to obtain the function approximation constructor approximation method)
- 2012-11-04 21:17:28下载
- 积分:1
-
ga_estimation
遗传算法估计参数
模型y=a1+a2*exp(-t)
参数a1,a2∈[0,10]
(Parametric estimation of model
y=a1+a2*exp(-t))
- 2009-11-14 00:01:32下载
- 积分:1
-
Genetic-Algorithm
遗传算法matlab编写,内附程序部分说明与本人学习笔记(Genetic algorithm matlab prepared, containing a description of the program with some of my study notes)
- 2011-09-02 15:18:10下载
- 积分:1
-
ch4
MATLAB科学计算与工程分析源代码源程序3(MATLAB scientific computing and engineering analysis of the source code source 3)
- 2009-03-24 11:14:25下载
- 积分:1
-
Huffmancode
This is a matlab program for huffman coding using images
- 2010-09-25 10:10:59下载
- 积分:1
-
PSO-evolutionarycomputation
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究
PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域(Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications)
- 2008-03-19 20:51:36下载
- 积分:1
-
sysidjob2
该程序涉及了一阶系统、二阶系统的阶跃响应下的系统辨识方法。(The procedure involves first-order system, second-order system step response of system identification methods.)
- 2012-06-09 17:20:09下载
- 积分:1
-
deconvolve
deconvolution
deconvolve.m
Given a system impulse response h[n] and test response y[n], this
algorithm deconvolves the test response with the impulse response
to determine the input x[n] as X(jw) = Y(jw)/H(jw).
Eliminate some noise, but is still very rough
NOTE: Assumes all signals are the same length. Use sigcorrect.m
to equalize their lengths if they are different.
use: deconvolve(impresp,test,testresp)
variables: impresp: impulse response of system
test: test input to system
testresp: test response of system
- 2011-11-11 09:04:25下载
- 积分:1