资源列表
SISO_PSK
- This describes the PSK modulation for single input single output system (SISO).
MyAutoCorr
- 自相关函数求解代码,可以求取信号的自相关函数-Autocorrelation function to solve the code, you can strike a signal autocorrelation function
gauss-function
- Same MATLAB function codes -This function include:Gauss,Giassl,Hermite,Hothch,Jacobi.
lorenzmodel
- lorenz模型的敏感性试验(有图显示):说明了lorenz模型的非线性和混沌性。-lorenz model sensitivity test (with map display): Descr iption of the lorenz model nonlinearity and chaos.
code
- this is code to transform image from rgb to hsi
capacity_rician
- multiple input multiple output capacity
the-blind-channel
- 多径信道中盲信道均衡的恒模算法,从恒模代价函数出发详细推导出盲信道均衡恒模 算法-Multipath channel, blind channel equalization of constant modulus algorithm, starting from the constant modulus cost function derived in detail the blind channel equalization constant modulus algorithm
baoluo
- 对数据进行包络分析,直觉调用数据,一种利用信号来分析故障的程序-The data envelopment analysis (dea), intuition call data, using a signal to failure analysis program
Blind-identification
- 利用现代谱估计中的AR 模型求取仿真噪声信号和真实噪声信号的模型参数,然后利用这些参数求得信号的功率谱图,通过功率谱图定性地描述主噪声源和次噪声源。在利用信号功率谱图定性描述噪声源后,进一步地利用曲线相似度和曲线关联度定量的识别主噪声源和次噪声源-Use of modern spectral estimation of AR model to strike a realistic simulation of the noise signal and noise model parameters,
K-means
- K均值聚类算法,网上已存在很多,我是新手,大神的看不懂,觉得自己编的比较适合菜鸟理解吧-K-means clustering algorithm
jad
- 对矩阵序列进行联合对角化。联合对角化在通信、信号处理领域有着重要的应用。-A joint approximate diagonalization algorithm.
hex2dec_diy
- function hex2dec_diy(infile,outfile,row,col) 从文件中读取十六进制的数据,转换为十进制数据后,再存储数据文件。 infile: 输入文件名,字符类型 outfile: 输出文件名,字符类型 row: 输入数据行数,数值类型 col: 输入数据列数,数值类型 Author: xcw Data: 2011-07-27 -no descr iption