资源列表
VMD
- VMD方法是在传统维纳滤波的基础上,提出的一种非递归自适应信号分解新方法。与EMD方法和LMD方法相比,VMD方法分解的信号,具有精度高、收敛快和鲁棒性好等特点,适用于处理滚动轴承故障信号。(The VMD method is a new non recursive adaptive signal decomposition method based on traditional Wiener filtering. Compared with the EMD method and the LMD
stanford-deep-learning-matlab-code
- Stanford 大学的深度学习源代码,可用于模式识别和预测,比较稳定。(Stanford University's deep learning source code can be used for pattern recognition and prediction, and is relatively stable.)
遗传算法
- 理解遗传算法的入门程序,这里面每一个程序的代码都有标注。便于理解生成种群、遗传和变异过程,附带了一个算例,可以参考。(Understand the entry procedure of genetic algorithm, in which every program's code is marked. It is easy to understand the process of population, heredity and mutation. A numerical example is
juleiidx
- 几个常见的用于聚类分析的指标,包括紧密度,离散度等(some clustering analysis indexes)
平板频散曲线
- Lamb波的频散曲线,利用matlab编制了导波曲线,为导波检测模态选取提供了技术工作(Frequency dispersion curve of Lamb wave The guided wave curve is compiled by MATLAB, which provides technical work for the selection of guided wave detection mode.)
OFDM-QPSK
- 使用OFDM-QPSK的调制解调代码,包含一部分时域频域图(Using OFDM-QPSK modulation and demodulation code, contains part of the time-domain frequency domain diagram.)
underdetermined bss in time-frequency
- 使用前请先将信号转换到时频域,最后将信号从时频域转换到时域(please transform the signal into time-frequency domain before using)
matlab
- 拉普拉斯特征映射,最大差异展开,时频域特征(Laplacian Eigenmap Maximum difference expansion Fast Maximum difference expansion ISOMAP)
ICESatProcessor
- this program is for icesat processing
mvdr
- MVDR是一种基于最大信干噪比(SINR)准则的自适应波束形成算法。MVDR 算法可以自适应的使阵列输出在期望方向上功率最小同时信干噪比最大。(MVDR is an adaptive beamforming algorithm based on maximum signal-to-noise ratio (SINR) criterion. The MVDR algorithm adaptively minimizes the power of array output in the desire
Ransac
- 随机抽样一致性算法, 实现圆的拟合, C Sharp 程序(Random sampling consensus algorithm to achieve circle fitting, C Sharp program)
验证码图像预处理与分割
- 用于简单网站二维码图像识别的预处理与分割,粘连等情况未予考虑