代码搜索:智能语音

找到约 5,889 项符合「智能语音」的源代码

代码结果 5,889
www.eeworm.com/read/201978/15391615

c 智能化家电控制.c

/* 演示样机 */ /* 智能化家电控制 */ #include #include #include #include sbit cd=P0^2; sbit wr=P0^0; sbit rd=P0^1; sbit reset=P0^3; sbit back_light=P3^6
www.eeworm.com/read/286215/8782693

c main.c

#include "Sound.h" main() { PlaySnd(0,3); //播放第0段语音,通过DAC1输出 PlaySnd(1,1+2); //播放第1段语音,DAC1与DAC2同时输出 }
www.eeworm.com/read/426487/9017636

asv printf2.asv

function printf2(j,k,N) subplot(2,2,1) n=0:N-1; stem(n,j,'.'); hold on; xlabel('n'); ylabel('x(n)'); title('原始语音信号频谱') subplot(2,2,3); n=0:N-1; stem(n,k,'.'); xlabel('K'); ylabel('|X(k)|'
www.eeworm.com/read/178691/9388351

h io_uart_h.h

#define AudioACK_OK 0x41//'A' 芯片正确接收到一帧控制命令 #define AudioACK_Err 0x45//'E'芯片收到不能识别的命令帧 #define AudioACK_Over 0x4F//'O'当前文本合成结束以后 #define _RDY_ACK_Work 1 // _RDY(低电平有效)状态引脚, #def
www.eeworm.com/read/460634/7244821

map temper.map

Saturday, July 12, 11:52:00, 2003 Sunplus u'nSP Linker version 1.8.0 (enc) ------------------------------------------- Global Symbol Name
www.eeworm.com/read/331333/12832841

dat bookinfo.dat

[General Information] 书名=应用模式识别技术导论:人脸识别与语音识别 作者= 页数=236 SS号=10833946 出版日期=
www.eeworm.com/read/323473/13339959

m spbx.m

fs=22050; %语音信号采样频率为22050 x1=wavread('b.wav'); %读取语音信号的数据,赋给变量x1 sound(x1,22050); %播放语音信号 y1=fft(x1,1024); %对信号做1024点FFT变换 f=fs*(0:511)/1024; figure(1) plo
www.eeworm.com/read/306410/13745224

txt readme.txt

Ip-Ip的语音聊天(应用了第三方控件) 转载请注明来源: 开源盛世-源代码下载网 www.vscodes.com
www.eeworm.com/read/483253/6602384

m close_xiaobo.m

%关闭小波去噪界面,返回语音增强界面 close all; clear; clc; main_zengqiang