51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#CHAP
Chapter 9:Noise-Estimation Algorithms
作者:桂。时间:2017-06-14 12:08:57链接:http://www.cnblogs.com/xingshansi/p/6956556.html 主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。书中代码:http://pa...
代码星球
·
2020-10-09
Chapter
Noise-Estimation
Algorithms
Chapter 7:Statistical-Model-Based Methods
作者:桂。时间:2017-05-25 10:14:21主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi前言 最近学习有一点体会,每一个学科的理论模型都...
代码星球
·
2020-10-09
Chapter
Statistical-Model-Based
Methods
Chapter 5:Spectral-Subtractive Algorithms
作者:桂。时间:2017-05-24 10:06:39主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 一、谱减的基本原理 A-基本问题基本...
代码星球
·
2020-10-09
Chapter
Spectral-Subtractive
Algorithms
Chapter 3:Speech Production and Perception
作者:桂。时间:2017-05-24 09:09:36主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。一、语音产生过程发音机制涉及到的器官:挑几个重点的说一下,声带(说话/呼吸)的状态:清音时声带不振动,浊音时声带振动,这个振动频率就是基频,也...
代码星球
·
2020-10-09
Chapter
Speech
Production
and
Perception
Chapter2:Discrete-Time Signal Processing and Short-Time Fourier Analysis
作者:桂。时间:2017-05-24 08:44:53主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。 这一章主要是数字信号处理的知识点,之前有总结过一些,感兴趣可以点击链接看一看。1.傅里叶变换(FT-DTFT-DFT)2.信号常用...
代码星球
·
2020-10-09
Chapter2
Discrete-Time
Signal
Processing
and
Chapter 1:Introduction
作者:桂。时间:2017-05-24 08:06:45主要是《Speechenhancement:theoryandpractice》的读书笔记,全部内容可以点击这里。 1.语音增强(speechenhancement)主要从攻/防两面入手:quality+intelligibility,quali...
代码星球
·
2020-10-09
Chapter
Introduction
The C Programming Language-Chapter 5 Pointers and Arrays
TheCProgrammingLanguage-Chapter5PointersandArrays在上一篇文章动态数组(一维二维)探秘介绍了数组的一些知识,在最后碰到了一个如何申请二位数组的问题,这篇文章就延伸一下,介绍介绍数组、函数和指针更深层次的关系。inta[10] 一维数组,数组中有连续的...
代码星球
·
2020-09-08
The
Programming
Language-Chapter
Pointers
and
C# step by step 学习笔记8 CHAPTER 9 使用枚举和结构创建值类型
声明一个枚举类型创建并使用一个枚举类型声明一个结构类型创建并使用一个结构类型解释结构和类之间行为的区别声明一个枚举 enumSeason{Spring,Summer,Fall,Winter}使用枚举 Youcanassigna&...
代码星球
·
2020-08-28
step
by
学习
笔记
CHAPTER
原生ajax、XMLHttpRequest和FetchAPI简单描述
什么是ajax ajax的出现,刚好解决了传统方法的缺陷。AJAX是一种用于创建快速动态网页的技术。通过在后台与服务器进行少量数据交换,AJAX可以使网页实现异步更新。这意味着可以在不重新加载整个网页的情况下,对网页的某部分进行更新。 AJAX不是新的编程语言,而是一种使用现有标准的新方法。AJAX即Asynchr...
代码星球
·
2020-08-19
原生
ajax
XMLHttpRequest
FetchAPI
简单
路由器配置PPP协议 CHAP验证 PAP验证
来源https://www.cnblogs.com/tcheng/p/5967485.htmlPAP是两次握手,明文传输用户密码进行认证;CHAP是三次握手,传输MD5值进行认证。PAP: CHAP: PPP协议是一...
代码星球
·
2020-08-01
验证
路由器
配置
PPP
协议
head first python /chapter7 web(python 3 转 python 2.7)
书中使用的是python3,我这里使用的是python2.7webapp/├──cgi-bin│├──athletelist.py│├──athletemodel.py│├──generate_list.py│└──yate.py├──coach.css├──data│├──james.txt│├──julie.txt...
代码星球
·
2020-07-09
python
head
first
chapter7
web
Chapter 18 MySQL NDB Cluster 7.3 and NDB Cluster 7.4渣翻
TableofContents 18.1NDBClusterOverview 18.2NDBClusterInstallation 18.3Con...
代码星球
·
2020-04-09
NDB
Cluster
Chapter
MySQL
and
Wireless Penetration Testing(7-11 chapter)
1、AP-lessWPA-Personalcracking 创建一个honeypoint 等待链接,特点在于不需要攻击致使链接的客户端掉线,直接获取了流量的握手包。2、Man-in-the-Middleattack(中间人攻击) EavesdroppingandSessionH...
代码星球
·
2020-04-07
Wireless
Penetration
Testing
7-11
chapter
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他