Chapter 1:Introduction

作者:桂。

时间:2017-05-24  08:06:45

主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里



1.语音增强(speech enhancement)主要从攻/防两面入手:quality + intelligibility,quality希望噪声尽可能抑制; intelligibility希望语音信号失真不严重,很多算法只从quality角度去分析问题.

2.语音增强的影响因素很多:

  • 应用场景

    • 比如空旷的原野,可以认为是加性,房间有混响则更接近卷积模型;这本书讨论的是加性噪声模型
  • 噪声源
    • 白噪声、说话人,不同源的特性不同
  • 目标信号与噪声的关系
    • 如噪声与目标信号,可能统计相关也可能统计无关;这本书关注的是统计无关的模型
  • 传感器数量
    • 多个传感器的阵列信号处理技术,又比如有两个mic:一个接近噪声源,可以借助adaptive filter技术处理;本书关注的是单mic的模型

3.语音增强算法分类

  • Spectral subtractive algorithms:谱减法
  • Statistical-model-based algorithms:基于统计模型的算法
  • Subspace algorithms:子空间算法
  • Binary mask algorithms:二元掩模算法,可以理解成音频的分割算法
时间: 2024-09-29 22:56:35

Chapter 1:Introduction的相关文章

Logback手册 Chapter 1: Introduction

翻译不周,多多包含 ---------------------------------------------------------------------------------------分割线-------------------------------------------------------------------- Logback是继承自流行的log4j项目.作者经验丰富,作为积累了十年日志系统设计的经验的结晶,Logback既快又比现有的日志系统短小精悍.更夸张的说,Log

JVM Specification 9th Edition (2) Chapter 1. Introduction

Chapter 1. Introduction 翻译太累了,我就这样的看英文吧. 内容列表 1.1. A Bit of History 1.2. The Java Virtual Machine 1.3. Organization of the Specification 1.4. Notation 1.5. Feedback 1.1. A Bit of History The Java? programming language is a general-purpose, concurrent

CHAPTER 1 Introduction to database (第一章 数据库简介)

Chaper  Objectives  (章节目标) In this chapter you will learn:   (在这一章节中,你将学习) 1. Some common uses of database systems.   (数据库系统的一些普通扩法) 2.The characteristics of file-based systems. (基于文件系统的一些特点.) 3. The problems with the file-based systems.  (基于文件系统拥有的一

TIJ英文原版书籍阅读之旅——Chapter One:Introduction to Objects

///:~容我对这个系列美其名曰“读书笔记”,其实shi在练习英文哈:-) Introduction to Objects Object-oriented programming(OOP) is part of this movement toward using the computer as an expressive medium. This chapter will introduce you to the basic concepts of OOP, including an over

Chapter 3 Introduction to Objects and Input/Output

与声明一个primitive variable不同,声明一个对象的时候,并不创建用来存储一个对象的内存空间,而是创建了一个存储该对象所在内存空间的地址. 在java里,new是一个操作符,它让系统分配一个特定类型的存储空间,并返回该内存空间的地址. String str: str = “Java Programing”; 和 String str = new String("Java Programing"); 是有区别的,前者是把已经存在的“Java Programming”的存储地

【Gradle教程】Chapter 1. Introduction

        使用AndroidStudio开发Android也有一段时间了,AndroidStudio使用的构建工具还没怎么去学习过,有问题基本上是Google和百度解决,今天突然想好好的去了解gradle,所以先去官网看看官方文档,随便翻译一下,加深理解! We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology in the J

MongoDB:The Definitive Guide CHAPTER 1 Introduction

MongoDB is a powerful, flexible, and scalable data store. It combines the ability to scale out with many of the most useful features of relational databases, such as secondary indexes, range queries, and sorting. MongoDB is also incredibly featureful

Chapter 15 Introduction to Auto Layout

1. You do not define a view’s alignment rectangle directly. You do not have enough information (screen size!)to do that. Instead, you provide a set of constraints. Taken together, these constraints allow the system to determine the layout attributes,

chapter 3 introduction to computer science

主机文件: <chapter3.docx>