搜索资源列表
music1
- music接管0.5W扬声器,就可以唱歌了,如果你觉得不好听,就调节一下与时间有关了延迟涵数,看看有何变化.-music took over 0.5W speakers, it can sing, and if you think that sounds bad, make some adjustment with the time delay of several culvert and see what changes.
1111103
- 8051单片机控制外部设备,读取外部设备状态,外部中断的应用,中断的深入理解,变量和标记的灵活应用,定时器的灵活应用,可编程自动控制的方法,按键控制设备动作的方法,PWM 输出的设计,存储器的读写,延时报警器的设计,各种报警音的设计,音乐播放的设计,程序模块化的设计等等知识。-8051 to control external equipment, reading the state of the external equipment, external interrupt the applica
music
- 能让单片机唱歌的程序,这个程序采用单片机不同delay时间的不同来模拟唱歌的效果
YSS915
- YSS915,数字DSP处理,ADC输入,一路直通模似输入,MUSIC,MIC效果可单独选择,有延时,变调等功能-YSS915, digital DSP processing, ADC input, all the way through analogue input, MUSIC, MIC effect can be individually selected, a delay, modulation and other functions
music
- 单片机播放音乐 通过控制高低电平让蜂鸣器发出不同的声音 做相应的延时实现节拍 开发环境是keil-SCM music by controlling the high-low so that the buzzer sounds different delay accordingly to achieve the beat
C51xuexi
- 通过这30个教程,初学者可以学到:单片机控制外部设备,读取外部设备状态,外部中断的应用,中断的深入理解,变量和标记的灵活应用,定时器的灵活应用,可编程自动控制的方法,按键控制设备动作的方法,PWM输出的设计,存储器的读写,延时报警器的设计,各种报警音的设计,音乐播放的设计,程序模块化的设计等等知识-30 through this tutorial, beginners can learn: SCM control external devices, read the external equip
8255P8253
- 用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3—方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放-8279 with a keyboard and display interface chip receives key key, an
matlab
- 数字信号处理在音乐延时和混响处理中的应用 用到界面设置,演示非常方便。-Digital signal processing applications used in the music delay and reverb processing interface settings, the demo is very convenient.
Music
- 用定时器T1方式1来产生歌谱中各音符对应频率的方波,由P1.0输出驱动喇叭。 节拍控制可通过调用延时子程序次数来实现。- Timer T1 mode to produce the various notes in the song sheet corresponds to the frequency of square wave, driven by the P1.0 output speaker. Beat control can be achieved by the numbe
zigbee
- 蜂鸣器奏乐刘德华《练习》,根据不同的单片机可以调整延时。8952单片机不能执行程序,但将数组的xdata改为code可以演奏一小段。需要高级一点的单片机。在不同的开发板上运行的效果有差异。-Buzzer music to Andy, " practicing" , depending on the chip can be adjusted delay. 8952 microcontroller can execute the program, but will be replac
music1
- music接管0.5W扬声器,就可以唱歌了,如果你觉得不好听,就调节一下与时间有关了延迟涵数,看看有何变化.-music took over 0.5W speakers, it can sing, and if you think that sounds bad, make some adjustment with the time delay of several culvert and see what changes.
BEEP_MUSIC
- 在51单片机控制下,蜂鸣器实现音乐盒功能。延时程序,音符。-In the 51 MCU control, buzzer realize music box functionality. Delay program notes.
musicPlayer
- 通过蜂鸣器/扬声器播放音乐的练习。《89c51单片机入门》里提供的代码无法仿真,我又从网上找了个《兰花草》的音乐播放程序,可以成功仿真。 蜂鸣器/扬声器发声原理:通过改变通断之间的延时来改变发出的音调,通过重复这种通断的延时来达到控制发出声音的长短。 -Play music exercises buzzer/speaker. Code 89c51 microcontroller Getting Started in the offer can not be emulated, I
music
- 基于单片机51,用无缘蜂鸣器用不同延时发出不同频率的声响,达到声响-Based on the 51 single-chip, with no delay in a different frequency with different buzzer sound, the sound of
music-player
- 1.利用单片机的定时器,通过IO口输出不同频率的方波,以实现输出不同音频的信号,将歌曲每个音符所对应的定时器初值写入数组或存储器。 2.用单片机的IO口控制蜂鸣器,当方波的频率不同时蜂鸣器发出的音调就不同,并采用延时程序设计持续节拍,根据歌曲的简谱利用C语言编程使蜂鸣器播放音乐。-1. Using a microcontroller timer, the output square waves with different frequencies through the IO port, i
多用途提醒器蜂鸣器
- 1、 设计一个定时器用于如吃药、烧水等事件提醒 2、 用LED数码管或LCD液晶显示计时时间,可以加计时或倒计时,定时时间可在100 分钟内。 3、 设置按键: 时间+、时间-、启动、停止、暂停等 4、 设置按键用于静音 5、 在计时到点用蜂鸣器提醒,要求声音为一段电子音乐(特别指出不是简单的蜂鸣器接通 和未接通所发出的声音)。 6、所用时间间隔用ATmega128的定时器完成,非普通的延时程序。 发挥部分: 设计时间预约方式,即多定时时间段连续计时,并在每一定时间隔到时用不同