-
spline
样条插值算法的matlab代码,包括一次样条插值,二次样条插值和三次样条插值,可根据需要选择(Spline interpolation algorithm matlab code, including a spline interpolation, quadratic spline interpolation and cubic spline interpolation, can be selected)
- 2020-12-23 20:49:06下载
- 积分:1
-
4-fft
FFT快速傅里叶变换 采用基4 fft实现的c语言版(FFT Fast Fourier Transform implemented using the base 4 fft c language version)
- 2020-12-16 15:09:13下载
- 积分:1
-
adpcm_c_code
PCM数据通信压缩算法,c语言编写,适合移植到单片机、dsp等目标系统上。(PCM data communications compression algorithm, c language, suitable for transplant to the microcontroller, dsp goals systems.)
- 2007-04-02 14:03:37下载
- 积分:1
-
hb888
有较好的参考价值,外文资料里面的源代码,基于小波变换的数字水印算法matlab代码。( There are good reference value, Foreign materials inside the source code, Based on wavelet transform digital watermarking algorithm matlab code.)
- 2017-04-12 18:09:25下载
- 积分:1
-
Sparse-Matrix-SIS
传统的算法是基于邻接矩阵对网络指标进行计算,而大型网络通过稀疏矩阵保存。本研究编写了可以计算稀疏矩阵的经典传染病SIS模型的程序。(The traditional method is based on network indicators adjacency matrix computing, and large networks through sparse matrix saved. The study prepared by the epidemic SIS model can calculate the classical sparse matrix program.)
- 2015-07-28 12:42:49下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
DEM(Distrete-Element-Model)--Fortran
离散颗粒碰撞程序,包括颗粒的随机生成程序,颗粒搜索程序,颗粒碰撞程序。(Discrete particle collision procedures, including procedures for randomly generated particles, particles search process, particle collision process.)
- 2020-11-12 11:59:44下载
- 积分:1
-
hanping-V1.1
用MATLAB编写的遗传算法路径规划,可以提取一幅图中想要的目标,matlab开发工具箱中的支持向量机。( Genetic algorithms using MATLAB path planning, Target can be extracted in a picture you want, matlab development toolbox support vector machine.)
- 2017-04-19 20:55:30下载
- 积分:1
-
thresholdsplit
matlab计算的自适应阈值分隔,非常好用,适用于初学者(matlab adaptive threshold calculation separated, very useful for beginners)
- 2008-04-16 21:14:29下载
- 积分:1
-
GBAS
利用蚁群算法求解TSP问题,
从Location.dat文件输入每个城市的坐标。(The use of Ant Colony Algorithm for TSP problems Location.dat file input from the coordinates of each city.)
- 2009-06-18 09:08:14下载
- 积分:1