-
subbandadpcm
ofdm是比较常用的调制方式,本文给出了子带的ofdm的matlab程序,希望可以帮助大家(OFDM modulation is more commonly used methods, this paper presents a sub-band of the OFDM matlab program, I hope you can help)
- 2008-12-31 10:27:11下载
- 积分:1
-
DVB_TCOFDM
DVB_TCOFDM接收系统中关键技术研究与设计(DVB_TCOFDM receiver algorithm)
- 2011-01-07 18:05:26下载
- 积分: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
-
mc_ext_
C/C++ and Matlab types convertor
- 2009-06-06 10:37:58下载
- 积分:1
-
MCM-matlab
说明: 基本的蒙特卡洛方法入门程序,简单易懂,适用于初学者!(a easy MCM program ,suit to the students.)
- 2011-03-24 16:12:40下载
- 积分:1
-
MATLAB-CUDA
MATLAB平台下的CUDA加速库。运用该库可避免在MEX函数中来回拷贝GPU数据,提高MATLAB运行速率。附件给出一个简单的矩阵乘法的示例程序,该程序在GTX TITAN下运行效率比intel i7 3930k提高了10倍。(CUDA MATLAB platform acceleration libraries. Avoid the use of the library can be copied back and forth GPU MEX function data, improve MATLAB run rate. Annex gives an example of a simple matrix multiplication program that runs under the GTX TITAN 10 times more efficient than the intel i7 3930k.)
- 2014-06-08 12:38:44下载
- 积分:1
-
Desktop
米散射相函数对比,包括散射相函数抽样,不同波长,不同折射率(The contrast of the phase function of the rice scattering, including the scattering phase function sampling, the different wavelengths and the different refractive index)
- 2020-12-11 15:59:18下载
- 积分:1
-
CalFeature
双目视觉测距用到的程序,对图像中点相同点聚类用的(Ranging procedures used binocular vision, the image clustering using the midpoint of the same point)
- 2009-09-07 09:45:18下载
- 积分:1
-
MIMO-LDPC
MIMO-LDPC simulation
- 2015-01-25 02:39:01下载
- 积分:1
-
power_3level_converter
三电平变换器的SIMULINK模型,适合三电平变换器及其PWM产生算法的初学者。(This is a simulink model of three level converter, which is suitable for the beginner in this field.)
- 2011-04-22 19:05:21下载
- 积分:1