登录
首页 » matlab » hatch_Vibration_Simulation_Using_Matlab_and_ANSYS

hatch_Vibration_Simulation_Using_Matlab_and_ANSYS

于 2007-07-16 发布 文件大小:65KB
0 125
下载积分: 1 下载次数: 218

代码说明:

  振动仿真 vibration simulation using matlab and ansys!(Vibration Simulation vibration simulation using matlab and ansys!)

文件列表:

hatch_Vibration_Simulation_Using_Matlab_and_ANSYS
.................................................\act8.m
.................................................\act8pz.m
.................................................\balred.m
.................................................\cantbeam_guyan.m
.................................................\cantbeam_shkr_modeshape.m
.................................................\cantbeam_ss_freq.m
.................................................\cantbeam_ss_modred.m
.................................................\cantbeam_ss_shkr_modred.m
.................................................\cantzero.m
.................................................\cantzero_freq.m
.................................................\cant_2el_guyan.m
.................................................\ndof_numzeros.m
.................................................\readme.m
.................................................\sdofxfer.m
.................................................\tdofpz3x3.m
.................................................\tdofpz3x3_rlocus.m
.................................................\tdofss.m
.................................................\tdofssfun.m
.................................................\tdofssmodal1fun.m
.................................................\tdofssmodal2fun.m
.................................................\tdofssmodal3fun.m
.................................................\tdofssmodalfun.m
.................................................\tdofss_eig.m
.................................................\tdofss_modal_time_ode45.m
.................................................\tdofss_modal_xfer_modes.m
.................................................\tdofxfer.m
.................................................\tdof_modal_time.m
.................................................\tdof_modal_xfer.m
.................................................\tdof_non_prop_damped.m
.................................................\tdof_prop_damped.m
.................................................\tdof_ss_simulink.mdl
.................................................\tdof_ss_time_ode45_slnk.m
.................................................\tdof_ss_time_slnk_plot.m
.................................................\zetain.m
.................................................\zetainpz.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • MATLAB
    一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如图4-2(b)所示的那种情况就不能收敛或收敛到别的根上去。 这一方法还可以做下面的解释,设第n次迭代得到的解与真值之差,即 的误差为 时,则 (4-8) 把 在 附近对 用泰勒级数展开 (4-9) 上式略去 以下的项 (4-10) 的误差可近似由上式计算出来 图4-2 (4-11) 比较式(4-7)和(4-11),可以看出牛顿-拉夫逊法的修正量和 的误差的一次项相等。 用同样的方法考虑,给出对n个变量 (:Because of the importance and complexity of power system, better algorithm and programme language is very important . An interior point method based on the perturbed Karush2Kuhn2Tucker (KKT) condition is pre2 sented in this paper , where the method and process for the optimal power flow is treated through the Matlab’s symbolic math toolbox and Mfunction is also presented. Using the symbolic code , it can improve the adaptability of the programme dramatically. The advantage is that , what we need to do is change the model expression. We can make use of the symbolic programme to check our programme while we write the Mfunctions. Using the Mat2 lab , we find the optimal solutions and calculate quickly and efficiently. It has proposed the powerful and unique functions of Matlab in the optimization and calculation for power system. Key words :power system symbolic calculation optimal power flow interior point method)
    2020-07-08 16:38:56下载
    积分:1
  • Scrpt_Cinematica
    Kinematic description aproximation
    2014-12-04 01:31:15下载
    积分:1
  • numerical_methods_using_matlab
    数值方法(MATLAB版)第三版 英文 本书介绍了数值方法的理论和实践知识。以实际例题说明概念定理,含大量习题和编程题。(numerical methods (MATLAB version) English third edition of the book on the numerical method of theoretical and practical knowledge. Practical examples to clarify the concept theorem, with a large number of exercises and programming problems.)
    2007-05-29 20:35:03下载
    积分:1
  • 鱼群算法matlab
    说明:  人工鱼是真实鱼抽象化、虚拟化的一个实体,其中封装了自身数据和一系列行为,可以接受环境的刺激信息,做出相应的活动。其所在的环境由问题的解空间和其他人工鱼的状态,它在下一时刻的行为取决于自身的状态和环境的状态,并且它还通过自身的活动来影响环境,进而影响其他人工鱼的活动。(Artificial fish swarm algorithm)
    2020-02-11 12:00:43下载
    积分:1
  • (7-3)-cyclic-code
    说明:  用MATLAB实现(7,3)循环码算法,很好的体现了循环码的特性(Using MATLAB implementation (7,3) cyclic code algorithm shows good characteristics of cyclic codes)
    2011-03-30 10:20:02下载
    积分:1
  • 1
    模糊控制实例说明,请大家下载观看哦,希望对你们有用(Fuzzy control examples, please download watch Oh, I hope useful)
    2013-07-17 13:05:45下载
    积分:1
  • Matlab_FE
    MATLAB finite element code
    2013-11-03 16:50:44下载
    积分:1
  • 5
    说明:  对TWT放大器进行实验测量,对给出的AM-AM和AM-PM数据,实现TWT放大器的一个仿真模型(Experimental measurement of the TWT amplifier for the AM-AM and given AM-PM data to achieve a simulation model of TWT amplifiers)
    2011-07-16 23:23:24下载
    积分:1
  • csfunc
    Example C-file S-function for defining a continuous system. * * x = Ax + Bu * y = Cx + Du * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c.
    2009-12-26 23:24:54下载
    积分:1
  • Deep_Clipping
    Deep clipping simulation on matlab
    2014-08-13 23:38:02下载
    积分:1
  • 696518资源总数
  • 105074会员总数
  • 31今日下载