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

搜索资源列表

  1. BankCallingSystem

    0下载:
  2. 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83089
    • 提供者:Yuan
  1. mmc_design

    0下载:
  2. 单列多服务台排队系统 概要设计 首先根据系统初始化输入的数据对系统进行初始化,根据顾客的数量和顾客平均到达时间间隔,产生系统中每名顾客到达时间间隔,将每名顾客到达时刻插入事件表,事件表根据时间采用最小堆进行排序,最早发生的事件放到事件表的顶端。-Summary of single multi-server queuing system design is first initialize the input data according to the system to initialize
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:74114
    • 提供者:xuwentao
  1. Matlab

    0下载:
  2. 很好的OFDM的基于MATLAB的仿真程序包,且包含了最终结果图.-montecarlo type montecarlo in the command window and wait for a long time.. _simulation of the complete OFDM system. _use of a very large file in order to get probabilities. _loop over different valu
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:96313
    • 提供者:田静
  1. norm2

    0下载:
  2. [自動控制]Time domain 2 norm 計算程式。輸入system function(由TF, ZPK, SS, FDS建立),程式會自動計算2-norm.-NORM2(G) computes the 2-norm, i.e. the RMS value, of a strictly proper stable system G (created with either TF, ZPK, SS, or FRD). || [RMS_VALUE, AUG_ROUTH_TABLE]=
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:792
    • 提供者:Sam Chan
  1. yy_zantaiwendingjisuan

    0下载:
  2. 简单暂态计算:输入初始功率、无限大系统母线电压、系统等值电抗矩阵、惯性时间常数、间断数、发生故障时段、每段间隔时间;得到结果有不平衡功率、功角增量、电磁功率、发电机转子摇摆曲线-Simple transient calculation: input initial power, infinite system bus voltage, the system equivalent reactance matrix, inertia time constant, continuous number,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:812
    • 提供者:杨悦
  1. reliability

    0下载:
  2. 求解电力网络机电暂态DAE方程,得到系统随时间变化的状态量轨迹-solve the mechanical/electrical transient DAE function of power system, in order to get the trace of the state parameter when time varies
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:460902
    • 提供者:邹欣
  1. Digital-baseband-system

    0下载:
  2. 数字基带系统将数字信号从时域上看时数字滚降,需要画出滚降前后的波形展示出来。频域上带宽变化了。输入滤波器之前的波形与采样判决之后的波形。采样判决前的频谱。 采样判决后的码型。 2、眼图(采样判决之前的眼图)(信噪比大眼图清晰) 3、误码曲线,(横坐标时信噪比,纵坐标时误码率) 4、Arfa变化对误码特性的影响,变好还是变差(变好),眼图清晰度变化(清晰),传递函数的带宽的变化。(带宽越大)-1.Digital baseband system point of view the d
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1878
    • 提供者:sk
  1. dsp_system

    0下载:
  2. 实现一个数字信号处理的仿真系统 。具有界面并实现以下功能:能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加);具有DFT和DCT变换功能,对各种信号进行变换;设计滤波器实现低通、高通、带通滤波,得到输出信号的频域特性和时间序列。-the realization of a digital signal processing simulation system. Requires interface and achieve the following functions:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:46837
    • 提供者:塞北烽
  1. bank

    0下载:
  2. 数据结构大型试验-银行模拟系统 (1)通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。 (2)通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。 (3)实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间。 (4)在实验中,可改变参数(如银行窗口数、客户到达率、服务时间等),测试银行的服务效率。要求在各种情况下,模拟测试都能
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1054926
    • 提供者:fsn
  1. Inertial-sensor-development

    0下载:
  2. 随着GPS性能的不断完善,应用越来越广泛,但GPS系统易受到外界环境影响,而传统的惯导系统也具有误差随时间积累的缺陷,因此GPS/INS组合方式因其互补性强已经成为实现导航的重要方式。这种组合方式能够确保在采用较廉价的惯性设备的情况下,也能获得较好的导航效果。-With the constant improvement of the GPS performance, more and more widely, but the GPS system vulnerable to external e
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:200841
    • 提供者:陈立普
  1. Bank

    4下载:
  2. 银行排队模拟系统 设计一个程序模拟银行叫号系统。 假设某银行有5个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。 要求在服务时段内显示如下实时信息和统计信息: 1) 每个窗口正在办理业务
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2317756
    • 提供者:酉永松
  1. Wind_power_output_estimation

    1下载:
  2. 分析电力系统风电出力数据的状态转移概率。在得到两三年的风电场发电出力数据后,可用该程序分析风电出力的具体变化,以及风电出力在相邻时刻不同状态之间的转移概率。-Analysis of power system wind power output data state transition probabilities. In two or three years to get the wind farm power output data, the program can analyze speci
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2539784
    • 提供者:Qiaoyan
  1. Wiener

    2下载:
  2. 实现维纳滤波用于语音增强。第一步采用频域谱函数计算最佳的维纳滤波器,再对输入带噪信号进行滤波;第二步是在此基础上的改进,用了自适应的思想,及时根据当前帧的状态更新修正滤波器的系统函数,得到更精确的无噪语音信号。第三步是采用自适应LMS方法,在时域迭代计算滤波器系数,迭代次数足够多时可得到较准确的有用信号。-Implement wiener filtering used in speech enhancement. First step optimum wiener filter is obtai
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2068
    • 提供者:林宇
  1. qgten

    0下载:
  2. 仿真效果非常好,基于分段非线性权重值的Pso算法,用于时频分析算法,可以得到很精确的幅值、频率、相位估计,表示出两帧图像间各个像素点的相对情况,使用高阶累积量对MPSK信号进行调制识别,仿真图是速度、距离、幅度三维图像,搭建OFDM通信系统的框架。- Simulation of the effect is very good, Based on piecewise nonlinear weight value Pso algorithm, For time-frequency analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4691
    • 提供者:jxwms
  1. digital-signal-processing

    0下载:
  2. 实现一个数字信号处理的仿真系统 。要求具有界面并实现以下功能: 1)能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加); 2)具有DFT、DCT和小波变换和经典功率谱估计功能; 3)具有设计IIR和FIR低通、高通、带通滤波器功能; 4)能显示时域和频域波形,演示输入信号经过系统得到输出信号过程及频域特性和时间序列。 -Implement a simulation system of digital signal processing. It
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:18356
    • 提供者:zy
  1. CODE

    0下载:
  2. combined fingerprint verification system. In run time the code will get two fingerprint as input. combine the two fingerprint in one identity. this is used for authentication and verification.-combined fingerprint verification system. In run time the
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8234309
    • 提供者:sriganesh
  1. sidra

    0下载:
  2. salut Diagramme bifurcation One way that I know is to obtain a Poincare section of the flow on an appropriate plane. This can be done by solving the system of differential equations numerically, and obtaining points in the solution that intersect
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:3697664
    • 提供者:Sidra
  1. ER23JDJ

    3下载:
  2. 在Matlab环境中编制了以雨流计数法为理论基础的二维载荷谱程序,用以对混合动力电动车电机驱动系统载荷时间历程进行统计处理,得到载荷幅均值雨流矩阵,进行幅均值各自分布假设检验,以及独立性和相关性检验,获得二维联合分布概率密度函数,建立混合动力电动车电机驱动系统台架试验用二维载荷谱.(Prepared in Matlab environment of the rain flow counting method with the theoretical basis of the two-dimens
  3. 所属分类:matlab例程

    • 发布日期:2020-01-13
    • 文件大小:669696
    • 提供者:彭成新
  1. EKF-Pose-Velocity-Estimation-master

    1下载:
  2. 扩展卡尔曼滤波可通过将非线性系统在其参考点处作泰勒级数展开,取其一阶线性部分作为该非线性模型的逼近,从而得到非线性系统在当前时刻的线性化描述。(Extended Kalman filter (EKF) can get the linearized descr iption of the nonlinear system at the current time by expanding the nonlinear system with Taylor series at its reference
  3. 所属分类:matlab例程

    • 发布日期:2021-04-10
    • 文件大小:9216
    • 提供者:Hamster_727
搜珍网 www.dssz.com