搜索资源列表
report
- 汽车综合监控仪——广东省大学生电子设计大赛 (获一等奖) 报告 使用技术:ARM9(S3C2440),UC/OS, UC/GUI,红外测速,超声波测距,触摸屏,语音播放 主要功能:通过传感器来收集外部信息,(路况检测,速度,平稳度,底盘高度,打滑程度)再将收集到的外部信息进行必要的分析与处理,最后由各执行单元执行输出命令(语音,TFT液晶屏),从而使汽车平稳行驶,增加乘坐的舒适性。-Automotive Integrated Monitor- Guangdong Province Un
biyelunwen
- 清华大学关于语音端点检测的论文 清华大学关于语音端点检测的论文-Tsinghua University, on Speech Endpoint Detection Tsinghua University dissertation on the voice activity detection paper on Speech Endpoint Detection Tsinghua papers
JAVAChat
- ChipChat实现的是局域网中的聊天功能,其为一个对等的应用,既是服务器又是客户端,ChipChat可以自动发现在线的伙伴,并可以和在线的伙伴进行点对点的聊天。主界面中也可以实现对所以在线伙伴的群聊。同时ChipChat拥有良好的用户界面,并同其他通信软件一样有提示声音,为程序增添了几分乐趣。-Implementation is ChipChat LAN chat function as a peer-to-peer applications, both servers are also cl
audio
- 《语音信号处理课程专题练习>>,是语音信号处理,如语音识别,音频水印方面的理论基础.-" Speech signal processing thematic curriculum practice> > is the voice signal processing, such as speech recognition, audio watermarking theoretical foundation.
RIL_design
- 目前的智能机在硬件上多采用双cpu的架构,一个是基带处理器,主要处理数字信号、语音信号的编码解码以及GSM通信协议,另一个是应用处理器,运行操作系统和各种应用程序。基带处理器、射频和其它外围芯片作为一个模块,成为GSM/GPRS modem,提供AT命令接口。网络的应用已经是一个需求的热点,而目前的GSM模块大多都能支持GPRS功能。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信,为实现网络的应用提供了一个最底层的支持。 -Intelligent machines in the
fullSim
- This a simulator written in Tcl to simulate a network node carrying GSM and GPRS traffics with QoS mechanisms. The payload type including circuit-switched voice, VoIP and web traffic, and the performance including packet drop, delay can be analyzed.
voip_over_TD-SCDMA_HSDPA
- this document gives you the brief descr iption betwwen the voice over ip andtd-scdma
voice-storage-and-playback-application
- 单片机在语音存储与回放中的应用,和大家分享-Single-chip voice storage and playback application, and to share
voice
- 单片机的PWM模块,还原存储在存储器中的声音采样数据,在几乎不增加成本的情况下,实现嵌入式应用中的扩展语音功能-MCU PWM VOICE
Study_of_The_Key_Technology_of_Voice_Conversion.ra
- :语音转换技术在语音处理领域是一个比较新的研究方向,也是近年来语音领域的研究热点。语音转换技术是指改变源说话人 的语音特征使之具有目标说话人特征的一项:语音转换技术在语音处理领域是一个比本文说明了语音转换的定义,介绍了语音的个性特征,列举了频谱包络的几种主要的转换算法以及韵律转换的主要算法。最后说明了语音转换今后的研究方向。-Voice conversion technology in the field of speech processing is a relatively new re
Voice_Conversion_Technology_and_Its_Development.ra
- 本文介绍了当前声音转换技术领域的研究状态,主要分析现有声音转换技术中各种转换算法的实现原理,描述声音转换系统性能的各种评估方法,最后给出了对声音转换技术的简要评述和展望。-This article describes the current voice conversion technology research in the field condition, the main analysis of existing voice switching technology in the real
1
- 几篇关于单片机语音合成、识别的文章,对于设计单片机语音系统有一定的参考价值-Several articles on SCM speech synthesis, recognition of the articles, voice system for the design of microcontroller has some reference value
BREWDocAndCodePartII
- BREW高阶技术培训课程介绍: BREW平台与演进 BREW3.1图像处理高级编程 BREW多媒体接口 IVocoder ICamera接口 常用接口介绍 BREW3.1文件系统 BREW3.1SMS新接口使用方法 BREW语音呼叫业务 BREW3.1.5SP01触摸屏功能使用 IThread及IRscPool接口使用 BREW 面向对象特点及其应用 基于socket的网络编程 DNS的使用 基于HTTP的应用开发 无线局域网的使用
Voice_recognition_using_2
- Voice recognition using neural network PDF journal
Speech
- This is a project report on building a speech recognition robot using HM2007 and Atmel AVR AtMega16 microcontroller. The HM2007 is used to store voice commands and template matching.
Karaoke_with_Voice_Canceller
- Karaoke with Voice Canceller Your Optimus Karaoke lets you be the star as you sing along with your favorite recordings. To hear your voice along with the music through a speaker, simply connect the karaoke between an external music source
Voice_cancellation_and_my_weird_taste_in_music.zi
- Thursday, August 04, 2005 Voice cancellation and my weird taste in music My sister Lubna has this weird habit of doing a bad karaoke act by turning on voice cancellation in the speaker settings and playing any song she (thinks she) can pull o
Matlab-voice
- MATLAB中常用语音函数,详细的函数使用以及结果分析!-MATLAB functions commonly used in voice, and the results of a detailed analysis of the function to use!
qq
- 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把
lunwen
- 本文简要介绍了语音信号采集与分析的发展史以及语音信号的特征、采集与分析方法,并通过PC机录制自己的一段声音,运用Matlab进行仿真分析,最后加入噪声进行滤波处理,比较滤波前后的变化。-This paper introduces the voice signal acquisition and analysis of the history and characteristics of speech signals, sampling and analysis methods, and thro