-
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
-
CreateRamp
利用matlab产生一个雷达回波信号,模拟了信号的强度和回波时间的变化(Using matlab to generate a radar echo signal, analog signal intensity and echo time of change)
- 2010-03-07 15:56:56下载
- 积分:1
-
从0开始移植UCOS II到野火STM32开发板.pdf
从0开始移植UCOS II到STM32开发板,十分详细的资料,讲的很清楚。手把手教学(From 0 to the UCOS II to STM32 development board, very detailed information, very clear. Hand handle teaching)
- 2018-02-03 10:33:57下载
- 积分:1
-
FusionTool
图像融合的小工具包,利用它可以进行一些简单的图像融合(Image Fusion of small tool kit, it can use some simple image fusion)
- 2009-03-26 14:52:10下载
- 积分:1
-
REPORTS
数字信号处理实验大全,从基础到充实,这里全有。(digital signal processing using matlab,lab source code.practical!)
- 2010-10-02 03:03:21下载
- 积分:1
-
S-plit-matlab
通过直接在matlab软件环境下,运行split.m程序,生成结果(图像)(By matlab software environment directly in the running split.m program to generate the results (images)
)
- 2011-12-27 00:35:09下载
- 积分:1
-
TV_inpainting
说明: 采用总变分法(TV)进行图像修复的matlab源代码。包括热扩散修复和多尺度方法。(using variational (TV) for image restoration of Matlab source code. Thermal diffusivity including repair and multi-scale approach.)
- 2006-02-21 14:20:57下载
- 积分:1
-
Filters
各种滤波器,包括LMS、RLS、Wiener,Kalman,Median等滤波器源码,都是原创(A variety of filters, including the LMS, RLS, Wiener, Kalman, Median filter, such as source code, are original)
- 2009-01-19 17:04:18下载
- 积分:1
-
MLdecodingwithchannelcoding
BER for bpsk with coding
- 2010-07-21 21:17:16下载
- 积分:1
-
LSTOA
基于最小二乘方法的TOA(基于时间到达方法)定位,首先建立TOA的模型,然后用最小二乘进行仿真分析(TOA-based method of least squares (based on time arrival method) position, first established TOA model, then the simulation analysis using least squares)
- 2014-09-29 15:13:15下载
- 积分:1