Home     Blog

Linear Amplifier

Linear amplifiers are electronic circuits that have an output that is proportional to the input of the device while providing additional power to the load. A linear amplifier is normally a variant of a radio-frequency (RF) power amplifier and is used frequently in amateur radio and in laboratory and commercial audio equipment with an output measured in watts and kilowatts.

How Do Linear Amplifiers Work?

Linear amplifiers can either be based on vacuum tube or solid state technology. Most of the commercially produced devices for amateur radio still use vacuum tubes and provide 10 to 20 times the amplification for RF transmissions in the 1 to 2 kilowatt range. The solid state amplifiers are more common in the 500 watt-25 watt range. As technology continues to improve, AM radio broadcast equipment slowly shifts to using solid state amplifiers, while most amateur radio transceivers become capable of transmitting between 100 and 150 watts. Linear Amplifier

What Are the Amplifier Classes?

There are several types of amplifier classes with various advantages and disadvantages. These include trade-offs between signal accuracy, implementation cost, and efficiency. The classes are:

Class A – They are inefficient and conduct throughout the entire transmission cycle. They can never be more than 50% efficient.

Class B – This class of amplifier can be efficient (up to 65%). They conduct through half of the RF cycle but require significant drive power in order to operate.

Class AB1 – Is very similar to a class A amplifier except that its grid is more negatively biased.

Class AB2 – This amp accepts a larger input signal than a Class AB1 or a Class A amplifier and is more negatively biased than a Class AB1 amp.

Class C – These amplifiers are more efficient (up to 75%) but are non-linear. They can only be used for continuous wave or FM use and conduct through less than ½ of the RF cycle.

When Were the First Large Linear Amplifiers Used?

The first large amplifiers were used in the United States for public radio broadcasting between 1934 and 1939 in Cincinnati, Ohio. The amp was considered experimental and was driven by a 50 kw transmitter. It required a dedicated substation and a large pond next to it to aid in cooling the station during operation.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow javanx3d on

Leave a Reply

Related Posts

  • Amplifier

    An amplifier uses a small input signal to create a large output signal, while minimizing distortion of the waveform. Amplifiers are used for both electrical and optical signals. Working of an Amplifier Modern amplifiers use solid-state electronics, although some are still made with vacuum tubes. A basic amplifier can be made with transistors, while complex [...]...


  • Linear Particle Accelerator

    A linear particle accelerator is a large device that can speed up electrons, ions, or other particles and slam them into a target in order to release subatomic particles and radiation. Sensors then record these by-products, send their data to a central computer system that creates a digital, 3D image of the particle, and labels [...]...


  • Traversing and Searching a Linear Linked List

    Traversing a list A linear list can be traversed in two ways In order traversal Reverse order traversal In order Traversal To traverse the linear linked list, we walk the list using the pointers, and process each element until we reach the last element. .cf { font-family: Lucida Console; font-size: 9pt; color: black; background: white; [...]...


  • Linear Search

    This method traverses a list sequentially to locate the search key. The algorithm that one chooses generally depends on the organization of the array elements. If the elements are in random order, then one should choose the linear search technique. Algorithm linearsearch (a,n,item,loc) Here "a" is an array of the size n. This algorithm finds [...]...


  • What is Transconductance?

    Transconductance is a property of some electronic components and is also known as mutual conductance. It is the opposite of resistance. The measure of transconductance is the ratio of the electrical current change at an output port as compared to the voltage change at the input port. The measure of transconductance is commonly used in [...]...