资源列表
Mahalanob
- 用于计算马氏距离,并可以用于优选近红外光谱的校正集和预测集-used in the calculation of the Mahalanobis distance, and can be used for optimization of near-infrared spectroscopy calibration set and the prediction
Untitled27
- 利用MATLAB,对16QAM信号进行仿真。
mka_m_series
- 用于产生m序列-use in generating m sequence
bistaticPLEunbias
- 纯方位定位算法,所提供的代码极为有用,对研究数据融合的人不妨可以试一下。-pure positioning algorithm, which provides an extremely useful source of research data integration may be the try.
Aloha
- 随机接入ALOHA协议,仿真其吞吐性能以及时延性能。-ALOHA random access protocol, the simulation of its throughput performance and delay performance.
HopfieldTsp
- 用MatLab,编写用Hopfield网络求 解TSP问题(旅行商问题)的程序(城市 数目≥5)-Using MatLab, prepared using Hopfield network to solve TSP problem (TSP) process (the number of cities with ≥ 5)
MUSIC
- 目标相对各子阵中心的方位角和俯仰角,在后面为了验证程序正确与否,只用了第一阵 即第一列数据进行计算,是四元十字阵-Goal of the relative center of the subarray azimuth and pitch angle, in the back of the verification process in order to correct or not, only the first burst of the first column of data that
esprit_tls
- 采用TLS-ESPRIT算法,进行空间阵列信号的频率估计-With TLS-ESPRIT algorithm to estimate the signal frequency space array
baby-giant-step
- baby-jiant step 基本思想及实现 poj 2417 ac代码-baby-giant step thought & implementation poj2417 accept source code
c
- 用C-均值聚类的方法对Iris数据进行聚类分析-Cluster analysis using C-means clustering method on the Iris data
Untitled
- BP神经网络标准化后的建模数据集,里面有数据样例。-Standardized BP neural network modeling data set, the data sample.
perceptron.zip
- % 单层感知器 与、或、以及其他逻辑功能的实现 % 采用step逐步逐行运行方式,了解学习过程的细节 % 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。