Connexions

You are here: Home » Content » 3.1 - What is a digital clock?
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Introduction to the Texas Instruments ez430"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
  • This module is included inLens: Texas Instruments MSP430
    By: Texas Instruments

    Comments:

    "Gives a brief explanation of a digital clock."

    Click the "TI MSP430" link to see all content affiliated with them.

    TI MSP430
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

3.1 - What is a digital clock?

Module by: Naren Anand Based on: What is a digital clock? by CJ Ganier, adrian valenzuela

Summary: Gives a brief explaination of a digital clock.

The clock of a digital system is a periodic signal, usually a square wave, used to trigger memory latches simultaneously throughout the system. While no part of this definition is strictly true, it does convey the basic idea (think flipping a light switch on and off at a certain speed). Square waves are used because the quick transitions between high and low voltages minimize the time spent at uncertain digital levels. The clock ideally reaches all parts of the system at the same time in order to prevent sections from getting out of sync. Clock signals are generally periodic because the user wants to run the system as fast as possible, but this is often not a necessary attribute.
clock.gif
Figure 1
Clock signals are used to synchronize digital transmitters and receivers during data transfer. For example, a transmitter can use each rising edge of the clock signal of Figure 1 to send a chunk of data.
A faster clock rate all means that you can process more instructions in a given amount of time at the cost of an increased power consumption.

Comments, questions, feedback, criticisms?

Send feedback