资源列表
MATLAB
- MATLAB写自相关函数,M序列的MATLAB产生
MIMO_signal_processing
- 对于初学mimo信道的朋友,是一个很好的介绍性资料
exampleforchannelsimulation
- 关于信道仿真的源代码,内含信道模型的ppt,希望对研究信道的朋友有帮助
chap8
- 经典书籍《通信系统仿真原理与无线应用》chap8部分课后题仿真源代码,用MATLAB编写的
matlab
- MATLAB实现对录音信号的滤波,包括低通,高通和带通,以及时域和频域分析
PatternRecognition
- 详细讲解了模式识别的算法理论,如近邻法,贝叶斯决策理论等,以及人工神经网络的主要算法
RK
- 龙格库塔法求解二维反应扩散方程,在VC6.0下编译通过.
Towers
- 学习数据结构的好例子,提供给大家参考学习.
hmc
- Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRAD
ppca
- Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which
kmeansNetlab
- KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to
gmm
- Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space DIM, the number of centres in the mixture model and the type of the mixture model, and returns a data structure MIX.
