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

搜索资源列表

  1. 导弹6DOF开环飞行特性仿真研究

    12下载:
  2. 不同质量特性(推重比)、气动特性(空空弹、巡航弹)、飞行环境(高度)对导弹的固有飞行特性的影响。在气动参数设计中,没有考虑舵面偏转对导弹质心平动的影响,同时忽略弱耦合特性、下洗、飞行速度对气动参数的影响。仿真使用的坐标系为美式坐标系。仿真时先运行init_data.m用来初始化参数,仿真所用的所有可变参数都在这修改和设置;再运行Tomahawk2.mdl;最后运行run_plot.m画图。当然也可以在simulink中的示波器中看波形。
  3. 所属分类:matlab例程

  1. va

    0下载:
  2. 函数调用中参数个数可变的用法,让编译器检查函数调用中使用了多少参数以及参数类型,给我们带来了不少方便-A function call uses a variable number of parameters, so that the compiler checks a function call using the number of parameters and parameter types, gives us a lot of convenience
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1055
    • 提供者:小马
  1. pso1

    0下载:
  2. 维数可变的基本粒子群算法,改变参数的值就可以求任意维数的函数最小值。-Variable dimension particle swarm optimization, in order to change the value of the parameter can be any function of the minimum dimension.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1278
    • 提供者:刘洪霞
  1. drawheart

    0下载:
  2. 输入输出参数个数变化的程序,可以判断可变输入输出参数的个数。-Changes in the number of input and output parameters of procedures that can determine the number of variable input and output parameters.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:633
    • 提供者:叶子
  1. cwm

    0下载:
  2. 用matlab实现的中心加权滤波函数,中心权重为3,滤波窗口为3*3,参数可自行修改,可进一步改成可变参数函数。cwm_test为测试程序。-Weighted with matlab filter function to achieve the center, the center weight of 3, 3* 3 filter window, parameters can modify, change the variable argument function further.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:773
    • 提供者:cuter
  1. ButterworthLP

    0下载:
  2. 用MATLAB编写的巴特沃斯低通滤波器,可运行,参数可变-MATLAB prepared bart wo low-pass filter, can run, parameters variable
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:687
    • 提供者:mulin
  1. gudingboshuxingcheng

    0下载:
  2. 麦克风阵列的固定波束形成,参数可变,输出信噪比。-fixed beamforming
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1594
    • 提供者:小慧
  1. wusanjiehutiao

    0下载:
  2. 通信中的三阶互调问题的性能仿真,参数可变。-Communication third order intermodulation problems performance simulation, parameter variable.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1432
    • 提供者:杨超
  1. creat-Cylinder

    0下载:
  2. CATIA二次开发,参数化创建圆柱体.可变参数为圆柱直径、高度、数量、间距-creat cylinder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:3276
    • 提供者:shemily
  1. 2stage

    0下载:
  2. 应用变量变化模拟非线性方程组均衡过程,其中参数可变,方程组可变,方程组的解用各种图像表示-Variable changes apply equalization process simulation of nonlinear equations, where the parameter variable, variable equations, solution of equations represented by the various images
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:37599
    • 提供者:cys
  1. k

    0下载:
  2. 使用了“可变参数列表机制”的函数允许调用者调用该函数时根据需要来改变输入参数的个数的卡尔曼滤波-Using the function of variable parameter list mechanism to allow the caller to call the function according to the need to change the number of input parameters of the Kalman filter
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:沈世焜
  1. quasi-Newton-method

    0下载:
  2. 功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun respective
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5397
    • 提供者:苗小楠
  1. BFGS

    0下载:
  2. 功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入可变参数变量,简单调用bfgs时可以忽略它, 但是其他程序循环调用时将会发挥重要作用 输出:x,val分别是近似最优点和最优值,k是迭代次数。-Function: BFGS algorithm for unconstrained problem: min f (x) Input: X0 is the initial point, fu
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:杨静
  1. ssc_Li_cell_20121127

    1下载:
  2. 实现扩展卡尔曼,多阶可变参数,考虑温度对电池模型参数的影响(Implementation of extended Kalman, multi - order variable parameters, taking into account the effect of temperature on the battery model parameters)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:961536
    • 提供者:SXNEO
搜珍网 www.dssz.com