-
GroupDelay
Group delay calculation
- 2020-06-21 19:40:01下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
staggered-grid
实现了声波波动方程有限差分正演模拟,交错网格下,时间2阶空间10阶(Achieve the acoustic wave equation finite difference forward modeling, staggered under the grid, the time second-order space 10 order)
- 2021-04-12 16:38:57下载
- 积分:1
-
3DForce
Fortran编写的用来计算集中力在三维半空间弹性体中下表面应力的程序。(Written in Fortran is used to calculate the stress concentration at the surface in three-dimensional space of half an elastomer program.)
- 2016-10-10 09:35:53下载
- 积分:1
-
leaveoneout_lssvm
用于最小二乘支持向量机的名为"留一法",可用于支持向量机超参数的确定.(for least squares support vector machine called "a stay", could be used to support vector machine-determined parameters.)
- 2007-03-04 13:31:21下载
- 积分:1
-
Network
对于给定某一线性时不变网络(不含受控源),根据网络属性及结构,通过编程实现自动生成其关联矩阵A和一个树。(Given a linear time-invariant network (excluding controlled source), according to the network properties and structure of the automatically generated by programming its associated matrix A and a tree.)
- 2013-11-03 18:32:12下载
- 积分:1
-
math
this document contain some demonstrations in mathematics , it can bee very helpful for beginners
- 2013-01-26 18:45:06下载
- 积分:1
-
matlab_bgl
说明: 基本图论函数库,应用matlab程序,实现路径规划问题(The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work)
- 2009-08-19 10:19:04下载
- 积分:1
-
Atmos
计算大气密度的程序 用于航空宇航研究的基础程序(With the code you can getting the atmosphere denisity along the height)
- 2013-06-20 23:51:34下载
- 积分:1
-
SPFEM
随机有限元理论教材,是学习随机有限元及可靠度理论的不错东东
(Stochastic finite element theory of teaching materials, are studying stochastic finite element and reliability theory is true Dongdong)
- 2020-11-22 10:19:35下载
- 积分:1