资源列表
CS_Reconstruction
- 压缩感知 重构算法集合 包含:CoSaMP,GBP,IHT,IRLS,MP,OMP,SP-Reconstruction algorithms for sparse Representation of Compressed Sensing
MMSE-equalization
- MATLAB仿真最小均方差(MMSE)均衡算法 消除多径引起的ISI-MMSE_EQUALIZATION with matlab
temperatureofoilthrustbearing
- 主要用于求解轴承油膜温度场程序,主要运用超松弛方法进行迭代求解温度场。-Mainly used to solve the oil film temperature field program, the main use of overrelaxation iterative solution of the temperature field.
AELDist.m
- 实现爱尔朗分布随机数的产生,用于随机模拟-Generate Erlang distributed random number
LMS_gaotonglvboqi_ganraoduixiao
- 多频率点的凹口滤波,干扰对消,实现信号与噪声的分离,效果很好。-Recesses of the multi-frequency filtering, interference canceller to realize the separation of signal and noise, and the effect is good.
SVM
- 首先将变压器故障的样本分成训练集和测试集两部分,然后对它们进行归一化,再用网格参数寻优得到c和g,最后进行变压器故障的预测。-SVM transformer fault diagnosis
matlab-music-synthesis
- matlab 音乐合成文件 合成吉他音的包络 识别各次谐波-matlab Music the synthesis files synthetic guitar sound envelope to identify all the harmonics
demorbpfdbn
- Rao Blackwellised 粒子滤波在动态贝叶斯网络中的应用-Rao Blackwellised Particle Filtering for Dynamic Bayesian Networks
coherence
- 对同步采集的同一动作模式下的脑电和信号和肌电信号进行一致性分析-Analysis the coherence between EEG and EMG
GPSsignal
- 使用matlab来仿真,是卫星导航电文调制,扩频后,产生.mat文件-Matlab simulation satellite navigation message modulation, spreading generate. Mat file
bandpass
- FIR有限冲击响应下带通滤波器的构建及滤波器仿真(通过matlab和simulink两种方法实现)-FIR finite impulse response bandpass filter and filter simulation (via two methods matlab and simulink)
Incremental-SVD-updates
- 增量奇异值分解算法,来至MIT大学的wingate教授,含3个源码.-Given the thin SVD of a matrix (X=USV ), update it in a number of interesting ways, while preserving the rank of the result. svd_update.m- update the SVD to be [X+ A *B]=Up*Sp*Vp (a general matrix update). add