-
Untitled
GDOP的MATLAB计算程序,可以用于MATLAB现在的版本,实测可以用的。可以在上面直接修改。互通有无。(A section of MATLAB code for drawing GDOP map in TDOA positioning has been tested and available.)
- 2019-04-20 19:50:49下载
- 积分:1
-
2017.12.01 FHN模型程序
利用差分算法计算分数阶FHN方程和狄利克雷(Dirichlet)零边界条件:
,
其中,数值仿真过程中需要对参数、和、进行选取。区域离散在空间方向取为个点,时间方向的步长为, 截止时间为T=1000。
2.程序 FHN_CG 是采用共轭梯度法求解线性代数方程组 Au=b。
程序 FHN_MG 是采用多重网格算法求解线性代数方程组Au=b(Using the difference algorithm to calculate the fractional FHN equation,The fractional FHN equation and the de Lickley (Dirichlet) zero boundary condition are calculated by the difference algorithm.In the process of numerical simulation, we need to select parameters, sum, and. The area discreteness is taken as a point in the direction of space, and the time step is T_1000.The 2. program FHN_CG uses the conjugate gradient method to solve the linear algebraic equation group Au_b.Program FHN_MG is a multi grid algorithm for solving linear algebraic equation group Au_b)
- 2020-12-19 22:59:09下载
- 积分:1
-
algorithm
一本编程算法书,全书共30章,提供了差分方程模型、变分法、马氏链模型、神经网络模型等十几个模型的编程方法。(A programming algorithm book, a total of 30 chapters, provides a differential equation model, variational method, Markov chain model, neural network model and so on more than a dozen models of programming methods.)
- 2020-06-30 12:20:02下载
- 积分:1
-
地震资料处理时计算二维测线交点的程序,有弯线也能用
地震资料处理时计算二维测线交点的程序,有弯线也能用-seismic data processing, calculate 2-D lines of the intersection of procedures, it also can be used curved lines
- 2023-05-28 09:20:03下载
- 积分:1
-
DFRobot_SIM808-master
说明: libraries to run SIM808
- 2020-12-28 11:39:02下载
- 积分:1
-
一个数据采集的软件,可以自定义表的属性多少和名称,带有删除的功能...
一个数据采集的软件,可以自定义表的属性多少和名称,带有删除的功能-Instance, grind grain stamp Moreton basin cavity 软 glass, you can自corner cavity barrels义Distr people begin preparing少Core extravagant, Turbulent bleed at the nose cavity删pot features
- 2023-08-26 16:30:03下载
- 积分:1
-
transformer
说明: 使用simulink实现变压器的仿真生成的C代码(C code generated by transformer simulation using Simulink)
- 2019-04-03 11:05:31下载
- 积分:1
-
程序
说明: 基于PSO算法的风力预测,实时跟踪风机出力并预测。(And the output of the fan is tracked and predicted in real time based on the wind power prediction of the PSO algorithm.)
- 2020-11-26 17:29:31下载
- 积分:1
-
PDFManual
说明: it is useless, i am sorry
- 2020-06-16 02:00:01下载
- 积分:1
-
Desktop
说明: program example3
implicit none
real,parameter::weight=50.0
real,parameter::e=0.1
real guess
write (*,*) " weight is"
do while(abs(guess-weight)>e)
read(*,*) guess
if(abs(guess-weight)
- 2020-01-10 20:18:46下载
- 积分:1