资源列表
quxiannihe
- 利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线。-c language curve fitting
kalman
- 经典的卡尔曼滤波计算,matlab的M文件实现。-The classic Kalman filter Matlab M-file implementation.
Dipole-In-Free-Space
- Dipole In Free Space 该程序计算了偶极子天线在自由空间的场分布情况-The program to calculate the dipole antenna in free space field distribution
MATLAB-basic
- 基于matlab的一些常用算法,包括一些数值算法,特殊函数的计算等-Based on matlab some commonly used algorithms, including some of the numerical algorithm, the calculation of the special function
tt
- 随着计算机科学技术的不断提高和发展,其强大的运算功能已经逐渐融入人类社会的各个领域,并且在各个领域中发挥越来越重要的作用。当然,高效的运算速度并不代表无限快,在有限的资源空间里,要大大提高运算处理数据的速率,就需要我们使用那些在时间和空间上体现出高效的算法。本系统是为了演示在同一问题上,不同的算法在效率上存在的巨大差异。本系统采用Visual C++ 6.0中文版为开发工具,实现三种不同排序算法,即:冒泡排序算法、选择排序算法和快速排序算法,以及这三种排序对同一问题的处理并且以图形的形式给出快慢
digital-filtering-algorithm
- 10种简单的数字滤波算法,用C语言实现。-10 simple digital filtering algorithm (C language)
k_pohlhausen
- 已知翼型坐标及其各点的马赫数分布用波豪森近似方法求解层流附面层厚度-The known airfoil coordinates of its point of Mach number distribution wave the Stockhausen approximation method for solving laminar flow boundary layer thickness
motion_ctrl_lib
- 此为合信PLC运动控制库文件,详细的请参照合信公司网站-This Hexin PLC motion control library files, please refer to the company website Hexin detailed
cmean
- 对于有缺测值的数据取平均 使用: y=cmean(x,k,c) x为包括有nan的数据,仪器观测中经常会出现 k为对x取第几维方向的平均 c的值可以控制缺测的条件,例如c取50,表示这一维方向上,如果有值的观测超过50个值才取平均,否则取nan;如果c取-5,表示缺测数在5以下时才做平均,否则返回nan-calculate the statistical mean of data but tick off nan Usage y=cmean(x,|k) or y
csum
- 对有缺测的数据求和 用法: y=csum(x,k,c) x为有缺测的数据,如仪器观测数据 k为对第几维求和 c为控制条件,如c为50,表示有50个以上的观测时才求和,否则为nan;如c为-5,表示缺测在5次以下才求和,否则nan-calculate the statistical sum of data but tick off nan Usage: y=csum(x,|k) or y=csum(x,k,|c), k can be [] [m,n,...]
formats
- 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
powerflow
- 电力系统潮流上机程序 包括高斯赛德尔迭代和牛顿拉夫逊迭代-Power flow-on program includes iteration high Sisaideer and Newton Raphson iteration
