登录
首页 » Fortran » swept-sine-vibration

swept-sine-vibration

于 2013-12-02 发布 文件大小:1KB
0 237
下载积分: 1 下载次数: 9

代码说明:

  基于ANSYS APDL二次开发的航电设备的动力学扫频分析,载荷输入条件为交越频率以下为恒定位移,交越频率以上为恒定加速度。我将加速度输入转换为位移输入,将位移和加速度两段输入载荷统一按照位移载荷输入,将位移存入表数组,利用ANSYS APDL自动将扫频范围内的位移载荷存入表数组,并循环加载计算,实现了该工程结构的正弦扫频振动分析。(Kinetic sweep analysis, load input conditions of secondary development based on ANSYS APDL avionics for the crossover frequency less constant displacement, above the crossover frequency is constant acceleration. I will convert the input displacement input acceleration, displacement and acceleration loads unity in accordance with the displacement of the two input load input, the displacement of the array into the table using ANSYS APDL automatically load displacement within the sweep range of the array into the table, and cyclic loading calculated to achieve a swept sine vibration of the project structure.)

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

发表评论

0 个回复

  • power_syncmachine
    power_syncmachine.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_syncmachine.rar, Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
    2013-07-14 12:50:41下载
    积分:1
  • program.rar
    米氏散射,关于散射光强和散射角的关系,希望对大家有帮助!(Mie scattering program about relationship between the relative intensity and scattering angle. May helpful to you!)
    2011-08-09 15:06:58下载
    积分:1
  • code2
    MLP network with fig
    2012-09-06 23:16:45下载
    积分:1
  • liduceding
    matlab中,运用开运算,显示不同半径开操作后剩余的像素和,&每个半径下粒度多少&半径为5时图像中粒度的分布情况(matlab, the use of open computing, display different radii after opening and operation of the remaining pixels, & Under each radius of the particle size distribution of the number & radius 5:00 granularity image)
    2013-12-23 20:46:56下载
    积分:1
  • trns
    The model used for creating the reference voltage is shown in Fig. 4. First, photovoltaic output current (Ipv) and output voltage (Vpv) are passed through a first order low pass filter with a magnitude of G = 1 and a time constant of T = 0.01 seconds in order to filter out the high frequency components or harmonics from these signals as shown in Fig. 5 and Fig. 6. The filtered current and voltage signals (Ipv_F and Vpv_F) are then fed into the MPPT control block that uses the Incremental Conductance Tracking Algorithm. An algorithm that is based on the fact the slope of the PV array power curve shown in Fig. 7 is zero at the Maximum Power Point (MPP), positive on the left of the MPP, and negative on the right. The MPP can thus be tracked by comparing the instantaneous conductance (I/V) to the incremental conductance (∆ I/∆ V) [11] as in (1):
    2013-07-23 17:45:44下载
    积分:1
  • code-capture-of-dsss-system
    本文主要利用matlab编程工具对直接序列扩频通信的捕获过程进行仿真。仿真主要基于滑动相关法的有关理论,先讨论扩频仿真中起着重要作用的m序列的生成问题,尔后讨论调制信号的产生,然后在信号的捕获中分步讨论,先对捕获的流程进行简单的仿真,再依次加入噪声和多普勒频移后进行捕获仿真(In this paper, using matlab programming tools for direct sequence spread spectrum communication capture process simulation. Simulation of the sliding correlation method is based on the theory, first discuss the simulation plays an important role in spreading the m sequence generation problem, the modulation signal generation and later discussed, and the signal captured by stepping discussion processes the captured first simple simulation, and then followed by adding noise and Doppler frequency shift after the capture simulation)
    2013-09-04 11:53:17下载
    积分:1
  • search-chen
    使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示(AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.txt demo)
    2014-12-19 11:08:38下载
    积分:1
  • Rastrigin-Matlab
    遗传算法,Rastrigin 函数,清晰明确,认真仔细,希望快点上传,(Genetic algorithms, Rastrigin function,Clear, carefully, hoping upload,)
    2021-01-20 16:58:41下载
    积分:1
  • ErrorCorrectionIII
    Low density parity check ....
    2013-12-05 15:13:14下载
    积分:1
  • tlabel
    This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are. The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED! Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example. Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem. Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis): t = linspace(0,1) + now x = rand(size(t)) plot(t,x) axis tight tlabel <---- Enjoy it! Bugs reports and suggestions will be very appreciated! (This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are. The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED! Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example. Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem. Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis): t = linspace(0,1)+ now x = rand(size(t)) plot(t,x) axis tight tlabel <---- Enjoy it! Bugs reports and suggestions will be very appreciated! )
    2009-10-05 21:46:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载