资源列表
lorenzLya
- 利用正交向量法求Lorenz系统的李雅普诺夫指数,并绘出指数谱图。-Orthogonal Vector Method Lorenz system, Lyapunov exponent, and draw the index spectrum.
Split_radix
- FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
1
- 北航数值分析第三题,最小二乘法,求解非线性方程,能够为北航数值分析提供很好的支持。-Beihang numerical analysis third title, the least square method for solving nonlinear equations, numerical analysis of Beihang able to provide good support.
dit_fft
- 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
liblbfgs-1.7
- This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of the implementation of Limited
eight-fortran-interpolate-programme
- 常用的fortran插值程序,很有用,可以在资料缺省时进行插值计算-Fortran common interpolation procedures, useful data can be interpolated by default
DEM内插 反距离加权平均算法
- DEM内插 反距离加权平均算法 DEM插值经常用到的算法-DEM interpolation inverse distance weighted average algorithm for DEM interpolation algorithms are often used
Practical-geostatistics-assemblies
- 实用地统计学程序集——孙洪泉等,有求实验半变差函数,绘制直方图,理论半边差函数拟合,点克里金估值等程序功能说明、计算公式、源程序及计算实例-coding on geostatistics
l1benchmark
- l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also provides a test scr ipt for comp
xcorr
- 实现互相关运算 C实现,实现互相关运算 C实现-cross correlation C code implementation
zuoye3
- 北航数值分析作业第三题 试用数值方法求出f(x,y)在区域D={(x,y)|0<=x<=0.8,0.5<=y<=1.5}上的一个近似表达式-Northern Numerical Analysis Numerical Methods for operating the third try find the problem f (x, y) in the region D = {(x, y) | 0 < = x < = 0.8,0.5 < = y < =
最小二乘支持向量机工具
- 采用最小二乘支持向量机完成对信号的分类,预测功能。 该工具包在2009版本上已经验证。