-
matlab-speech-recongion-3
matlab之语音处理与合成工具箱的随书程序!!!Good!!!It s useful for you !!!(Good!!!It s useful for you !!!)
- 2009-11-06 11:00:38下载
- 积分:1
-
kalman-filter
该文件是介绍卡尔曼滤波算法的,整个设计过程和思路明晰。(The document was introduced Kalman filtering algorithm, the whole design process and clear thinking.)
- 2013-07-25 09:25:16下载
- 积分:1
-
autocov.m
this code is used to find autocovariance of two discrete signals
- 2009-05-16 14:20:10下载
- 积分:1
-
6
说明: 例题全部代码. 薛定宇, 陈阳泉. 高等应用数学问题的Matlab求解.(All the code examples. Xue Dingyu, Chen Yangquan. MATLAB to solve higher applied mathematical problems.)
- 2011-04-29 10:15:41下载
- 积分: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
-
wuchaxitong
误差系统同步,matlaB程序,混沌系统(Synchronization error system, matlaB procedures, chaotic systems)
- 2013-10-23 10:08:15下载
- 积分:1
-
ai_RayCh
说明: 这是瑞利信道德仿真模型,用matlab 写的,比较使用方便。(letter moral simulation model was made using Matlab and relatively easy to use.)
- 2006-03-11 23:23:25下载
- 积分:1
-
EM_CD
基于高斯混合模型和EM(Expectation Maximization)算法的SAR影像变化监测算法,并附带示例。总体思路是首先将两个时期的SAR影像做log和ratio运算,生成差分影像,然后通过EM算法估计高斯混合模型的参数,最后根据高斯混合模型最大概率,生成变化监测结果。(Unsupervised change detection method for SAR images using EM algorithms of Gaussian mixture model)
- 2016-05-16 09:37:15下载
- 积分:1
-
mydo08
掌握Matlab的流程控制语句,掌握循环结构。
初步学习Matlab的脚本文件、函数文件编写。
初步掌握Matlab脚本文件、函数文件的调试.初步掌握用户参数的交互输入。
(Matlab master process control statements, control loop structure. Matlab script file preliminary study, the function document preparation. Initial grasp of Matlab script file, the file' s debugging function. Initial grasp of the user interactive input parameters.)
- 2011-05-18 21:03:15下载
- 积分:1
-
ASSIGNMENT
digital communication codes
- 2012-05-19 18:48:13下载
- 积分:1