登录
首页 » matlab » GMSK

GMSK

于 2013-01-17 发布 文件大小:8KB
0 85
下载积分: 1 下载次数: 33

代码说明:

  用matlab编写的一个GMSK调制算法的仿真程序(GMSK modulation algorithm using matlab simulation program)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • dipoleArrayRadPattern
    Plots the radiation intensity pattern of a rectangular antenna array of identical dipole elements using the product of element pattern and array factor to get the Radiation Pattern
    2012-10-16 19:57:10下载
    积分:1
  • bat_algorithm
    改进的蝙蝠算法的MATLAB程序,内含测试函数,具有很高的测试精度(Improved algorithm bat)
    2021-03-29 09:59:11下载
    积分:1
  • Signal_Generator
    说明:  基于PRBS码型产生QPSK和16QAM信号(QPSK and 16QAM signal generation based on PRBS code)
    2020-06-18 01:40:01下载
    积分:1
  • matlab
    说明:  级数展开式近似计算函数值(matlab)(Series expansion of the approximate function value (matlab))
    2010-04-05 20:50:25下载
    积分:1
  • yizhixingjianyan
    用于在层次分析法中matlab对判断矩阵进行一致性检验(For matlab judgment matrix consistency test in the Analytic Hierarchy Process)
    2012-08-14 08:58:00下载
    积分:1
  • amdf
    求解出一段语音的短时平均幅度差函数AMDF,并绘制其波形图。(A speech to solve the short-term average range difference AMDF function, and draw the waveform figure.)
    2012-04-02 14:59:05下载
    积分:1
  • Knn.m
    KNN Classification Code Matlab
    2011-12-09 01:13:59下载
    积分:1
  • powerspec
    求时间序列的功率谱,包括周期图法和自相关函数法(Find the power spectrum of the time series, including periodogram and autocorrelation function method)
    2014-01-19 13:30:27下载
    积分:1
  • GPUBenchxx
    GPUBench Matlab Code
    2013-01-05 04:11:23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载