-
constellation
在matlab平台下产生信号序列通过QPSK方式调制通过高斯信道以及瑞利信道,对其中的过程的信号时域以及其频谱,星座图情况进行分析(Matlab platform in the signal sequence under way through the QPSK modulation, as well as through the Gaussian channel Rayleigh Road, on which the process of time-domain signal and its spectrum, constellation diagram analysis)
- 2007-12-12 10:33:46下载
- 积分:1
-
matlabpinpufenxi
matlab各种周期信号的频谱分析matlab各种周期信号的频谱分析。(matlab various periodic signal range of the spectrum analyzer matlab cycle spectrum analysis of signals.)
- 2009-04-21 23:12:37下载
- 积分:1
-
DOA_11
这个是空间谱估计中阵元互耦校正算法,自己写的。(This is the spatial spectrum estimation Mutual Coupling correction algorithm, wrote it myself.)
- 2016-03-18 19:00:08下载
- 积分:1
-
gmsk_m
g-msk modulation and de modulation
- 2010-09-08 01:42:40下载
- 积分:1
-
featuresofmodulationsignals
基于统计特征实现调制方式识别,供大家参考(stastical features based modulation recognition. )
- 2010-09-14 14:15:51下载
- 积分:1
-
candsel
car plate localization
- 2012-09-30 19:06:50下载
- 积分:1
-
pulsgauss2
uwb 2-and derivative pulse gaussian simulation
- 2009-12-03 02:21:11下载
- 积分:1
-
DSPfir
这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。(This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and order then mixed to produce a C-frequency digital signal, and then the resulting data samples into the main program to the DSP for digital filtering, DSP main algorithm using a circular buffer algorithm, this part of the CCS to achieve.)
- 2013-09-15 21:16:30下载
- 积分: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
-
MATLAB
一些matlab中比较基本的源代码,实现不同的功能,非常实用(Some of the more basic matlab source code, to achieve different functions, very useful)
- 2013-05-22 18:06:36下载
- 积分:1