资源列表
lms
- 最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足
apsk
- APSK modulation scheme code for matlab. Supports 16-APSK and 32-APSK. The mapping symbols corresponds to DVB-S2 standard.
dem_apsk
- Matlab code for ASPK demodulator. Please note that use 16 or 32 APSK and demodulate by amplitude first and phase after.
source-estimates-of-MUSIC-algorithm
- 估计信号源数不同时的MUSIC算法性能比较-Not the same source estimates the number of performance comparison of MUSIC algorithm
matlab
- 基于小波软阈值的信号去噪 小波去噪 小波分解与重构-Soft threshold based on wavelet signal denoising wavelet decomposition and reconstruction wavelet denoising
cdmamangduoyonghujiance
- 有关于CDMA的多用户盲检测的matlab源程序,非常好用。希望对大家有用-about the CDMA matlab blind source separation is very cool got it!
RDA-RCM-correction
- RDA算法距离徙动矫正,采用SINC插值-RDA IMAGING correction sinc method
SAR--CS-imaging
- SAR CS成像算法,学习合成孔径的值得参考。-SAR CS imaging algorithm, it is also useful.
ECEFilterCheck
- 这段代码是最近调试的一段ECG滤波检波的软件,它实现了对一段ECG数据的GAUS变换滤波,能较为准确的测定出P,Q,R,S,T等关键波的长度及特征。有兴趣的可以-This code is the latest section of ECG filtering detector debugging software, which implements the ECG data on a GAUS transform filtering, can be more accurate determina
BVAR_Gibbs
- 贝叶斯分析,比较复杂的自回归分析。VAR模型,注意比AR要先进的多!-Bayesian estimation, prediction and impulse response analysis in VAR models using the Gibbs sampler.
imsq
- 麦克风阵列声源定位迟延估计算法,实现麦克风阵列的声源定位,可以和别的算法进行比较,得出最优算法-Microphone array sound source localization delay estimation algorithm, the microphone array sound source localization, can be compared with other algorithms, the optimal algorithm
AKF_EKF
- 自己写的关于AKF与EKF的程序以及它们的比较,还有均值误差。适合初学者。-Write their own programs on the AKF and the EKF and their comparison, and the mean error. Suitable for beginners.