搜索资源列表
largest_lyapunov_exponent
- lyapnov系数的算法。"这个程序得到的lambda_1不能当做最大lyapunov指数,因根据所作出的曲线选择线性区进行拟合,此处的处理是为了程序的方便"-lyapnov coefficient algorithms. The lambda_1 of this program can not be used as the largest lyapunov exponent fitting according to the linear region of the curve selectio
Data-fitting-and-spectral-analysis
- 对电压数据进行多项式拟合或指数拟合,并进行频谱分析-Voltage data polynomial or exponential fitting and spectral analysisVoltage data polynomial or exponential fitting and spectral analysis
quxiannihe
- 曲线拟合的目的是找出一系列的参数a0,a1,....,通过这些参数最好地模拟实验结果。 *线性拟合-把实验数据拟合为一条直线y[i]=a0+a1*X[i] *指数拟合-把数据拟合为指数曲线y[i]=a0*exp(a1*X[i]) *广义多项式拟合-就是多项式拟合,即把数据拟合为多项式函数: y[i]=a0+a1*X[1]+a2*X[i]^2... 可以选择不同的算法,以获得更好的精度和准确性。 *广义线性拟合-公式为y[i]=a0+a1*f1(