虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

语音检测

  • 单片机Flash存储器坏块自动检测

    在深入了解Flash存储器的基础上,采用单片机自动检测存储器无效块。主要通过读取每一块的第1、第2页内容,判断该块的好坏,并给出具体的实现过程,以及部分关键的电路原理图和C语言程序代码。该设计最终实现单片机自动检测Flash坏块的功能,并通过读取ID号检测Flash的性能,同时该设计能够存储和读取1GB数据。 Abstract:  On the basis of in-depth understanding the Flash chips,this paper designs a new program which using the SCM to detect the invalid block.Mainly through reading the data of the first and second page to detect the invalid block.Specific implementation procedure was given,and the key circuit schematic diagram and C language program code was introduced.This design achieved the function of using the MCU checks the invalid block finally,and increased the function by reading the ID number of Flash to get the performance of the memory.And the design also can write and read1GB data

    标签: Flash 单片机 存储器 自动检测

    上传时间: 2013-10-25

    上传用户:taozhihua1314

  • 基于AT89C52单片机的语音录放系统

       设计一种基于AT89C52的语音录放系统,利用单片机、ISD2560语音录放器件、麦克风、扬声器等元器件实现硬件电路的设计,并利用C51高级语言设计ISD2560器件控制字的写入和定时中断程序。经软硬件调试,结果表明该系统录放效果良好,具有一定的工程实用价值。 Abstract:  Voice recording and playback system based on AT89C52is designed in this paper.Using the single-chip microcomputer,voice recording and playback chip ISD2560,microphone and speaker to realize the hardware circuit design.Writing ISD2560control words and timing interrupt procedures are designed by C51advanced language.Through the hardware and software test,voice recording and playback system play better voice,and this system has some engineering practical values.

    标签: 89C C52 AT 89

    上传时间: 2013-10-20

    上传用户:ywcftc277

  • 基于AT89C52单片机的温度巡回检测系统设计

    阐述了一个由上位PC机和AT89C52下位单片机组成的主从分布式温度巡回检测系统。主从机采用RS-485 串行通讯标准进行通信,可在下位单片机实现基本的温度数据巡回检测基础上,由上位PC机实现综合处理功能或扩展为远程操作。整个系统具有巡检速度快,扩展性好的特点。 Abstract:  In this paper,a top PC and AT89C52 under-bit microcontrollers from the main component of the tour distributed temperature detection system is presented. Master and slave can use RS-485 serial communication standards for communications.Based on next-bit machine for basic goods temperature detected data Tour, the top can achieve the integrated treatment of PC functions or for the expansion of long-distance operation. The entire inspection system is fast, expansion.

    标签: 89C C52 AT 89

    上传时间: 2013-10-13

    上传用户:zhoujunzhen

  • 基于MC33993的多路开关检测接口电路设计

    主要介绍了以PIC18F2480单片机为处理器,基于可编程多路开关检测接口器件MC33993实现的车用多路开关检测接口电路的设计。该设计克服了以往基于分立元件的检测接口电路的弊端,简化了接口电路设计,保证了车用开关工作的可靠性和安全性。 Abstract:  The design of automotive multiple switch detection interface circuit based on MC33993 is introduced mainly which adopts PIC18F2480 single chip microprocessor.This circuit overcomes shortage of traditional design which contains many schism elements, and the application of MC33993 also predigests the whole design of interface circuit and guarantees the dependability and security of the switch.

    标签: 33993 MC 多路开关 检测

    上传时间: 2013-11-19

    上传用户:star_in_rain

  • 基于ISD2500与ATmega8的智能语音系统设计

    出了一种利用ATmega8单片机对ISD2500系列语音芯片进行控制的智能语音系统,此系统使用灵活,易于功能升级,具有良好的应用前景。提供了硬件连接电路和关键源程序。 Abstract:  An intelligent voice system using ISD2500 series voice chips based on ATmega8 MCU is described.This system is flexible and easy to upgrade for users,and it has pretty good using foreground. The circuit diagram and the key program are also provided.

    标签: ATmega8 2500 ISD 智能语音

    上传时间: 2014-01-22

    上传用户:Artemis

  • AT89C51与ISD4003组成的语音报价系统

    摘 要 介绍了语音报价系统的设计思路以及语音芯片ISD4003 和标准计算机小键盘的使用办法,并给出了各部分的实用电路和相应的软件控制。

    标签: 4003 89C C51 ISD

    上传时间: 2013-10-31

    上传用户:shfanqiwei

  • 基于AT89S51系列单片机实时语音播报的超声波测距仪设计

    详细介绍了一种基于单片机实时语音播报、带有LED数码显示功能的脉冲反射式超声测距系统。利用AT89S51定时功能来计算超声波在媒质中的传播时间,进而计算出超声波在媒质中的传播距离。该仪器在工业控制、能源勘探、水利监测等领域具有广泛的应用,特别是在实时性要求比较高的领域具有更大的优势和更广阔的应用前景。

    标签: 89S S51 AT 89

    上传时间: 2013-11-27

    上传用户:yiwen213

  • 基于单片机的语音电子钟设计

      钟是现代人类日常生活必不可少的工具,语音时钟更是现在电子时钟多功能化发展的一个方向。语音电子钟具有突出的播报时间的功能,它被广泛用在生活中的各种场合。本设计就是从日常生活中常见的事物入手,通过对语音电子钟的设计,让我认识到单片机已经深入到我们生活的每个领域。 本文从语音电子钟的设计原理、设计方案入手,详细介绍了系统硬件设计、软件设计及调试。在语音电子钟的设计中,要处理好以下几个关键:D/A(数/模)转换,语音识别,人机接口,程序设计。D/A(数/模)和语音识别技术关系到时间的正确播报,人机接口是播报时间和调整时间的关键。利用凌阳SPCE061A单片机在语音识别和处理方面的优点,结合实践,设计出有特色的语音电子钟。

    标签: 单片机 语音 电子钟

    上传时间: 2013-10-30

    上传用户:feitian920

  • ISD4004语音芯片的内部存储信息管理

    文章分析了ISD4004语音芯片的内部存储信息管理机制, 以具体实例介绍了录音控制过程, 实现了对语音地址的准确控制。

    标签: 4004 ISD 语音芯片 存储

    上传时间: 2013-10-24

    上传用户:wivai

  • 一种基于单片机的机床位移检测系统

    介绍了一种以单片机8051 为核心,采用直线光栅位移传感器,实现数控机床三坐标位移高精度动态检测系统的设计方法。

    标签: 单片机 位移检测 机床

    上传时间: 2013-10-16

    上传用户:xyipie