码迷,mamicode.com
首页 > 其他好文 > 详细

个人的Github代码合集

时间:2015-04-17 11:43:51      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:github   蓝牙   nes   gmm   去噪   

将个人在上课做过的课设和平时写的一些代码都上传至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代码合集

标签:github   蓝牙   nes   gmm   去噪   

原文地址:http://blog.csdn.net/zwhlxl/article/details/45081163

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!