资源列表
chan
- 适用于TDOA的CHAN算法,双曲线最小二乘法(CHAN algorithm suitable for TDOA and hyperbolic least squares method.)
API读取固有频率的方法
- 通过python脚本读取abaqus计算的固有频率(Reading the ABAQUS Computational Natural Frequency through a Python scr ipt)
46917574FFT
- 傅里叶变换程序源代码,压缩包是一个简单的傅里叶变换的程序,可以运行!(One simple fourier transform code for learning)
correlation
- 通过设定距离,时延,嵌入维数, 计算关联积分函数C。(By setting distance, delay and embedding dimension, we calculate the correlation integral function C.)
max.min
- 对数据的简单处理,得到数据的最值,能够读取数据的行数(The data is processed simply, and the maximum value or the minimum value of data is obtained, which can read data rows.)
高斯
- 高斯滤波器,sigma值可根据信号输入自动调整(Gauss filter and Sigma value can be automatically adjusted according to signal input.)
newton_method
- 牛顿迭代法进行数值分析,求解方程,希望有用(Newton iterative method is used for numerical analysis to solve equations.)
fft
- fft,凑数用 里面包括递归实现的fft,非递归基2-抽时fft以及非递归基2-抽频fft(fft)
最小二乘
- 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达(The least square method, also known as the least square method, is a mathematical optimization technology. It
MATLAB牛顿法求解非线性方程组
- MATLAB牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
MATLAB求解非线性方程组 fsolve
- MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
tunge-kutta
- 常微分方程的数值解法当中的四阶经典龙格库塔程序(Four order classic Runge Kutta program)