Bilingual edition: English is preserved and Chinese follows each unit. Terminology uses the confirmed v20260916 glossary; automated semantic review remains traceable.
中英双语版:英文原文完整保留,中文紧随对应单元;术语采用 v20260916 确认表,自动语义审校结果可追溯。

Binary Counting

二进制计数

A binary counter can be constructed from J-K flip-flops by taking the output of one cell to the clock input of the next. The J and K inputs of each flip-flop are set to 1 to produce a toggle at each cycle of the clock input. For each two toggles of the first cell, a toggle is produced in the second cell, and so on down to the fourth cell. This produces a binary number equal to the number of cycles of the input clock signal. This device is sometimes called a "ripple through" counter. The same device is useful as a frequency divider.

一个二进制计数器可以由J-K触发器构成,通过将一个单元的输出连接到下一个单元的时钟输入。每个触发器的J和K输入设置为1,以在时钟输入的每个周期内产生翻转。对于第一个单元的每个两次翻转,第二个单元会产生一次翻转,依此类推,直到第四个单元。这会产生一个二进制数,其值等于输入时钟信号的周期数。这种设备有时也被称为“级联计数器”。同一设备也可用作频率分频器。
Decade Counter
十进制计数器
Flip-Flops
翻转器
Index

Electronics concepts

Digital circuits

Data Transfer

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 5-19
索引 电子学概念 数字电路 数据传输 J-K 触发器 应用 参考 Tocci 数字系统,第5-19节
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回










BCD or Decade Counter

BCD或十进制计数器

A BCD counter or decade counter can be constructed from a straight binary counter by terminating the "ripple-through" counting when the count reaches decimal 9 (binary 1001). Since the next toggle would produce 1010, that drives both X1 and X3 high, and since they are the inputs to the NAND gate, the output of the NAND goes low. This zero output to the asynchronous clear line will clear the registers and start the count over after 9.

一个BCD计数器或十进制计数器可以通过一个直接二进制计数器构造,当计数达到十进制9(二进制1001)时终止“级联计数”。由于下一次翻转会产生1010,这会使得X1和X3同时变高,而它们是NAND门的输入,因此NAND门的输出会变低。这个低电平输出将异步清零线置零,从而清空寄存器并从9开始重新计数。
Index

Electronics concepts

Digital circuits

Data Transfer

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 7-2
索引 电子学概念 数字电路 数据传输 J-K 触发器 应用 参考 Tocci 数字系统,第7-2节
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回










Frequency Division

频分

A frequency divider can be constructed from J-K flip-flops by taking the output of one cell to the clock input of the next. The J and K inputs of each flip-flop are set to 1 to produce a toggle at each cycle of the clock input. For each two toggles of the first cell, a toggle is produced in the second cell, so its output is at half the frequency of the first. The output of the fourth cell is 1/16 the clock frequency. The same device is useful as a binary counter.

一个频率分频器可以由J-K触发器构成,通过将一个单元的输出连接到下一个单元的时钟输入。每个触发器的J和K输入设置为1,以在每个时钟周期内产生翻转。对于第一个单元的每个两个翻转,第二个单元会产生一个翻转,因此其输出频率是第一个单元的一半。第四单元的输出频率是时钟频率的1/16。同一设备也可用作二进制计数器。
Flip-Flops
翻转器
Index

Electronics concepts

Digital circuits

Data Transfer

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 5-19
索引 电子学概念 数字电路 数据传输 J-K 触发器 应用 参考 Tocci 数字系统,第5-19节
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回










Frequency Counter

频率计数器

A frequency counter can be made from a binary counter and a decoder/display unit. In the schematic below an AND gate is used as an input device. The unknown frequency is applied to one input of the AND and sample pulses of precise time interval are applied to the other. When the sample pulse is high, the input signal is transferred to the counter. The number of counts divided by the sample time interval gives the frequency. In the design shown, there is another practical element: after the count is done, there must be time to view the result on the display, so a third input to the AND gate is taken from a J-K flip-flop. The input reaches the counter only when both the sample pulse and the J-K flip-flop are high (counts are collected on alternate sample pulses). This provides an interval when the frequency is displayed. On each positive-going edge of the J-K, a one-shot multivibrator is triggered to send a pulse for resetting the counter.

一个频率计数器可以由二进制计数器和解码器/显示单元组成。在下面的原理图中,一个与门被用作输入设备。未知频率信号施加于与门的一个输入端,而精确时间间隔的采样脉冲施加于另一个输入端。当采样脉冲为高电平时,输入信号被传输到计数器。将计数次数除以采样时间间隔即可得到频率。在所示设计中,还有一个实际元件:在计数完成后,必须有时间查看显示结果,因此与门的第三个输入端来自一个J-K触发器。只有当采样脉冲和J-K触发器同时为高电平时,输入才会被传输到计数器(计数是在交替的采样脉冲上进行的)。这提供了显示频率的时间间隔。在每个J-K的正跳变边沿,一个单稳多谐振荡器被触发,以发送一个重置计数器的脉冲。
Flip-Flops
翻转器
Index

Electronics concepts

Digital circuits

Sequential Operations

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 7-16
索引 电子学概念 数字电路 顺序操作 J-K 触发器 应用 参考 Tocci 数字系统,第7-16节
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回