CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - M

搜索资源列表

  1. %BE%AB%CD%A8matlab%D7%DB%BA%CF%B8%A8%B5%BC%D3%EB%D

    0下载:
  2. MATLABThe CD-ROM accompanying this book contains MATLAB® M-files (MATLAB language source code) and Simulink® block diagram models for designing, implementing and testing control systems.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:584765
    • 提供者:l
  1. DPSK_UWB_system_analysis

    0下载:
  2. This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operat
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:6316
    • 提供者:王琼
  1. UWB_Fifth_Order_Derivative

    0下载:
  2. Models UWB TX and RX using BPSK fifth derivative. MATLAB Release: R13 Descr iption: This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator. -Models UWB TX an
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:5526
    • 提供者:王琼
  1. UWB_Link_Analysis

    0下载:
  2. This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates. -m plots the time and frequency domain of UWB PPM (pulse m
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2841
    • 提供者:王琼
  1. UWB_Monocycle

    0下载:
  2. This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program use
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1919
    • 提供者:王琼
  1. UWB_Channel_model_IEEE_802_15_3a

    0下载:
  2. The IEEE Multipath Channel block simulates an indoor UWB channel as described in \"A Channel Model for Ultrawideband Indoor Communications\" by J.R. Foerster, M. Pendergrass and A.F. Molisch, November 2003, and attempts to incorporate the processes u
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2723
    • 提供者:王琼
  1. predict_fun

    1下载:
  2. 基于均值生成函数时间序列预测算法程序 1. predict_fun.m为主程序 2. timeseries.m和 seriesexpan.m为调用的子程序 -function based on the mean generation time series prediction algorithm for a procedure. Predict_fun.m mainly procedures 2. Timeseries.m seriesexpan.m and called for
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1226
    • 提供者:helen14
  1. 030300329jose

    0下载:
  2. Josephus 排列问题定义如下:假设n 个竞赛者排成一个环形。给定一个正整数m,从某 个指定的第1 个人开始,沿环计数,每遇到第m 个人就让其出列,且计数继续进行下去。这 个过程一直进行到所有的人都出列为止。最后出列者为优胜者。每个人出列的次序定义了整 数1,2,…,n 的一个排列。这个排列称为一个(n,m)Josephus 排列。 例如,(7,3)Josephus 排列为3,6,2,7,5,1,4。-Josephus problem with the definition
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:李飞飞
  1. Un_chaos

    0下载:
  2. Un_chaos.m 将Make_chaos 生成的乱序图进行逆置乱,恢复原图像-Un_chaos.m Make_chaos to generate chaos in reverse sequence diagram Scrambling to restore the original image
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1400
    • 提供者:gao
  1. optimaldlb

    1下载:
  2. 本例采用最优控制的方法,利用二次型性能指标,保证小车所滑过的距离和整个过程所花费的能量达到最优值.程序包括initial.m,yjlqgctr.m,cartoon.m,simlqgyj.slk等文件-cases using the optimal control methods, using quadratic performance indicators, Trolley assured by sculpting the distance and the whole process will
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:63336
    • 提供者:跃进
  1. Mcoder

    0下载:
  2. 用于产生M码的C++小程序,通过查表输入本原多项式系数可以求出伪随机码.-M code used to generate the C minor procedures, imported through Lookup primitive polynomial coefficients can be calculated pseudo-random code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1445
    • 提供者:123
  1. chejiandiaodu

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4622
    • 提供者:chen
  1. yuesuofudemo

    0下载:
  2. 模拟约索夫问题:   有N个人围成一圈从第一个人报数,凡报到M的倍数的人退出圈外,求最后剩下得人的编号。 yuesuofuDemo是一个jBuilder2005的项目,JDK是V1.4 -simulation problems : N personal circle from the first reported a few individuals who report back in multiples of M withdraws from outsiders, seeking
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49730
    • 提供者:
  1. MATLABgui

    0下载:
  2. matlab例程,图形修饰界面,有数据和m文件。 -Matlab routines, graphics interface modification, data and m documents.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:72748
    • 提供者:肖恒辉
  1. @ccs

    0下载:
  2. 这是一个关于MATLAB的函数,能够用DEMO打开;使用时首先解压然后转换为M文件即可。很方便的。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:321193
    • 提供者:胡河宇
  1. @rtdxhelp

    0下载:
  2. 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9046
    • 提供者:胡河宇
  1. @ccshelp

    0下载:
  2. 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:32131
    • 提供者:胡河宇
  1. ccsfir

    0下载:
  2. 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。-a MATLAB applications, a convenient! Use need to change for the M documents.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16072
    • 提供者:胡河宇
  1. ccstutorial

    0下载:
  2. 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。-a MATLAB applications, a convenient! Use need to change for the M documents.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:68212
    • 提供者:胡河宇
  1. rtdxlms

    0下载:
  2. 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。-a MATLAB applications, a convenient! Use need to change for the M documents.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:40379
    • 提供者:胡河宇
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com