[置顶] 个人的Github代码合集

将个人在上课做过的课设和平时写的一些代码都上传至Github托管

  1. 嵌入式的课设,实现的是TQ2440平台下的模拟NES游戏设计,手柄模拟通过屏幕或手机蓝牙控制。蓝牙模块是3.0的串口模块
    https://github.com/willhope/NES-game-simulated-on-TQ2440

  2. 通信课设,蓝牙体重秤,蓝牙用的是3.0的串口蓝牙模块,24位AD模块HX711,网上买来一个简易的体重秤,将其电路拆解,将传感器的线路引入HX711的模拟输入,再通过arduino将模拟信号转为数字信号,然后将数值通过蓝牙传到手机。手机APP做得比较粗糙。
    https://github.com/willhope/Bluetooth-scales

  3. 图像处理课设,老师要求用代码实现图像增强的几种方法,不能用opencv和matlab集成库。我采用的是C语言实现。增强方法有a. Histogram Equalization Method. b. Linear Transformation Method. c. Power Law Transformation Method. d. Laplacian Image Enhancement Method. e. Combining Spatial Enhancement Methods.
    https://github.com/willhope/Image-Enhancement-Experiment

  4. 基于Log-MMSE的语音去噪程序,我的博客上有简要介绍http://blog.csdn.net/zwhlxl/article/details/42917561 是按照Philipos C. Loizou的Matlab程序转换成C语言实现的。效果还是可以的。
    https://github.com/willhope/Noise-reduction

  5. 基于GMM的说话人识别,当时为了熟悉下GMM的原理,才网上下载了个GMM代码,再通过自己的修改写的程序,只作参考
    https://github.com/willhope/GMM_speaker_identification

你可能感兴趣的:(github,蓝牙,nes,去噪,GMM)