代码搜索:语音降噪
找到约 2,424 项符合「语音降噪」的源代码
代码结果 2,424
www.eeworm.com/read/206391/15295782
m subspe.m
function Subspe=Subspe()
if nargin < 1
[ file, path ] = uigetfile( '*.wav', '选择待处理的带噪语音' );
[ signal, fs, nbits ] = wavread(strcat(path,file));
end
W = 256; % 帧长 fs =8kHz
step = 1/
www.eeworm.com/read/392313/2515058
ini room101.ini
[Main]
RoomName=语音视频聊天室1
Administrators=admin,www;234234
MaxUser=100
NearMaxUser=80
IniNo=1
TemplateNo=1
LogRoom=0
LogUserLoginInfo=0
LogUserLoginInfo=0
LogCommandInfo=0
LogSecret=0
LogIP=
www.eeworm.com/read/292214/8367125
asm play.asm
;============== 语音控制:放音 ====================
PlayCode equ 40h
org 0000h
mov sp,#60h
mov r7,#00h
acall zh_play
acall Play
mov r2,#3
www.eeworm.com/read/422271/10651100
h sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(unsigned int);
enum SndIndex{ // 所有语音资源的索引
Start=10,Continue=11,Choice=12,In=13,Whether=14,End=15,RESULT=
www.eeworm.com/read/350558/10732177
m capacity_voice_users.m
clear all
for i=1:200;
n(i)=i;
t(i)=n(i)*12.2*1024+(1-0.005*n(i))*128*1024/0.0029;
end
plot(n,t)
xlabel('语音用户数')
ylabel('容量(bps)')
www.eeworm.com/read/470630/6905138
asm isr.asm
///////////////////////////////////////////////////////////////////////////////
//文件名:ISR.asm
//描述:中断服务程序
//涉及的包含文件:1->hardware.inc 2->A2000.inc 3->Resouce.inc
//备注:A2000播放语音通用
//
/////////////
www.eeworm.com/read/435680/7787944
cpp mfcc.cpp
// 语音信号LPC美尔倒谱系数的分析程序
/* 文件名:main.cpp */
#include
#define PREEMPHASIS 1 /* pre-emphasis on(1)/off(0) */
#define ERROR -1
#defin
www.eeworm.com/read/224328/14597079
dfm yybs.dfm
object Form1: TForm1
Left = 248
Top = 136
Width = 259
Height = 207
BorderIcons = [biSystemMenu]
Caption = '语音报时器 1.0'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Co