-
numerical_analysis_homework
(有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).((Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different)
- 2009-03-16 09:06:09下载
- 积分:1
-
matlab
《MATLAB 7[1].0编程基础基础》一书中的所有源程序。(" MATLAB 7 [1] .0 programming based on the basis of" one book, all the source code.)
- 2009-04-14 23:11:37下载
- 积分:1
-
SlidingModeControlinEngineeringChap1
Sliding mode control
- 2009-04-15 17:58:58下载
- 积分:1
-
matlab1
这个程序是单纯行法寻优子程序(多变量寻优),是我的一个作业,希望对大家有用。(This procedure is a simple line method optimization subroutine (multi-variable optimization), is one of my operation, I hope useful for all of us.)
- 2008-04-23 16:20:38下载
- 积分:1
-
[distributed]Molten_Carbonate_Fuel_Cells_Modeling
Modeling of MCFC process
- 2021-02-22 17:09:41下载
- 积分:1
-
welch-snr
谱估计的welch算法的matlab仿真(Spectrum estimation welch algorithm matlab simulation)
- 2012-06-12 08:49:02下载
- 积分:1
-
young
杨氏young s双缝干涉matlab代码(含动画示意)(Young' s Young' s double-slit interference matlab code (including animation schematic))
- 2013-05-16 21:47:10下载
- 积分:1
-
gkypsdp
判断半正定矩阵与正定矩阵间的一种新的准则,gky方法是判定系统是否稳定的一种很有效的方法,里面有源代码和相应文档(Judge half positive definite matrix and the positive definite matrix, a new criterion between gky method is to determine whether the system stability of a kind of very effective method, there are source code and documentation accordingly)
- 2015-04-09 20:41:25下载
- 积分:1
-
fewtjudf
包括最小二乘法、SVM、神经网络、1_k近邻法,用于信号特征提取、信号消噪,真的是一个好程序,采用热核构造权重,在matlab环境中自动识别连通区域的大小,GPS和INS组合导航程序,单径或多径瑞利衰落信道仿真,通过反复训练模板能有较高的识别率。( Including the least squares method, the SVM, neural networks, 1 _k neighbor method, For feature extraction, signal de-noising, Really is a good program, Thermonuclear using weighting factors Automatic identification in the matlab environment the size of the connected area, GPS and INS navigation program, Single path or multipath Rayleigh fading channel simulation, Through repeated training FssQvKhlate have higher recognition rate.)
- 2016-04-06 21:03:37下载
- 积分:1
-
electromyography_processing
说明: 使用3种方法(卡尔曼,巴特沃斯,小波)处理肌电信号,得出了关于那一种动作的各快肌肉参与情况。(The three methods (Kalman, Butterworth, Wavelet) were used to process the EMG signal, and the fast muscle involvement of that type of action was obtained.)
- 2019-06-13 14:24:53下载
- 积分:1