资源列表
main
- matlab读取中文文本,真真真真真真的是这样啊(MATLAB read chinese)
信号系统及数字信号处理实验
- 信号与系统以及数字信号处理的实验matlab代码集合
boosting_demo
- boosting算法用于集成学习,包含多种弱分类器(Boosting algorithm is used for ensemble learning, and it contains many weak classifiers)
3DES
- 1、实现des、3Des 、mac加解密算法 2、使用C++实现(1, to achieve DES, 3Des, MAC encryption and decryption algorithm 2, using C++ implementation)
2D boostrap
- 二维bootstrap的matlab程序,应用于大数据处理、分析等方面(this program is used to do bootstrap in matlab language)
感应电机的DTC控制
- 感应电机DTC控制的系统结构简洁明了,静、动态性能好。(The system structure of induction motor DTC control is simple and clear, with good static and dynamic performance.)
VAE_keras.py
- 用keras构架实现了VAE(变分自动编码器)(implementation of VAE)
GMM_EM
- GMM算法是混合高斯模型,其求解过程需要不断迭代,本程序利用EM算法进行了仿真实现,可以加深对GMM的理解。(GMM algorithm is a hybrid Gauss model, and its solution process needs iteration. This program uses EM algorithm for simulation, which can deepen the understanding of GMM.)
智能天线(MATLAB版)
- matlab编程。天线设计。相控阵天线方向图。灵巧天线设计。脉冲编码设计。(matlab program. antenna designing. phase array antenna radar design.pulse code radar design.)
DTW
- 动态时间规整用于语音识别对齐和对比,例子是librosa 提取MFCC 特征,用DTW比较识别(Dynamic time warping is used for speech recognition, alignment, and contrast. The example is librosa, which extracts MFCC features and compares them with DTW)
k-mean+k-medoids
- 机器学习中的两个基本算法,k-means 和k-medoids 通过学习英文课件,更好的理解算法内涵(Machine learning in the two basic algorithms, K-means and k-medoids through learning English courseware, better understanding of the algorithm connotation)
PCANet_demo_pyramid
- PCANet是一个基于CNN的简化Deep Learning模型。能够有效处理相对小型的数据集。来源于文献Chan T H, Jia K, Gao S, et al. PCANet: A simple deep learning baseline for image classification?[J]. IEEE Transactions on Image Processing, 2015, 24(12): 5017-5032.(PCANet is a simplified Deep Lear