搜索资源列表
magnetic_bearing
- 电磁轴承设计,主要用于计算尺寸参数(design of magnic bearing)
Sphere Radar Cross Section Calculation
- 球体的雷达散射截面计算,适合做电磁散射的研究编程(Sphere Radar Cross Section Calculation)
ATP-EMTP_6_0免安装版
- ATP程序(The Alternative Transients Program)是目前世界上电磁暂态分析程序(EMTP)最广泛使用的一个版本,ATP-EMTP程序几乎可为世界上的每一个人所免费使用,并可在大多数类型的计算机上运行。(The ATP program is currently the world's electromagnetic transient analysis program (EMTP) a version of the most widely used ATP-EMTP
matlabfile
- 用于计算平面电路的电磁耦合,主要在微带线中的应用。(Used to calculate electromagnetic coupling of planar circuits)
Rn
- 计算层状大地水平电偶源第一层状系数、第二层状系数及Ex、Hy电磁效应函数(The first layer coefficient, the second layer coefficient and the electromagnetic effect function of Ex and Hy are calculated)
(Bd)Line
- 计算输电线路电场的大小,考察输电线路电磁环境是否满足限值。(The electric field of the transmission line is calculated, and whether the electromagnetic environment of the transmission line can meet the limit value is investigated.)
mt
- 该程序在Matlab平台上能快速计算一维层状大地的电磁响应.(The program can quickly calculate the electromagnetic response of one dimensional layered earth on the Matlab platform.)
ZHUHONGFDTD
- 运用FDTD计算电磁仿真,很好用,推荐使用!直接运行即可(Using FDTD to calculate electromagnetic Simulation)
Inversion_parameters_improvement
- HFSS导出来的仿真数据与MATLAB进行计算得出电磁参数。(HFSS emulation data and MATLAB calculate electromagnetic parameters.)
Documents
- 计算斜阶跃关断响应的瞬变电磁程序,分成4个部分(Transient electromagnetic program for calculating oblique step off response)
FDTD_1D
- 含分布源传输线的电压电流仿真计算,可以讨论传输线电磁干扰问题(Simulation calculation of voltage and current of transmission line with distribution source)
MT2D正演
- 基于MATLAB编写的大地电磁二维有限单元法正演程序,矩形单元剖分,线性插值, 使用说明: 1. 运行MT2DMODEL.m构建正演模型 2. 运行TMmodel.m和TEmodel.m正演计算,计算结果自动保存 3. 程序进行了优化,并将BICGSTAB(稳定双共轭梯度法)用于求解线性方程组,求解效率提高,一般情况下正演计算仅需1~2秒(Based on MATLAB compiled two-dimensional magnetotelluric fin
杨氏双孔干涉实验的MATLAB计算机模拟 源程序代码
- 从光的电磁理论出发构建模型,运用MATLAB软件的矩阵计算能力,动态模 拟了杨氏双缝干涉实验的全过程,并生成了一个便于实验教学演示的GUI用户界面(Based on the electromagnetic theory of light, the model is constructed, and the matrix computing power of MATLAB software is used to dynamically simulate the whole process of Y
交流线路对直流线路感应过电压的pscad仿真
- 代码为本人亲自编写,绝对原创,设计了一套交直流并行线路电磁环境计算的代码,为感应过电压计算提供了基础。
refractive
- 能够对通过导入物质的S参数从而计算物质的电磁特性(The electromagnetic properties of materials can be calculated by introducing S parameters of materials.)
VNA Function
- 使用matlab利用电磁参数计算反射损耗(use the data of EM parameters to caculate the reflection loss by matlab)
MPI并行FDTD
- FDTD是时域有限差分方法计算电磁方程,本源码是MPI实现并行计算的方法