CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 曲线图

搜索资源列表

  1. pure-ALOHA

    0下载:
  2. 纯ALOHA算法,使用VC编程实现,并绘制了纯ALOHA算法曲线图-Pure ALOHA algorithm, using the VC programming, and draw the curve of pure ALOHA algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3052309
    • 提供者:sara
  1. tu422

    1下载:
  2. 不同子载波数N的OFDM系统的PAPR性能也不同,子载波数N越大,其PAPR性能越差。给出了N=64、128、256时的常规OFDM系统的PAPR仿真曲线,同时给出了V=4时的相应子载波数的PTS-OFDM系统的PAPR性能曲线图。-N, the number of different sub-carrier OFDM PAPR performance of the system is different, the greater the number of subcarriers N, the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:宫约
  1. u-law-CCDF-N=128

    0下载:
  2. 程序仿真得图为原信号与u律压扩信号的互补累积函数曲线图。仿真参数:子载波N=128,采用QPSK调制。-The photo shows the original simulation program was u-law signal and the signal of the complementary cumulative function expansion curve. Simulation parameters: sub-carriers N = 128, using QPSK modu
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:20065
    • 提供者:李星
  1. GetStepRespData

    0下载:
  2. 从曲线图采样数据拟合曲线,采用不同的插值方法,得到不同的插值曲线-Sampling data from the curve fitting curve
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:allenhill
  1. channel

    0下载:
  2. 可设置函数曲线图视角的用户界面.分别包括红、绿、蓝色通道-Can be set to function graph view of the user interface, respectively include red, green, blue channel
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2075
    • 提供者:Reshurl
  1. Lyapunov

    0下载:
  2. 绘制混沌的李雅普诺夫曲线图,非常有用,可以下载,附混沌图程序-Chaos Lyapunov curve drawing, very useful, you can download, with a chaotic map program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4474
    • 提供者:qazlai
  1. baidongshai

    0下载:
  2. 摆动筛,物体左移、右移、跳跃条件,k线,曲线图-Were screening
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:513
    • 提供者:成才
  1. qq13

    3下载:
  2. 一个六杆机构的matlab仿真代码,包括其运动仿真,以及变量变化曲线图的生成。-A six institutions matlab simulation code, including its motion simulation, and variable changes in graph generation.
  3. 所属分类:matlab

    • 发布日期:2016-10-20
    • 文件大小:1024
    • 提供者:金梦
  1. qq21

    0下载:
  2. 一个曲柄摇块机构的matlab代码,包括运动仿真和变量曲线图的生成。-A crank block body shaking matlab code, including motion simulation and the variable graph generation.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:778
    • 提供者:金梦
  1. Genetic-algorithm-problem

    1下载:
  2. 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1555
    • 提供者:卢永鹏
  1. qam_MATLAB_simulation

    0下载:
  2. demodulate_sig 解调 generate_noise 叠加高斯噪声 insert_value 插值 modulate_to_high 调制到载波 pick_sig 采样 plot_2way 绘制正交信号图 plot_astrology 绘制星座图 plot_snr 绘制误码率曲线图 project 主函数 Qam_modulation QAM调制函数 rise_cos 升余弦滤波 stem_2way 绘制滤波后的信号图 -qam
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4823
    • 提供者:lh
  1. nlfmbk

    3下载:
  2. 非线性调频信号的产生,画出了群延迟与调频曲线图,并做了脉冲压缩处理,比较了加窗处理与不加窗处理的区别-Nlfm signal generation, draw the group delay and frequency curve, and the pulse compression processing, compared with windows and window processing difference
  3. 所属分类:matlab例程

    • 发布日期:2013-09-04
    • 文件大小:1245
    • 提供者:lasf
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. Matlab_plot

    0下载:
  2. matlab 中画图型,各种曲线图等的命令与方法,有代码示例-matlab plot study
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:702844
    • 提供者:jiang
  1. ex6

    0下载:
  2. simulink运行建模图 古典控制理论中的线性系统校正的滞后环节在simulink中的建模图,点击Scope就可看到其运行的曲线图 -simulink model
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:黄嘉彬
  1. ww3

    1下载:
  2. AWGN高斯白噪声信道下的能量检测算法ROC性能曲线图。-AWGN Gaussian white noise channel the energy performance detection algorithm ROC curve.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:721
    • 提供者:逆光
  1. MATLAB_introduction

    0下载:
  2. 使用matlab中的plot函数绘制不同颜色和标记的曲线图以及matlab入门教程-Matlab plot function to draw the different colors and the curve marked
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5423102
    • 提供者:xxch8008
  1. biye1

    0下载:
  2. 实现两列数据的相关性运算,并把其中一列分段,求出分段后的相关系数。绘制出相关曲线图。-Completion of the two data operations, obtained one of the column data segment correlation coefficient. Draw the relevant curve
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:79574
    • 提供者:子莫言
  1. lgkt

    0下载:
  2. 龙格库塔算法在VC++环境中运行实现 并用MFC画出坐标曲线图-LongGe coulthard realize coordinates curve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1924096
    • 提供者:陈红果
  1. Application-of-MATLAB

    1下载:
  2. 给出了理想光具组系统矩阵的MATLAB计算程序,并借助MATLAB进行光线追迹与数值拟合,得到了像差(球差)的多项式及曲线图.-Elastic viscoelastic correspondence principle is a method which is used to solve viscoelastic problems with elastic results using inverse Laplace transformation.The principle can combi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:208140
    • 提供者:王雪
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com