自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (30)
  • 收藏
  • 关注

原创 msys2 ming2 命令行显示git branch (git-prompt)

shopt -q login_shell || . /etc/profile.d/git-prompt.sh1. 在 /etc/bash.bashrc 中添加上面一行2. /etc/profile.d/git-prompt.sh内容如下:if test -f /etc/profile.d/git-sdk.shthen TITLEPREFIX=SDK-${MSYSTEM#MINGW}else TITLEPREFIX=$MSYSTEMfi...

2021-01-28 16:06:36 342

原创 多子带的谱减法(附Python 源码) @Learning Speech enhancement__2

#!/usr/bin/env python# encoding: utf-8'''@author: Kolor@license:@contact: [email protected]@software: pycharm@file: mband.py@time: 2020/12/27 14:22@desc:'''import sysimport librosaimport numpy as npfrom scipy.signal import lfilterimport .

2021-01-03 17:10:29 802 8

原创 语音降噪_标准谱减法(附Python源码) @Learning Speech enhancement__1

最近在看speech enhancement 内容,看完谱减法部分后,在网上找相应的代码来看,然后将MATLAB代码转成Python代码,顺便学习一下Python的使用。谱减法的基础实现:论文《Enhancement of speechcorrupted by acoustic noise》提出的实现:算法流程如下:效果如下:这是一段火车站附近的录音,噪声比较平稳;设置的VAD阈值是3dB,一般应用上设置的是6dB虽然floor值的存在填充了频谱中一定的 “...

2020-12-24 00:49:30 1832 5

原创 visual studio 调试Expression: (“unexpected input value; log10 failed”, 0)

#include "stdio.h"#include "math.h"void my_dft(double* x, double* y, double* a, double* b, int n, int sign){ int i, k; double c, d, q, w, s; q = 6.28318530718 / (double)n; for (k = 0; k < n; k++) { w = k * q; a[k...

2020-07-16 21:42:14 1138 1

原创 TDE (Time Delay Estimation)时延估计

最近正在通过网课学习AEC,需要完成线性回声消除的一些简单的代码,第一个问题是需要求出输入信号与参考信号之间的时延。因为时延影响了后面AEC算法的效果,所以对整体的回声消除效果比较重要。一、用互相关的方法完成时延估计The generalized cross-correlation (GCC) is regarded as the most popular approach for est...

2020-05-03 10:17:49 8545

原创 ubuntu 18.04 make neovim遇到的问题

编译日志:mkdir -p buildtouch build/.ran-third-party-cmakemake -C .depsmake[1]: Entering directory '/home/ruihong/neovim/.deps'make[2]: Entering directory '/home/ruihong/neovim/.deps'make[3]: Enter...

2020-04-29 18:00:20 304

Pitch Determination of Human Speech by the Harmonic Product

"Pitch Determination of Human Speech by the Harmonic Product Spectrum, the Harmonic Sum Spectrum and a Maximum Likelihood Estimate," Proceedings of the Symposium on Computer Processing in Communications, Vol. XIX, Polytechnic Press: Brooklyn, New York, (1970), pp. 779-797.

2022-06-07

Enhancement of speech corrupted by acoustic noise.pdf

This paper describes a method for enhancing speech corrupted by broadband noise. The method is based on the spectral noise subtraction method. The original method entails subtracting an estimate of the noise power spectrum from the speech power spectrum, setting negative differences to zero

2020-12-24

sourceinsight4115_112_105_106.zip

2020/06/09 更新 1. 安装原版软件:Source Insight - Version 4.0.0115 2. 替换原主程序:sourceinsight4.exe 3. 导入授权文件(Import a new license file):si4.52pojie.lic sourceinsight4115.rar

2020-06-13

_基于维纳滤波语音增强算法的改进实现.pdf

在许多场合下采集的语音都会不可避免地混 入 噪声, 这常常使接收语音的可懂度和清晰度受到严重 损伤。 在语音识别系统中噪声将使识别率迅速下降, 因为 此时从语音信号提取出来的参数被噪声干扰而 发生了变化。 即使信噪比 SNR 高达 20 dB, 一些语音 的共振峰却已经消失于噪声中, 因此研究如何将“ 干 净 ”语 音 从 语 音 和 噪 声 的 混 合 体 中 提 取 出 来 是 十 分 必 要的。 迄今已有一些有效的技术被用于此领域来 减小噪声, 如谱抽取、 谐波分析技术和自回归滑动平均 ( Auto- Regressive and Moving Average, ARMA) 模 型 等, 而维纳( Wiener) 滤波器法也是语音增强的有效方 法之一

2020-02-02

cpuid信息查看代码

获取X86系列的CPUID,可以用于加密或绑定产品; 可以详细查看CPU支持的功能 cpuInfo [out] An array of four integers that contains the information returned in EAX, EBX, ECX, and EDX about supported features of the CPU.

2020-01-04

authtication+protocal.pdf

通俗易懂的描述对称加密的原理,从最简单的加密方法开始,慢慢解释到需要认证机构的加密方式。 Authentication Protocols and Key Establishment • Like cryptographic algorithms, the design of an authentication algorithm requires a lot of skill and care – don't do this at home! • Using KDCs and CAs allows communication with unrelated peers – trusted intermediate • Performance considerations impact on the design of authentication algorithms • Randomness is both tricky to achieve and important for the result

2019-10-29

The (in)security of proprietary cryptography.pdf

Proprietary cryptography is a term used to describe custom encryption techniques that are kept secret by its designers to add additional security. It is questionable if such an approach increases the cryptographic strength of the underlying mathematical algorithms. The security of proprietary encryption techniques relies entirely on the competence of the semi-conductor companies, which keep the technical description strictly confidential after designing. It is difficult to give a public and independent security assessment of the cryptography, without having access to the detailed information of the design

2019-10-29

Speech_EN_0-f.zip

这是从词典下载的语音文件,从0-9,a-f,可以用作十六进制数的播报,挺好用的

2019-10-12

EN25S80B (2S).pdf(带标签文本)

EN25s80B的datasheet, 因为在网上找到的资料不带标签和目录,阅读起来不方便,自己添加了标签,方便阅读和参考

2019-06-28

USB audio spec 1.0 带目录

USB Audio class spec 1.0. 是英文 spec,仅供USB 开发者学习使用。-USB Audio class spec 1.0

2018-11-05

蓝牙核心技术及应用完整版

虽然是03年的书,距今已经14年!目前看到的讲蓝牙简单易懂的书籍了,特别是对spp;rfcomm的说明简单易懂,把蓝牙的体系架构讲的的很清晰,值得一读……

2018-09-17

苹果配件开发,《Accessory Interface Specification R22无水印,全书签》,内涵iap2开发协议

苹果配件开发,《Accessory Interface Specification R22》,内涵iap2开发协议

2018-08-19

嵌入式工程师必知必会

作者是Lewin A.R.W.Edwards。本书适合各层次嵌入式技术人员阅读,而且对于想要成为嵌入式工程师的其他职位人员,甚至是在校学生,都具有实际的指导意义。

2018-08-19

圈圈教你玩USB

圈圈教你玩USB PDF版本,本人靠它完成了USB鼠标的学习,该书对USB的枚举过程和通信过程都有不错的讲解,是USB入门和实践的不错教材

2018-08-06

C运算符比较符详细表

C运算符比较符详细表,表述了各个运算符的优先级以及详细功能

2018-06-27

USB开发大全第四版(详细标签)

USB开发大全第四版,由浅入深的描述了USB开发的技术要点和细节

2018-06-27

SCSI总线和协议

SCSI并行接口总线概念的描述,从规范,应用等多个角度讲解SCSI的基本知识

2018-06-27

USB_protocal_协议英文版

USB2.0英文原版协议,官方发布的USB协议,可在USB协议开发时参考使用

2018-06-25

Linux网络编程卷1

Linux网络编程卷1PDF,专业细致的讲述了Linux系统中的网络原理和编程指导

2018-06-24

智能家庭网络及其控制技术

智能家庭网络及其控制技术,讲述了物联网在家庭中的应用以及家庭中常见的网络类型

2018-06-24

MFi Accessory Testing Specification R8

MFi Accessory Testing Specification R8,MFI协议开发的测试教程

2018-06-22

MFi Accessory Firmware Specification R42

MFi Accessory Firmware Specification R42,开发Iap协议的技术指导文档

2018-06-22

MFI配件Cp2.0Cdatasheet

苹果MFI开发配件CP2.0C的datasheet,作为IAP协议开发必备配件

2018-06-22

匠人手记:一个单片机工作者的实践与思考

匠人手记:一个单片机工作者的实践与思考,该书记录了作者从事单片机工作以来的经验

2018-06-22

杰理音频SDK_AC309插卡音响

杰理插卡音箱AC309的完整SDK,可以调试使用,学习单片机音频开发的极好代码

2018-06-22

数据重现 文件系统原理精解

数据重现 文件系统原理精解与数据恢复最佳实践.马林 详细讲解文件系统的原理

2018-06-22

IDT无线充电资料

一些关于无线充电的方案和应用例子,产品介绍和应用方案

2018-06-22

程序员的职业素养

本身对如何成为一个程序员有不错的教程,一个职业的程序员应当要有的操守和品质,书中都有说道,大家可以参考学习一下

2018-06-22

敏捷软件开发原则模式与实践

敏捷开发-敏捷软件开发:原则模式与实践(PDF),对代码编写习惯有提升

2018-06-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除