资源列表
wg_slot_cal
- 波导缝隙天线缝隙参数分析、提取、计算,在matlab环境下快速计算-waveguide slot antenna slot parameter calculation
LS-and-TLS
- 最小二乘法和总体最小二乘法,来自《矩阵分析与应用》-Least squares and total least squares method the Matrix Analysis and Applications
mandu
- 用matlab描绘石英晶体的弹性波方程 并作出慢度图-describe the slowness
Artificial-noise
- 基于人工噪声的协同通信系统安全性研究,计算系统的误码率-Cooperative communication system based on artificial noise safety studies, computing system ber
Cordic
- CORDIC(Coordinate Rotation Digital Computer)算法即坐标旋转数字计算方法,是J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反三角、指数等函数。-CORDIC (Coordinate Rotation Digital Computer) algorithm that coordinate rotation digita
duojizi
- 为精确求解散射问题,采用混合场积分方程(CFIE)、多层快速多极子算法(MLFMA)和共轭梯度算法(CG)的收敛技术。基于传统多层快速多级子算法,详细研究了二维拉格朗日插值节点数对计算精度的影响,并改进了插值方法,在不同的层采用不同的插值节点数 提出了在不同的层采用不同的精度控制来计算多级子模式数 分析了稀疏矩阵的对称性对内存使用的影响以及磁场积分方程对迭代初始值的选择。数值计算结果表明以上改进可较大幅度地提高计算精度和计算效率,同时降低内存使用,可满足复杂目标电磁散射计算要求。-Precise
BLG-1.1
- 带等式约束和边界约束的凸二次规划问题,程序包含两种方法,一种是共轭梯度法,一种是frank-wolfe算法,代码质量较高。-Convex quadratic programming problem with equality constraints and boundary constraints, the program contains two methods, one is the conjugate gradient method, one is frank-wolfe algorith
gsl64
- GNU的科学计算包 这个包可以被C/C++调用,是自由软件。 在这个包中,提供了很多数学计算用的函数,比如随机数生成,特殊函数,最小二乘法拟合等等。总计有超过1000个函数。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The li
SemXFEM_1d
- XFEM扩展有限元模拟二维裂纹动态扩展,由哈弗大学一个研究小组开发,非常值得学习-XFEM extended finite element simulations of two-dimensional crack dynamic propagation, developed by a team at Harvard University, is worth learning
Vc-fft
- visual C++环境下实现的FFT,包括汉宁窗等-visual C++ realize FFT
lid-driven-flow(SIMPLE)
- 计算流体力学重要算法 simple算法计算顶盖驱动流动。-An example for using SIMPLE algorithm to computing lid driven flow in CFD
l1_ls
- L1范数正则化最小二乘计算min||y-Ax||^2+lambd||x||问题最优解-Least square optimal solution for L1 regulation problem min||y-Ax||^2+lambd||x||