Archive

Author Archive

CMOS Logic : an introduction:what is CMOS logic

October 12th, 2010 admin No comments

Complementary metal–oxide–semiconductor (CMOS) , is a major class of integrated circuits. CMOS technology is used in microprocessors, microcontrollers, static RAM, and other digital logic circuits. CMOS technology is also used for a wide variety of analog circuits such as image sensors, data converters, and highly integrated transceivers for many types of communication. Frank Wanlass successfully patented CMOS in 1967 (US Patent 3,356,858).

CMOS was also sometimes referred to as complementary-symmetry metal–oxide–semiconductor (or COS-MOS). The words “complementary-symmetry” refer to the fact that the typical digital design style with CMOS uses complementary and symmetrical pairs of p-type and n-type metal oxide semiconductor field effect transistors (MOSFETs) for logic functions.

Two important characteristics of CMOS devices are high noise immunity and low static power consumption. Significant power is only drawn when the transistors in the CMOS device are switching between on and off states. Consequently, CMOS devices do not produce as much waste heat as other forms of logic, for example transistor-transistor logic (TTL) or NMOS logic, which uses all n-channel devices without p-channel devices. CMOS also allows a high density of logic functions on a chip.

The phrase “metal–oxide–semiconductor” is a reference to the physical structure of certain field-effect transistors, having a metal gate electrode placed on top of an oxide insulator, which in turn is on top of a semiconductor material. Aluminum was once used but now the material is polysilicon. Other metal gates have made a comeback with the advent of high-k dielectric materials in the CMOS process, as announced by IBM and Intel for the 90 nanometer node and beyond.

“CMOS” refers to both a particular style of digital circuitry design, and the family of processes used to implement that circuitry on integrated circuits (chips). CMOS circuitry dissipates less power when static, and is denser than other implementations having the same functionality. As this advantage has grown and become more important, CMOS processes and variants have come to dominate, so that the vast majority of modern integrated circuit manufacturing is on CMOS processes.

CMOS circuits use a combination of p-type and n-type metal–oxide–semiconductor field-effect transistors (MOSFETs) to implement logic gates and other digital circuits found in computers, telecommunications equipment, and signal processing equipment. Although CMOS logic can be implemented with discrete devices (for instance, in an introductory circuits class), typical commercial CMOS products are integrated circuits composed of millions (or hundreds of millions) of transistors of both types on a rectangular piece of silicon of between 0.1 and 4 square centimeters. These devices are commonly called “chips”, although within the industry they are also referred to as “die” (singular) or “dice”, “dies”, or “die” (plural).

Categories: Digital electronics Tags: ,

Logic Gates:Introduction

October 12th, 2010 admin No comments

A logic gate performs a logical operation on one or more logic inputs and produces a single logic output. The logic normally performed is Boolean logic and is most commonly found in digital circuits. Logic gates are primarily implemented electronically using diodes or transistors, but can also be constructed using electromagnetic relays, fluidics, optics, molecules, or even mechanical elements.

In electronic logic, a logic level is represented by a voltage or current, (which depends on the type of electronic logic in use). Each logic gate requires power so that it can source and sink currents to achieve the correct output voltage. In logic circuit diagrams the power is not shown, but in a full electronic schematic, power connections are required.

The simplest form of electronic logic is diode logic. This allows AND and OR gates to be built, but not inverters, and so is an incomplete form of logic. Further, without some kind of amplification it is not possible to have such basic logic operations cascaded as required for more complex logic functions. To build a functionally complete logic system, relays, valves (vacuum tubes), or transistors can be used. The simplest family of logic gates using bipolar transistors is called resistor-transistor logic, or RTL. Unlike diode logic gates, RTL gates can be cascaded indefinitely to produce more complex logic functions. These gates were used in early integrated circuits. For higher speed, the resistors used in RTL were replaced by diodes, leading to diode-transistor logic, or DTL. It was then discovered that one transistor could do the job of two diodes in the space of one diode even better, by more quickly switching off the following stage, so transistor-transistor logic, or TTL, was created. In virtually every type of contemporary chip implementation of digital systems, the bipolar transistors have been replaced by complementary field-effect transistors (MOSFETs) to reduce size and power consumption still further, thereby resulting in complementary metal–oxide–semiconductor (CMOS) logic.

For small-scale logic, designers now use pre fabricated logic gates from families of devices such as the TTL 7400 series by Texas Instruments and the CMOS 4000 series by RCA, and their more recent descendants. Increasingly, these fixed-function logic gates are being replaced by programmable logic devices, which allow designers to pack a large number of mixed logic gates into a single integrated circuit. The field-programmable nature of programmable logic devices such as FPGAs has removed the ‘hard’ property of hardware; it is now possible to change the logic design of a hardware system by reprogramming some of its components, thus allowing the features or function of a hardware implementation of a logic system to be changed.

Electronic logic gates differ significantly from their relay-and-switch equivalents. They are much faster, consume much less power, and are much smaller (all by a factor of a million or more in most cases). Also, there is a fundamental structural difference. The switch circuit creates a continuous metallic path for current to flow (in either direction) between its input and its output. The semiconductor logic gate, on the other hand, acts as a high-gain voltage amplifier, which sinks a tiny current at its input and produces a low-impedance voltage at its output. It is not possible for current to flow between the output and the input of a semiconductor logic gate.

Another important advantage of standardized integrated circuit logic families, such as the 7400 and 4000 families, is that they are cascadable. This means that the output of one gate can be wired to the inputs of one or several other gates, and so on. Systems of arbitrary complexity can be built without great concern of the designer for the internal workings of the gates, provided the limitations of each integrated circuit are considered.

The output of one gate can only drive a finite number of inputs to other gates, a number called the ‘fan-out limit’. Also, there is always a delay, called the ‘propagation delay’, from a change in input of a gate to the corresponding change in its output. When gates are cascaded, the total propagation delay is approximately the sum of the individual delays, an effect which can become a problem in high-speed circuits. Additional delay can be caused when a large number of inputs are connected to an output, due to the distributed capacitance of all the inputs and wiring and the finite amount of current that each output can provide.

NAND, NOR logic gates are the basic building block of logic gates, in that all other types of Boolean logic gates (i.e., AND, OR, NOT, XOR, XNOR) can be created from a suitable network of just NAND or just NOR gate(s). They can be built from relays or transistors, or any other technology that can create an inverter and a two-input AND or OR gate. Hence the NAND, NOR gates are called the universal gates.

Digital electronics to VLSI

October 12th, 2010 admin No comments

In digital electronics, different logics are implemented through different, separate circuits named logic gates. Over the course of development of transistors, extensive research has been made in implementation of gates efficiently by them. Not much after, CMOS technology was in the horizon and due to their low power consumption and other benefits over the regular transistors, we chose the MOS to create logical circuits according to our needs. Today, most of the logic circuits we use or come face to face with in our daily life as well as research are made of CMOS. In recent years, Transmission Gate (Commonly abbreviated as TG) has taken over the realm of logic gate design over the plain depletion mode or enhancement mode MOSFETs; but the TG technology isn’t all pro and no con. Though it has significant improvements over the common CMOS in space requirements and faster operation, it loses out primarily on power consumption. So, the newest addition to this field of logic gate implementation has been the introduction of hybrid architecture, one which has the benefits of both the CMOS and the Transmission gates. In this particular segment of the project, we will design several logic gates with normal CMOS, normal TG and hybrid architectures, and compare them on different parameters. Our focus, though, would mainly be to design logic gates which are less power consuming, while being fastest amongst all the possible architectures. In the next section, some knowledge about power, delay and transistor counts of different models and how designers account it when designing adders/logic gates. In later section, we represent the implementation of different logic gates built with different logic designs: CMOS, TG-CMOS and Hybrid logic. Lastly, comparison in delay and power of different designs are given.

Categories: Digital electronics Tags:

The loop antenna for a VLF receiver :Some informations

May 9th, 2010 admin No comments

The loop antenna for a VLF receiver does not have to be free and clear. VLF radio waves are subject to a principal of optics known as Brewster scattering which allows them to penetrate a small fraction of a wavelength into a conducting medium. All electromagnetic waves obey this principle. This is why the Navy uses VLF radio frequencies to communicate with submerged submarines. Their long wavelength scatters into salt water deep enough to be picked up by an underwater antenna trailed just below the surface. They also have no difficulty reaching your loop antenna hidden among trees and shrubbery and sitting right on the ground. The plane of the loop is the direction of maximum signal so orient the loop so the signal you want to record is in the plane of the loop. There is a sharp null in the direction perpendicular to the plane of the loop. The maximum is much broader than the null so an unwanted signal on a nearby frequency can nulled out while favoring the wanted signal.

The diagram (Fundamental Circuit Diagram of VLF Receiver to Detect Solar Flares and Gamma Ray Bursts…Page: 15) shows resistors that amplify 900 X. Here we change R-4 to 22K to give amplification of ~150X. If you use too much amplification it will saturate the amplifier and draw a straight line that cannot show sunrise and sunset patterns and record SIDs. The TL082 is a dual opamp. Each opamp is a separate amplifier whose amplification is equal to the ratio of the resistors connected to its inverting input (pins 2 and 6). When they are 100K and 3.3K each stage amplifies 30 X for a total of 900 X. If you change R-4 to 22K the total is 30 X ~5 = 150. If R4 is 10K it is 30 X 10 = 300. 33K will give 90 X. You can also draw a straight line if the amplifier oscillates and saturates the amplifier. Avoid feedback oscillation by suspending the amplifier board half way between the periphery of the loop and the center of the frame. Suspend it on the input wires and the 4-wire telephone cable which should come out perpendicular from the center of the loop for a distance of about two meters. Do not let the amplifier touch the wooden frame. If the output cable passes close to the loop the amplified signal it carries can couple back into the loop and cause feedback oscillation that draws a straight line that also will not show sunrise and sunset patterns nor record SIDs. A signal generator can also saturate the amplifier if it is coupled too tightly to the receiver. Always avoid straight lines as you tune your receiver to the station you are looking for.

If all else fails and you can’t get your receiver tuned to the signal you want you may do better with a signal generator you can build from about $12 worth of Radio Shack parts. This is a Wein-bridge oscillator that produces a true sine wave with good stability and is easy to control. It will need to be set to the frequency you want to tune to with a frequency counter. If you do not have a frequency counter or a friend who can set it, you can send it to us and we’ll be glad to set it for you. It is small and very light and can be mailed for 37 cents or anywhere in the world by airmail for 80 cents. There is one correction that needs to be made to the circuit diagram (shown in page…15). A 10 mfd electrolytic capacitor should be connected across the 5k variable resistor that controls the output level to the recorder.

Categories: Electronic Technology Tags:

Hexagonal frame for the loop antenna receiver

May 9th, 2010 admin No comments

Below are instructions for making a hexagonal frame for the loop antenna receiver. If you follow these directions you will have a nice looking single layer loop that will have no zigzags but a less carefully made frame will probably work just as well provided you maintain the dimensions fairly close.

image-2

The drawing above shows how the hexagonal frame is shaped slice a paddle wheel with the six’/4 inch plywood paddles mounted all facing in the same direction on the ends of three diagonals. The diagonals are 1″ X 2″ nominal, actual size 5/8″ X.1 3/8″, wood . Each diagonal is cut to be exactly 57 inches long. A hole is drilled in the centers of the three diagonals and they are fastened together with a bolt. We used 5/16-18 threaded brass rod and brass nuts and washers to prevent rust. The plywood paddles are 6-inches long and the width of 24 turns of whatever size wire. The paddle drawings show how the three countersunk holes for the mounting screws are centered on two paddles, offset 5/8″ to the right on two paddles and offset 5/8″ to the left on the other two. These offsets produce a hexagonal frame that will lay flat and the winding will not zigzag. We used #10 brass flat head wood screws 3/4″ long to mount the paddles on the diagonals. The paddies should extend exactly one inch beyond the ends of the 57 inch long diagonals so the distance between the ends is exactly 59 inches which is 1.5 meters.

When the diagonals are set with 30 degree angles between than the distance from each paddle to the next will be 0.75 meters and the length of a turn will be 6 X 0.75 = 4.5 meters. 24 turns will then require 4.5 X 24 = 108 meters or 354 feet of wire. This is a little more than the 300 feet usually recommended but it should work OK. Before we start to wind the wire on the

frame we clamp the diagonals so they won’t move. The center bolt cannot be made tight enough to do this. The wood for the diagonals comes in 8foot lengths so you will have some left over. We cut two pieces about 2-feet long to clamp the diagonals while winding the wire on the frame. Clamp these in place with C-clamps. We glue the finished winding to each paddle with 5-minute epoxy glue before removing the clamps. Now the diagonals can’t slip and the wire won’t slide off the edges of the paddles. The ends of the winding should pass through small holes both in the same paddle and extend out a few inches.

It was tuned by 1.5 meter loop with 24-turns of # 14 wires with a precision decade capacitor bank made by Cornell-Dubilier to determine the actual capacitances needed. Here are accurate values for the capacitors needed to tune to some popular VLF stations.

60 kHz, WWVB Fort Coffins, Colorado, USA. ……0.002 mfd
25.2 kHz La Mourie, North Dakota, USA …0.0175 mfd
NAA 24 kHz Cutler, Maine, USA ……0.0185 mfd
37.5 kHz, NRK Grindavik Iceland ……0.008 mfd
24.8 kHz, Tim Creek, WA, USA …….. 0.0178 mfd
21.4 kHz, NPM Hawaii, USA……….. 0.023 mfd

We can make a tuner to find these stations from two Radio Shack 8-position DIP switches. These consist of eight little single pole, single-throw switches side by side that mount on a Printed Circuit Board. Radio Shack only carries the capacitors we need for this tuner in ceramic dielectric so you should use their ceramic capacitors. Below are the capacitances for the sixteen capacitors we will need. Mount each switch on a little circuit board and connect the capacitor to each switch so when all 8 switches are in the an position all eight capacitors are connected in parallel.

*      Switch Number One:
Position # 1…..100 pfd
            2…..100 pfd
            3…..100 pfd
            4…..100 pfd
            5…..100 pfd
            6…..470 pfd
            7…..470 pfd
            8…..0.001mfd

*      Switch Number Two:
Position # 1…0.001 mfd
            2…0.001 mfd
            3…0.001 mfd
            4…0.0047 mfd
            5…0.0047 mfd
            6….0.01 mfd
            7….0.01 mfd
            8….0.01 mfd

These two tuners should make it possible to find the station without an oscilloscope and signal generator. We connect them temporarily with Alligator clip leads across the Loop. Then tune up and down in 100 pfd increments until we peak on a strong signal. We used a multimeter or our recorder to measure signal strength. We recorded the strong signal found for a few days to make sure it shows sunrise and sunset patterns. If it shows these patterns we have successfully tuned our receiver to a suitable signal and it should record solar flares as SESs. We unsolder the selected capacitors from the tuners and solder them across the ends of the loop. The ceramic capacitors are rated for only 20% accuracy so we connect the values in the table above to our loop. We connected 20% capacitors adding up to 0.185 mfd across the loop.

 

 

Categories: Electronic Technology Tags:

Design of VLF Receiver to Detect Solar Flares and Gamma Ray Bursts

May 9th, 2010 admin No comments

Here is an updated version of the simple VLF receiver first described in the April SID Supplement of the Solar Bulletin. The design is based on the principle known to all amateur radio operators that the most important part of a transmitting or receiving system is a good antenna and a well matched transmission line.

We met the first requirements by building a hexagonal loop antenna that measures around 1meter (59 inches) across the diagonals and winding it with 24 turns of # 14 stranded copper wire & the second requirement by eliminating the transmission line altogether. The receiver is built right on the loop antenna so there is no need for a transmission line between the antenna and the receiver. After the signal is amplified 900 times it is sent over a transmission line consisting of ordinary 4-wire telephone wire to a recorder driver. There is no need to match this transmission line to the recorder driver because the signal has already been amplified 900 X. There is plenty of signal to make up for any lost on the transmission line. We call this a “Loop Antenna Receiver” because the loop is the receiver. It is the LC resonant circuit for the receiver and owes its success to being a large high-Q loop with much greater aperture than small

loop antennas usually used with Sudden Ionospheric Disturbance (SID) receivers. The low resistance of the #14 wire gives the loop a high Q, about 400 compared to about 20 for small loop antennas wound with #26 wire that are used by most SID observers. The receiver has a pass band of less than 500 Hz which compares favorably with other SES (Sudden Enhancement Signal) receivers in use today.

This loop antenna receiver is meant to be located outdoors so it can be placed as far as possible from electrical wiring which is the source of most if not all of the interference that plagues SES receivers. Below the chart is a simplified diagram of how to hook the parts of the receiver together. It is not necessary to put the receiver in a weatherproof box.

image-1

Fig. Fundamental Circuit Diagram of VLF Receiver to Detect Solar Flares and Gamma Ray Bursts

 

 

Categories: Electronic Technology Tags:

SID :A more detail

May 9th, 2010 admin No comments

It cannot be said that SID monitoring is not with out its problems for recording solar flares.

*      The biggest problem is that not all solar flares can be recorded via SID recording.  Only solar flares that occur during the daytime for a SID station can be recorded. 

*      Furthermore SIDs can become localized at times where say one person in NJ will record a SID while an observer in Florida may not. This happens when a small area of the ionosphere has been affected, yet the signals path to the person is Florida does not travel via the disturbed area.

*      In addition to this the solar flare must be large enough to cause a SID.

*      One last difficulty for those wanting to report their data to AAVSO is that the data must be accurate within one minute per day.  Unfortunately computer clocks do wander a bit, but we have thought of many ways to deal with this problem.

 

SID monitoring does offer many benefits that may be of interest to amateur astronomers.

*      As mentioned before this method can be used to monitor solar flares, with the small possibility of monitoring a GRB.

*      The SID method can also be used to record radio outburst from the sun that usually foretell a solar flare with in an hour or so. In addition, if the computer can be set up to graph the data it is receiving, then an observer can become aware of a SID event the instant it takes place.

This alone harbors some very interesting possibilities. Rarely do solar flares release energy in the white light spectrum. But a solar flare does release energy that is visible in the H-

alpha spectrum. Therefore an observer viewing the Sun with a telescope and H-alpha filter (they are not cheap, but NJAA does have one.) should be able to visually observe or photograph the solar flare. Also, as brought to my attention by solar observer Maria Hansen, solar flares sometimes occur within a few hours of each. Therefore if the SID monitoring station records a solar flare during the morning, an observer has a good chance of witnessing another solar flare before the end of the day. It is important to note that we can measure our station’s success using the Internet.  Professional astronomers use satellites to keep tabs on solar flares and GRBs.  Their websites usually include such information as to when a solar flare occurred in universal time and its size.  Information such as this can help us determine if our station is working properly and what it is detecting.

Also, the data produced by the station will need to be analyzed.  In turn this data can be used to fill out monthly reports to be sent to AAVSO.

 

 

Categories: Electronic Technology Tags:

What is SID

May 9th, 2010 admin No comments

SID stands for Sudden Ionosphere Disturbance, which are usually caused by solar flares.  Members of the American Association of Variable Star Observers (AAVSO) SID program use inexpensive radio equipment to detect and record these quick changes of the ionosphere.  Members then send in reports at the end of the month listing SIDs they have recorded.   Their reports typically contain the time a SID starts, peaks, and ends. The ability to detect solar flares with radio immediately caught our attention. The theory behind the program is not difficult to understand. But constructing the equipment for the SID monitoring station was a little over our head.  So it appeared best to drop the idea. Then it became apparent that a SID monitoring station could be constructed with the help of NJAA research members.  Also the station could be located at the observatory and be used by members wishing to get a taste of amateur research.

The ionosphere is an area high above the earth containing a high concentration of ions. It is important to understand the relationship between radio waves and the ionosphere to realize how these disturbances can be observed. Radio waves with long wavelengths can use the ionosphere as a type of mirror.

High Frequency (HF) radio waves and Very Long Frequency (VLF) radio waves typically bounce off the ionosphere and the earth. Hence these radio signals can literally travel great distances by bouncing from the earth to the ionosphere many times. In brief, a VLF or HF signal transmitted in Europe can be received without difficulty in America. (Note* Typical FM radio signals do not use the ionosphere in such a way, hence we do not hear FM radio stations from very distant transmitters). Many countries, including the U.S., use VLF signals to communicate with their submarines. This is due to the VLF signals excellent ability to travel the earth. Our receiver will most likely use NAA, a US Naval VLF radio station in Maine. NAA is located at 24.0 kHz and puts out a continuous signal.

 

 

 

Categories: Electronic Technology Tags:

Precession Half Wave Rectifier

May 1st, 2010 admin No comments

One of the non-linear behaviors that are sometimes required in analog circuits is rectification. Rectification is a process of separating the positive and negative portions of a waveform from each other and selecting from them what part of the signal to retain. In the case of half-wave rectification, we can choose to keep one polarity while discarding the other.

untitled-5

The circuit above accepts an incoming waveform and as usual with op amps, inverts it. However, only the positive-going portions of the output waveform, which correspond to the negative-going portions of the input signal, actually reach the output. The direct feedback diode shunts any negative-going output back to the “-” input directly, preventing it from being reproduced. The slight voltage drop across the diode itself is blocked from the output by the second diode.

The second diode allows positive-going output voltage to reach the output. Furthermore, since the output voltage is taken from beyond the output diode itself, the op amp will necessarily compensate for any non-linear characteristics of the diode itself. As a result, the output voltage is a true and accurate (but inverted) reproduction of the negative portions of the input signal. Thus, this circuit operates as a precision half-wave rectifier. If Rf is equal to Rin as is the usual case, the output voltage will have the same amplitude as the input voltage.

 

Categories: Precision rectifier Tags:

Peak Detector

May 1st, 2010 admin No comments

With little modifications basic precision rectifier can be used also for detecting peak levels of signal. In the following circuit a capacitor keeps the peak voltage level of signal and switch can be used for resetting detected level.

untitled-4

 

Categories: Precision rectifier Tags: