登录
首页 » matlab » series

series

于 2007-03-14 发布 文件大小:634KB
0 292
下载积分: 1 下载次数: 283

代码说明:

  德国人开发的地震处理分析软件,包括了塑性、弹性、加速度谱分析、频谱分析等。不过界面是德语的(看不懂,呵呵) (German development of seismic processing and analysis software, including plastic, elastic, the acceleration spectral analysis, spectrum analysis. But the interface is German (not read, Oh))

文件列表:

255400
......\AMPASCII.M
......\AMPCAL.M
......\AMPCORD.M
......\AMPGRA.M
......\AMPLI.M
......\AMPPAR.M
......\ARCHI.M
......\ARIACAL.EXE
......\ARIACAL.FOR
......\ARIACAL.M
......\ARIACORD.M
......\ARIAGRA.M
......\ARIAPAR.M
......\ARIAS.M
......\ARIASCII.M
......\ASCII.M
......\ASCIIPAR.M
......\BMP.M
......\BORRA.M
......\CERRAR.M
......\COMPCAL.M
......\COMPO.M
......\COMPPAR.M
......\CRGRA.M
......\CRXYGRA.M
......\CXYGRA.M
......\ECAL.EXE
......\ECAL.FOR
......\EVOL.M
......\EVOLBACK.M
......\EVOLCAL.M
......\EVOLCOR.M
......\EVOLNEXT.M
......\EVOLPAR.M
......\EVOLPGRF.M
......\EVOLTGRF.M
......\FFTASCII.M
......\FFTCAL.M
......\FFTCORD.M
......\FFTGRA.M
......\FFTPAR.M
......\FILASCII.M
......\FILCALC.M
......\FILCORD.M
......\filfile.m
......\FILGRA.M
......\FILPAR.M
......\FILT.M
......\FOURIE.M
......\FXYGRA.M
......\ginel.dat
......\GRAFCORD.M
......\GRAFICA.M
......\GRAFPAR.M
......\GRFASCII.M
......\HASKEL.EXE
......\HASKEL.FOR
......\HASKEL2.EXE
......\HASKEL2.FOR
......\haskel2.ini
......\HASKEL2.OBJ
......\HEINGRA.M
......\howtoinstall.txt
......\IMPRIM.M
......\INEASCII.M
......\INECAL.EXE
......\INECAL.FOR
......\INECAL.M
......\INECAL2.M
......\INECORD.M
......\INEL.M
......\INEPAR.M
......\INTEGRA.EXE
......\INTEGRA.FOR
......\INTEGRA.M
......\LEEPAR.M
......\LEER.M
......\LIMDER.M
......\LIMEXT.M
......\LIMIZQ.M
......\LINBASE.M
......\PAINGRA.M
......\PORTADA.DOC
......\PRIMA.M
......\PRIMA2.M
......\PRINCAL.M
......\PRINCI.M
......\PRINPAR.M
......\PSDASCII.M
......\PSDCAL.M
......\PSDCORD.M
......\PSDPAR.M
......\PWSD.M
......\PXXGRA.M
......\PXYGRA.M
......\RDINGRA.M
......\RESASCII.M
......\RESCAL.M
......\RESCORD.M

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

发表评论

0 个回复

  • huamokongzhi
    讲述了有关滑模控制的理路知识,算法基础和工程实际应用,同时也提供了matlab仿真的例子以及相关程序。(About the rational approach on sliding mode control knowledge base and practical application of engineering algorithms and also provides examples of matlab simulation and related procedures.)
    2010-12-09 10:17:51下载
    积分:1
  • esprit
    说明:  esprit算法的MATLAB仿真程序,(this algthem is for esprit)
    2009-07-24 22:33:45下载
    积分:1
  • energydetection
    认知无线电能量检测法的仿真及其源代码和简要说明(Simulation of Energy Detection of cognitive radio )
    2011-04-28 15:36:31下载
    积分:1
  • matlab
    这个学期刚学习了MATLAB,这是自己写的,matlab实现图像的放大和翻转(This semester just learning the MATLAB, it is his writing, matlab for image to enlarge and flip)
    2010-05-09 10:50:18下载
    积分:1
  • of14
    this simulation script set allows for an OFDM transmission to be simulated.
    2011-07-30 23:37:39下载
    积分:1
  • Matlab-Mach-3-blow-a-cylinder
    3马赫气流吹拂圆柱体,二维非结构化网格,网格自适应优化,Matlab代码,无粘(Mach 3 airflow blowing cylinder, two-dimensional unstructured grids, adaptive mesh optimization, Matlab code, inviscid)
    2013-11-15 23:49:30下载
    积分:1
  • clnonfault
    用于计算无故障的斜齿轮对啮合时接触线长度随时间的变化(calculation of the contact line length of the helical gear)
    2021-02-17 11:39:46下载
    积分:1
  • sv
    说明:  基于simulink的SVPWM仿真,自己编写的,最后还差一个三相桥,大家可自行加上(Based on SVPWM simulation simulink, I have written, and finally a three-phase bridge worse, we can add their own)
    2013-12-01 16:27:25下载
    积分:1
  • poisson-process
    理解掌握 Poisson过程的理论,了解随机过程的模拟实现技术,学习并掌握在实际中如何检验给定的随机过程是否为Poisson过程 (Poisson process, understand and grasp the theory of stochastic processes to achieve understanding of simulation techniques to learn and master in practice how to verify whether a given stochastic process for the Poisson process)
    2015-03-26 14:31:44下载
    积分:1
  • ode45
    解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。(Solution of ordinary differential equations of the Matlab program is used to indicate ypfun string f (t, y) M-file name, tspan = [t0, tfinal] said that since the variable t0 initial and final values of tf y0, said initial vector y0 , optional parameters to set options for the use of odeset accuracy and other parameters. The output column vector tout that node, the output matrix yout that of numerical analysis, each column corresponds to y of a component. If there are no output parameters, then make a graph.)
    2009-11-19 21:49:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载