资源列表
lambda-tools
- 用matlab程序编写,附带源码以及说明书,用于GPS定位技术方面整周模糊度固定的计算小工具-Using matlab programming, with source code and instructions, GPS positioning technology integer ambiguity fixed for computing gadgets
correlation_2192
- 对一序列进行自相关,找到其峰值从而同步。在MATLAB上模拟硬件实现,结果和浮点运算一致,说明了设计的可行性。-Autocorrelation of a sequence, to find the peak sync. MATLAB simulation on hardware implementation, consistent results and floating point operations, indicating the feasibility of the design.
DataSet
- 这是在机器学习、人工智能、数据挖掘中经常用到的数据集,聚类分析也经常用,包括:UCI的数据集wine,yeast,iris等,还有USPS数据集,4k2_far,leuk72_3k数据集等。-This is in machine learning, artificial intelligence, data mining frequently used data sets, cluster analysis are often used, including: UCI datasets wine
AntennaArray-Program
- 王建所著阵列天线分析与综合一书中相关例题的程序解决方案-Wang array antenna analysis and synthesis written a book example of program-related solutions
CFD
- 这是一个求解NACA0012翼型在不同马赫数与攻角下的流场的Fortran源代码。计算格式采用了原始AUSM、AUSMDV以及AUSM+格式。为了提高计算精度,使用了不同限制器的MUSCL插值。-This is a Fortran source code for solving the flow field around the NACA0012 airfoil at different Mach numbers and angles of attack. The scheme of AUSM,
Godnov_HLLC
- 解1D黎曼问题的有限体积法,使用Roe格式做近似-1D finite volume method for solving the Riemann problem, make use of the approximate Roe format
damage
- ansys二次开发损伤本构关系的详细代码,已经调试成功-ansys damage constitutive secondary development of detailed code, debugging has been successful
Approximating-Eigenvalues
- 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
bufr_reader_20110829.tar
- 该程序用以读取bufr格式的数据,采用linux系统编写,fortran和C程序合写!-This a fortran program for reading bufr data in liunx system!
weno.tar
- 5阶weno格式解burger equation(含精度计算及绘图,打开文件夹WENO.pdf有详细说明。./test.sh运行程序)-5th order weno scheme solve burger equation (include calculating order and draw , open document WENO.pdf contains detailed instructions./test.sh run program)
Bayesian-estimation-program
- 贝叶斯估计 和极大似然估计的matlab程序-matlab program of Bayesian estimation and maximum likelihood estimation
非均匀圆阵MUSIC算法
- 阵列信号处理中MUSIC算法,使用非均匀圆阵,有详细的注释。