自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 中心频率

<br />Y = fft(y,1024);<br />Pyy = Y.* conj(Y)/1024;<br />f = fs*(0:512)/1024;<br />figure;<br />plot(f,Pyy(1:513));<br />f是每个fft 的 bin上的中心频率

2010-12-29 20:04:00 1959

原创 语音识别技术的先锋

                                             语音识别技术的先锋      当Frederick Jelinek 去世的时候,人家才发现一个开创语音识别领域新时代的人和大家说再见了。因为在他之前,贝尔实验室的john pierce 曾经在美国声学学会会刊上悲观地写道:speech recognition was dominated by "mad scientists and untrustworthy engineers" and that "speech re

2010-12-27 21:02:00 1436

原创 函数指针的两个例子,

<br />(1)<br />#include "stdio.h"<br />typedef int Elem;<br />//int (* compare)(Elem , Elem);<br />int ascending(Elem a, Elem b);<br />int descending(Elem a, Elem b);<br />void selectionsort(Elem *, Elem,int (*compare)());<br />void warp(Elem *a, Elem *b);

2010-12-19 23:37:00 600

speech recognition:statistics methods

speech recognition综述性文章

2012-02-27

A noise reduction processor for Mobile voice communication

A noise reduction processor for Mobile voice communication.

2010-12-29

lpc代码,MATLAB编写

完整学习LPC的代码,下载既可以使用,用MATLAB编写

2008-12-22

空空如也

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

TA关注的人

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