搜索资源列表
NumericalAnalysis
- 使用matlab进行数值分析时重要的参考资料,具体包含内容可以看英文描述-This text is written primarily for students/readers who have a good background of high school algebra, geometry, trigonometry, and the fundamentals of differential and integral calculus. This text includes the fol
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
AppliedNumericalMethodsUsingMATLAB
- 介绍利用MATLAB解决工程实践中的数值问题的电子书。-Applied Numerical Methods Using MATLAB,introduce numerical methods in engineering with the tool of matlab
Numerical_Methods_using_MATLAB.pdf
- Numerical Methods using Matlab - 3ed. John Matheus and Kurtis Fink 1-Numerical Methods using Matlab - 3ed. John Matheus and Kurtis Fink 1999
MimoOfdmPAPR
- To combat high PAPR, one intuitive solution is to adopt amplifiers to have larger trade-off range. However, these types of amplifiers are generally expensive and have low efficiency-cost, and therefore are of no practical use. On the other side, cert
APPLICATIONOFMATLABSOFTWAREINTHECALCULATIONFORTHEO
- 本文介绍了开放腔的基本原理和数学计算软件MATLAB。从四种基本腔体 模型出发,给出了用MATLAB设计开放腔高频参数计算软件的一般过程和方法, 并开发了开放腔计算分析软件。利用这一软件对四种不同类型开放腔进行了数 值计算分析,并将结果与实验测试和其他文献的计算结果进行了比较。结果表 明,本文的分析计算结果与实验以及文献[1]的分析计算结果有较好的一致性, 而本文提供的用MATLAB进行开放腔高频参数计算的方法简单易用、方便可靠、 计算效率高,是工程设计分析的一种快捷实用的手段。-This ar
VariableNoisySpeechEnhancementAlgorithmPerformance
- 语音增强是影响语音识别系统性能的重要成分。为了比较语音增强算法的性能,采用Matlab软件进行了数值仿真,对不同噪声环境下的语音用3种不同的方法进行降噪,采用信噪比、端点检测等方法来降噪效果,并对几种增强算法的性能进行了比较分析。结果表明,在变噪声环境下短时谱MMSE法最佳,谱减法和维纳滤波法各有优点。-Speech enhancement of voice recognition is an important component of system performance. In order
Numerical-Methods-using-MATLAB---Mathews-and-Fink
- Numerical Methods in Engineering with MATLAB as algebraic equations occur in almost all branches of numerical analysis. But their most visible application in engineering is in the analysis of linear systems
LabVIEW-Matlab-Mixed-Programming-
- 针对LabVIEW在数值分析和处理方面的不足,提出了实现LabVIEW与Matlab混合编程的几种方法。通过LabVIEW专有程序接口调用Matlab,LabVIEW设计用户图像界面,负责数据采集 Matlab在后台提供大型算法供LabVIEW调用,其程序的调用方法,可使用Matlabscr ipt节点或ActiveX函数模板。-According to the defect of LabVIEW in complex numerical analysis and processing,seve
ASSINGMENTB_RafalMajorczyk_-Sharp8
- Goal of the project was to implement numerical methods for solving systems of nonlinear algebraic equations using MATLAB software. As in previous assignment first of all I need to research for functions, which would be helpful during evaluation of ea
Rafal_Majorczyk_AssingmentC_-Sharp8
- Goal of the project was to use numerical methods for solving systems of ordinary differential equations (ODE) using MATLAB software. As in previous assignments first of all I had to research for algorithms, which would be helpful during evaluatio
Rafal_Majorczyk_Sharp8_AssignmentA
- Goal of the project was to implement numerical methods for solving systems of linear algebraic equations using MATLAB software. First of all I had to learn the structures of programming in MATLAB, later on I was able to implement and test numerical a
Typical-methods-for-linear-equations
- 解线性方程组的直接法(标准数值算法),包括高斯消去法程序、列主元高斯消去法程序、LU分解以及用LU分解求线性方程组、Cholesky分解以及用Cholesky分解求线性方程组、改进的Cholesky分解以及用改进的Cholesky分解求线性方程组、解三对角方程的追赶法。全部为本人原创程序,且全部经过测试无误。共9个MATLAB程序。程序内部含详细注释。-Solving linear equations of the direct method (standard numerical algori
A-Numerical.methods.in.engineering.with-Matlab.ra
- This a comprehensive guide to engineering students for using matlab-This is a comprehensive guide to engineering students for using matlab
Applied-Numerical-Methods-Using-MATLAB---Yang-Cao
- EM modeling with matlab
MATLAB--dian-qi-gong-cheng
- 通过本课程学习,使学生掌握利用MATLAB进行数值计算的基本方法,熟悉MATLAB编程环境、语言语法、程序结构、编程及调试技术,掌握MATLAB中M文件、M函数编写方法及调试技术、MATLAB的绘图和图形控制函数等内容,上机练习MATLAB数值解算方法,具备上机操作的技能,学习MATLAB在电气工程学科中的建模与分析方法,为后续专业课程学习奠定基础。 -Through this course, students master the basic methods of numerical calc
we798236
- 内容简介: MATLAB已成为多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型应用软件,目前的最高版本是6.0版。本教程以6.0版为基础,从高等工科院校的数学课程出发,提供了使用MATLAB的实践性指导。本教程以教学的手段,系统详细地介绍了MATLAB在高等数学、数值分析、函数作图、线性代数、概率统计和优化理论中的应用,并配备了大量的例题,让读者能很快掌握MATLAB的运算技巧。 本教程按逻辑编排,自始至终用实例描述,既适用于初学者自学,也适用于高级MAT
dynamics_MATLAB_programs
- 本程序为《Advanced Dynamics Analytical and Numerical Calculations with MATLAB》源代码,用数值方法求解高等分析动力学的程序。-The procedure for the " Advanced Dynamics Analytical and Numerical Calculations with MATLAB" source code, using numerical methods for solving dyn
numerical-analysis-
- MATLAB 应用数值分析 This text is appropriate for undergraduate courses on numerical methods and numerical analysis found in engineering, mathematics & computer science depts. Each chapter uses introductory problems specific applications. These easy-to