-
fir
说明: 利用在box-muller 和在时域上通过低通滤波器的方法产生多普勒频移的瑞利信道(Using the box-muller, and in the time domain through a low pass filter method produces Doppler frequency shift of the Rayleigh channel)
- 2011-03-09 06:24:47下载
- 积分:1
-
HAWTSim
toolbox for simulation of wind turbine (Demo)
- 2011-07-06 19:38:49下载
- 积分:1
-
kannumfcc
Various species of birds have unique bird calls. These bird calls are distinct based on inflection, length, and context, meaning the same bird may have more than one call. A device that would analyze the signal and identify the bird based on the bird call could be of tremendous help to an ornithologist. This project proposed the development of this device using signal processing and embedded design.
- 2013-10-25 07:52:28下载
- 积分:1
-
Engineering-Optics-With-Matlab
介绍了Matlab在光学仿真中的应用,包括了几何光学、光波导、高斯光束传输等方面的基础知识及仿真。(Engineering Optics With Matlab)
- 2011-12-27 11:31:08下载
- 积分:1
-
function_UnixTime2UTC
matlab檔案,用於時間格式轉換,可將UnixTime格式轉換成UTC格式(Time format convert)
- 2014-02-21 10:24:32下载
- 积分:1
-
ErrorCorrectionIII
Low density parity check ....
- 2013-12-05 15:13:14下载
- 积分:1
-
cpofdm
基于子空间的盲信道估计算法,用的是奇异值的分解Subspace-based blind channel estimation algorithm, using a singular value decomposition (Subspace-based blind channel estimation algorithm, using a singular value decomposition )
- 2010-09-14 22:35:13下载
- 积分:1
-
NaiveBayes
naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。(naive bayes method is used for the classification of a traditional method, which is generated as early as one way of comparison, classification accuracy is relatively high.)
- 2008-07-19 17:50:42下载
- 积分:1
-
mhuffmana
matlab程序,完成hufffman编解码的功能
(matlab program to complete the hufffman codec function)
- 2012-08-07 01:41:18下载
- 积分: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