虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

matlab-M

  • 自己用MATLAB编写dsp5509的中的sine.dat文件

    自己用MATLAB编写dsp5509的中的sine.dat文件,附详细正确的编写方法,和m文件。只要改些参数就可任意生成想要的函数.dat是授人渔的方法,此论坛以及网络流传的函数经试验不好使,没有考虑许多问题生成的文件是错误的,在此详细介绍生成dsp标准.dat方法

    标签: MATLAB 5509 sine dsp

    上传时间: 2013-12-10

    上传用户:jyycc

  • 本程序是对IEEE 802.16e物理层和链路层的仿真。 使用matlab的simulink仿真工具

    本程序是对IEEE 802.16e物理层和链路层的仿真。 使用matlab的simulink仿真工具,先运行data.m产生仿真数据,再运行WiMAX_Test_4.dll进行仿真。

    标签: simulink 802.16 matlab IEEE

    上传时间: 2017-08-25

    上传用户:qiaoyue

  • 基于MATLAB的几种数字调制仿真

    基于MATLAB的几种数字调制仿真,包括2ASK、4ASK,2PSK,4PSK,QAM等调制方式。结合GUI图形表示出来。内含两个文件,一个是digital_modulation.fig图形文件,另一个是digital_modulation.m源码文件。

    标签: MATLAB 数字调制 仿真

    上传时间: 2014-12-01

    上传用户:1079836864

  • 一个matlab程序

    一个matlab程序,m序列产生程序, 因为M序列很重要,要的可以下载。

    标签: matlab 程序

    上传时间: 2013-11-29

    上传用户:凤临西北

  • GM(1,1)模型 matlab仿真

    GM11.m是基于灰色系统理论的GM(1,1)模型编写的,开发软件为matlab(2010b)版。应用范围为所有符合GM(1,1)模型的数据。 具体使用方法:x0为原始数据,需由用户自行输入,输入方式可选择调用txt格式或excel文件格式等。模型中的N值为数列的预测步数, 也由用户根据实际情况输入。 文件已保存成.m文件,故可作为matlab的function直接调用,用户只需使用[yc0]=gm11(x0)语句即可实现调用。

    标签: 灰色系统模型

    上传时间: 2015-04-22

    上传用户:zju104

  • MATLAB生成模式类

    利用matlab生成模式类, 本实验利用matlab中相关函数mvnrnd(m,s,n)生成符合要求的高斯分布的函数与数据以及高斯模式类

    标签: matlab 模式分类 模式类

    上传时间: 2015-05-14

    上传用户:sunboy25

  • Matlab 画三维立体图形

    Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    标签: Matlab 画三维立体图形

    上传时间: 2015-11-02

    上传用户:A1321

  • MCMC的matlab源码

    MCMC方法的matlab实现,主要包括三个部分: 1,*[rnd,pdf,lpr].m分布函数工具MATLAB的补充 2,MCMC *。M例程来计算和显示MCMC输出总结 3,其他有用的例程

    标签: MCMC matlab

    上传时间: 2016-03-04

    上传用户:gentlefish

  • Robust+Control+with+Matlab+Code

    这是robust control design with matlab 书里的部分M文件,挺不错的

    标签: matlab robust

    上传时间: 2016-04-20

    上传用户:sunlight2016

  • m序列发生器的设计与实现

    伪随机码越来越受到人们的重视, 被广泛应用于导弹、卫星、飞船轨道测量和跟踪、雷达、导航、移 动通信、保密通信和通信系统性能的测量以及数字信息处理系统中。m 序列是伪随机码中, 带线性反馈 移位寄存器的周期最长的一种基本序列。本文首先分析m 序列的基本原理、结构、性质, 然后实现了13 位m 序列的硬件电路设计和MATLAB、FPGA 及SystemView 软件仿真等, 最后分析测试结果并提出设 计想法。

    标签: 序列

    上传时间: 2016-06-16

    上传用户:niuchicao