登录
首页 » matlab » 非线性动力学 nonlinear

非线性动力学 nonlinear

于 2021-03-06 发布 文件大小:64KB
0 373
下载积分: 1 下载次数: 214

代码说明:

  非线性动力学、分岔 Matlab 程序实现,弹簧质量系统在简谐激励作用下的受迫振动,弹簧的恢复力F与变形x的关系为F=kx3,动力学方程为...30cosmxcxkxFwt++= 其中,给定参数,1m=,0.3c=,1.0k=,1w=,初始条件为(0)3.0x=,.(0)4.0x=设系统的动态参数为F0,绘出系统状态变量随参数变化分岔图,绘图参数对应的系统各周期及混沌状态的时间历程图、相轨迹图、Poincare映射图(Nonlinear dynamics, bifurcation Matlab program, the forced vibration spring-mass system under harmonic excitation, spring restoring force F and deformation x relationship the F = kx3, kinetic equation for ... 30cosmxcxkxFwt++ = wherein the given parameters, 1m = 0.3C = 1.0k = 1W =, initial condition (0) 3.0x = (0) 4.0x = set of the dynamic parameters of the system for the F0, plotted system status system cycle and chaotic state variables with parameter changes bifurcation diagram, drawing parameters corresponding time course of the phase trajectories, Poincare map)

文件列表:

非线性动力学-分岔图-混沌-程序.pdf,71699,2012-11-15

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

发表评论

0 个回复

  • 空间时频分布
    说明:  自己写的一个计算空间时频分布的程序,可知指定Cohen类分布类型WVD,CWD,PWVD,SPWVD,BJD(himself in a room when calculating the frequency distribution procedures, we can see Cohen category designated distribution type WVD, CWD, Wigner, SPWVD, BJD etc.)
    2021-03-15 19:19:22下载
    积分:1
  • PAM_RECEIVE
    讨论匹配滤波器对不同形式的PAM信号进行接收的情况。并研究在高斯白噪声环境中传输的改善程度(Discussion of the matched filter for different forms of PAM signal reception conditions. And to study the white Gaussian noise environment in the improvement of transmission)
    2011-07-16 07:33:10下载
    积分:1
  • Lungextraction
    source code for finding lung extraction
    2012-10-11 02:02:39下载
    积分:1
  • Palik_Ag
    说明:  material property for RCWA calculation
    2021-03-30 21:19:09下载
    积分:1
  • nonlinearsystemidentification
    nonlinear system identification using neural networks on matlab
    2009-05-26 18:14:54下载
    积分:1
  • ksvd-algorithm-and-psnr
    ksvd字典学习算法和改进的ksvd字典学习算法,并自动计算psnr。(ksvd dictionary learning algorithm and improved ksvd dictionary learning algorithm and automatically calculates psnr.)
    2014-12-04 18:47:28下载
    积分:1
  • slm
    slm matlab 仿真代码 各种完备M文件(slm matlab simulation code of a complete M-file)
    2011-11-19 10:24:24下载
    积分:1
  • EMfor_neural_networks
    In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets. (In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar-xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets. )
    2008-03-05 19:22:23下载
    积分:1
  • 101259378luv_rgb_yuv_lab_space_convert(2)
    Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
    2009-04-13 10:24:47下载
    积分:1
  • Ftezhengpailei
    shi te zheng pailei de daima
    2005-04-29 15:29:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载