-
work
设计一M阶自适应回波抵消器,已u(n)作为系统输入,d(n)作为系统期望响应,其中d(n)中混有u(n)的回声,信号以8kHz采样,现要求回波抵消器可以消除16ms之内的回声(The design of a M-order adaptive echo cancellation, and have u (n) as the system input, d (n) as a system to respond to the expectations, in which d (n) in a mixture of u (n) of the echo signal to 8kHz sampling, are requirements 16ms echo cancellation device can be eliminated within the echo)
- 2008-12-11 10:42:15下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Waterfilling
Waterfilling is weight in MIMO for higher capacity channel
- 2013-02-27 15:39:32下载
- 积分:1
-
besimu_rice
用matlab仿真莱斯信道,分析该信道下系统的误码性能(Analysis of the error performance of the channel system with the matlab simulation Royce channel,)
- 2013-04-02 13:30:13下载
- 积分:1
-
Matlab--huffman_coding
基于matlab平台下实现huffman编码(Matlab implementation platform based on the huffman coding)
- 2009-04-08 22:55:08下载
- 积分:1
-
emd
emd程序,可以用于滤波,得到几个IMF分量,滤掉复杂的波从而分析波的特征(emd program, can be used to filter, get a few IMF component, the complex wave filter to analyze the characteristics of wave)
- 2011-11-30 17:39:33下载
- 积分:1
-
particlefilter
非常不错的非线性非高斯环境下的粒子滤波程序(very good nonlinear non-Gaussian environment under the particle filter process)
- 2006-12-06 17:54:11下载
- 积分:1
-
Digital-Signal-Processing-Using-Matlab-V4---Ingle
This book contains information about Digital Signal Processing using MATlab
- 2014-11-07 11:24:18下载
- 积分:1
-
Hankel
此方法为Hankel矩阵法辨识出系统的传递函数(Hankel matrix method)
- 2021-04-01 10:19:08下载
- 积分:1
-
COFDM_QPSK
说明: COFDM的simulink仿真(QPSK)(The simulink simulation of COFDM (QPSK))
- 2011-03-28 09:58:58下载
- 积分:1