-
matlab有限元工具箱
说明: 用matlab实现的有限元工具箱,有平面空间梁单元,杆单元,实体单元等。(achieved using Matlab Toolbox FEM, graphic space beam elements, rod elements, entities modules.)
- 2020-12-31 15:38:59下载
- 积分:1
-
solve_equations
几个使用的解线性方程组的程序,包括高斯消去法,高斯列主元法,高斯——赛德尔消去法。简明实用。(Gauss elimaination, Gauss_seidel ellimination)
- 2013-12-08 17:42:57下载
- 积分:1
-
helmholtz
说明: 求解二维亥姆霍兹方程的fortran程序,包含网格文件。(Fortran two-dimensional Helmholtz equation solving procedures, including the grid file.)
- 2011-03-15 10:39:34下载
- 积分:1
-
ayy_hankel
计算汉克尔函数,包括复数变量和任意阶数。对初学者很有帮助。(Calculate Hankel functions, including complex variable and arbitrary order. Useful for beginners.)
- 2012-10-29 10:40:21下载
- 积分:1
-
BIANbuchangLMS
用matlab自编的的变步长LMS滤波的算法的程序,希望对大家有用(Matlab own use of variable step size LMS algorithm for filtering procedure, in the hope that useful to everybody)
- 2008-03-19 16:26:43下载
- 积分:1
-
pre-distortion
针对功放得到非线性失真,采用查表法预失真对功放的非线性进行补偿,仿真表明了补偿方式的有效性。(Obtained for nonlinear distortion amplifier, using the look-up table predistortion to compensate for non-linear power amplifier, simulation shows the effectiveness of compensation.)
- 2013-11-20 16:15:34下载
- 积分:1
-
HGT
WRF模拟结果气象要素的检验对比,包含均方根误差,偏差和相关系数等(WRF simulation test results comparing meteorological elements, including the root mean square error, deviations and correlation coefficients)
- 2021-03-17 15:29:21下载
- 积分:1
-
基于AOA的室外雷达定位算法仿真 EKF
说明: 基于AOA的室外雷达定位算法仿真,基于TDOA的室外雷达定位算法仿真,基于AOA doa的室外雷达定位算法仿真,三维(Simulation of outdoor radar location algorithm based on AOA, simulation of outdoor radar location algorithm based on TDOA, simulation of outdoor radar location algorithm based on AOA TDOA, 3d)
- 2019-05-16 09:50:00下载
- 积分:1
-
PAST2
基于投影逼近的子空间跟踪(PAST)方法,用于自适应盲信号分离(Based on the projection approximation subspace tracking (PAST) method for adaptive blind signal separation)
- 2009-05-13 15:44:12下载
- 积分:1
-
KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real)
To compile:
ICC KMEANS.CPP <enter>
(This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real)
To compile:
ICC KMEANS.CPP <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1