-
bakecodemohuhanshu
通过时频转换法来,来画BPSK巴克码的模糊函数,tao(时延)切面,fd(多普勒频移)切面。以及其模糊度图的画法(Through the time-frequency conversion method to draw Barker code BPSK ambiguity function, tao (delay) section, fd (Doppler shift) section. And its ambiguity diagram drawing)
- 2020-11-17 19:29:40下载
- 积分:1
-
crosspso
带交叉因子的粒子群MATLAB算法程序,可实现带约束变量的微粒群算法(With cross-factor PSO algorithm MATLAB procedures, can be constrained variable particle swarm optimization)
- 2008-12-11 22:03:54下载
- 积分:1
-
simulated-annealing-algorithm
模拟退火算法及MATLAB程序代码,包含算法pdf文档,PPT讲义和M文件。(Simulated annealing algorithm and MATLAB code that contains the algorithm pdf documents, PPT handouts and M files.)
- 2013-03-20 13:19:26下载
- 积分:1
-
Diag_Rayon_Parabole_Guidonde
Antenne parabolique alimentée par guide d onde
- 2013-11-13 21:07:58下载
- 积分:1
-
Communication-principle-in-Matlab
本书主要讲解了通信原理基于MATLAB的计算机仿真(Communication principle in Matlab)
- 2015-04-06 15:50:33下载
- 积分:1
-
powerws3_1.mdl
Simulink simulation of 3 phase faults. Can observe voltage and current dynamics
- 2014-02-19 17:46:33下载
- 积分:1
-
test_compression_pyramid
关于MATLAB的编程和应用,及其在去除噪声中的应用,源程序的编写和修改(On MATLAB programming and applications, and its application in noise removal applications, the preparation and revision of the source code)
- 2009-06-25 12:39:36下载
- 积分:1
-
hdb3
说明: 自己做的基于MATLAB的HDB3编码,已经通过了调试( HDB3 code based on MATLAB)
- 2010-05-04 20:34:08下载
- 积分:1
-
adaptive-MS-threshold
我们学校学报上一篇关于多信号MS模型仿真的matlab仿真设计的文章,里面的思想很有值得借鉴之处。(Our school s paper, a multi-signal MS model simulation using matlab.A good design idea.)
- 2013-01-29 15:17:52下载
- 积分: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