如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
分频器设计及应用主要内容1、普通加法计数器设计例1,普通加法计数器:带复位功能的加法计数器举个例子说明复位重要性P76巴西libraryieee;useieee.std_logic_1164.all;useieee.std_logic_arith.all;useieee.std_logic_unsigned.all;entityrippleisgeneric(width:integer:=4);port(clk,rst:instd_logic;cnt:outstd_logic_vector(width-1downto0));endripple;architectureaofrippleissignalcntQ:std_logic_vector(width-1downto0);beginprocess(clk,rst)beginif(clk'eventandclk='1')thencntQ<=cntQ+1;endif;endprocess;cnt<=cntQ;enda;2、分频器2.1偶数分频器;2.2奇数分频器2.3同步时序电路中的时钟问题;Process(clk)Beginif(clk’eventandclk=‘1’)thenX<=d;endif;Endprocess;Process(clk)Beginif(clk’eventandclk=‘0’)theny<=d;endif;Endprocess;--OK设计一个计数器,可以统计始终上升沿和下降沿之和。声音的基础知识音频信号与声音的关系音频信号与声音的关系音频信号与声音的关系音频信号与声音的关系音频信号与声音的关系音频信号与声音的关系补充:3、分频器的应用电路—硬件电子琴电路乐曲演奏电路设计原理