Home Projects AVR Programming Guides Electrical Fundamentals Insteon Saving Electricity

Recent Updates

EasyGrow Greenhouse
Follow our adventure of assembling an 8x12 EasyGrow Greenhouse.
AVR Programming Guides
We have some nice AVR code samples to share. Lots of AVR goodies like timers, interrupts, and pin I/O for the beginner.
Watts Tables
Use these tables to help you determine how much various items in your house cost you by the day, month, and year.
Saving Electricity
A list of a variety of ways to help you save money by learning how much it costs to run things.
What is a Kilowatt Hour
Saving money on your electric bill starts with understanding what a kilowatt hour is.
How To Measure Watts
Learn a variety of ways to measure watts in your house.
Read Your Power Meter
By reading your power meter you can get a good idea of how much various electrical devices cost you.
Electronics Fundamentals
Learn some basic electronics fundamentals and see if you enjoy the field of electronics.














Signals and Systems Page 2

Systems

In electronics it is frequently easier to break projects down into their smallest components. By doing this we can design the components independent of each other. Then after each component has been fully designed and tested, we can connect all of the components to each other. If every individual component functions, then the final resulting system should function as well.

A good example of this is a microphone amplifier. The end goal is to make an amplifier that has a microphone hooked up to one side, and a loudspeaker connected to the other. Four systems are needed.

  1. A microphone
  2. A system that knows how to amplify the microphone's signal to a known level.
  3. A system that knows how to amplify from the known level to the high level that speakers require.
  4. A set of speakers

A microphone to speaker amplifier might look like this.

Notice that there is only one line connecting each small system within the large system. That line is the signal traveling from one block to the next.

Signals

In electronics it is usually easier to talk about voltages like they are signals flowing through systems. It is generally just assumed that GND is 0 volts. So when a signal or voltage of 5 volts is needed, this is in reference to GND.

Signals sometimes carry information, such as voice or data. When this is the case, the signal voltage usually goes up and down very rapidly to represent the information. In the microphone amplifier example earlier, the line connecting each block of the system is carrying voice from the microphone to the speakers. Really what is happening is the voltage on that wire is going up and down very rapidly in response to the voice.

Previouspage 1page 2page 3Next
 
Thursday, 09-Feb-2012 01:02:53 PST