Robotics and Energy Logo

This project is currently in maintenance

Electric Guitar Amplifier Project: A Complete Example for Electronics Students

Project for Building a class B Guitar Amplifier

Rock guitarist with amplifier stack

In this project, we decided to design and build an amplifier capable of boosting the signal from an electric guitar. This article provides a comprehensive guide to building a basic electric guitar amplifier, specifically designed for electronics students.

It outlines each step of the project, from schematic design to the physical construction of the amplifier, highlighting important considerations such as power supply, signal processing, and tone control. By the end of the article, you will have a functional, hands-on project that will deepen your understanding of both electronics and audio technology.

Brief

The guitar's input signal is an AC signal with an amplitude of 60–300 mVpp and a frequency range of 50–2000 Hz. The speaker we are using is essentially a coil with a real resistance of 6Ω and can handle up to 15W of power.

If we connect the guitar signal directly to the speaker, it won't produce any sound due to the low power level. Therefore, we need an amplifier that can significantly increase the power of the signal without distorting its quality or frequency. Our goal is to achieve a maximum amplification of 100 times the input signal, with an adjustable voltage range of 6–30V, using a feedback loop.

The amplifier is designed with two amplification stages: a low-noise, high-bandwidth operational amplifier and a Class B power stage using transistors. Additionally, we included a low-pass filter to eliminate unwanted noise and provide a clean, enjoyable sound. A good way to start the design is to put all key building blocks of the project into a diagram, and then engineer each of them.

Missing

Fig 1. Block diagram

Missing

Fig 2. Class B amp — first and second stage diagram

Theoretical Background

First Amplification Stage: Voltage Amplification

The first stage focuses on amplifying the voltage of the input signal. This is achieved using an operational amplifier (op-amp) connected in a negative feedback configuration. This setup allows for a gain of up to 100 times the input signal. The input signal is fed into the positive input of the op-amp to achieve a very high input impedance, which helps preserve the integrity of the signal by preventing any significant current draw from the guitar pickup.

Second Amplification Stage: Power Amplification

The second stage is a power amplification stage built with two BJT transistors (NPN and PNP types) configured in a push-pull arrangement. These transistors are connected ‘back-to-back,’ meaning their emitters are connected together. The collector of the NPN transistor is connected to the positive supply voltage (+Vcc), while the collector of the PNP transistor is connected to the negative supply voltage (-Vcc). This configuration eliminates the need for resistors on the collectors, allowing for maximum current flow to the load.

The transistors switch between saturation and cutoff states. When one transistor is in saturation (fully on), the other is in cutoff (fully off), and vice versa. This arrangement keeps the transistors on the verge of conduction, allowing the input current to determine which transistor conducts. This setup provides efficient power amplification because the current in saturation is a direct combination of the input current and the supply voltage, resulting in a strong enough output to drive a 6Ω speaker load effectively.

To control the output voltage and maintain stable gain, the op-amp is also connected to the transistor bases, with its output linked back in a negative feedback loop. This ensures consistent performance and precise control over the amplification process.

Efficiency of the Power Amplifier

Efficiency is defined as the ratio of the output power to the total power supplied by the power source, expressed as a percentage. The unused power dissipates over the transistor itself in the form of heat.

Missing

Eq 1–7: Efficiency definition, load power, effective load power, half sinewave power, supply power, efficiency calculation, dissipation power

To calculate the maximum dissipation power we take the derivative of the dissipation equation with respect to voltage and compare it to zero — the equation represents a ‘sad’ parabola.

Missing

Eq 8–9: Max dissipation power equations

Missing

Fig 3. Plot of lost power (and efficiency) vs voltage

Engineering Considerations

Let us recall that this is a 100mV signal on average. Therefore, after the first amplification stage (operational amplifier), the voltage should be 10V. An op-amp can amplify voltage very well, but its output current is usually low. Therefore, under high load, it will drop. So the second amplification stage — the power amp — is needed to provide enough current to operate the speaker.

An important requirement is not only a powerful signal, but one that matches the guitar's input signal — a clean, restored signal. For this reason, quality components are needed such as an NE5534 amplifier with a high bandwidth of 10MHz at unity gain and a relatively high SLEW RATE of 13V/µs.

With a 12V supply voltage and a 6Ω load:

Missing

Eq 10. Real power dissipation calculation

Therefore, we choose a large transistor capable of dissipating this power. The TIP31 and TIP32 are 2W power transistors that are good for audio applications due to their low distortion. We shall use them and also add a heat sink to improve the power dissipation capacity.

Missing

Eq 11. Max output power

Our speaker matches this power at 15W. As you can see in Fig3, the output voltage cannot be higher than the supply voltage. Therefore, if the gain is around 100 and the amplitude is about 150mV, the output voltage should be 15V — above the 12V supply minus Vce_sat. This causes clipping and distortion. In music this is called overdrive: a loud, aggressive growling sound characteristic of rock music. This was first introduced by legendary guitarist Jimi Hendrix who came to London in 1966 and connected to a Marshall amplifier — then raised every knob to maximum and strummed.

Schematic and Simulation

Right now we shall present the final circuit, explain it and show the simulation. Do you see the similarities between the schematic in Fig4, the block diagram in Fig1 and the stages in Fig2? Let's explain a few key points in the circuit:

Missing

Fig 4. Class B Amp schematic

  • The guitar input is represented as a 200mV 2kHz signal (V3).
  • A buffer amp U2 is used to copy the signal. It's needed because the signal is very fragile — manipulating it may distort it.
  • After the buffer the signal goes to the potentiometer R2 that can lower the signal, therefore acts as a volume control.
  • The capacitor C8 with the potentiometer R2 acts like a low pass filter that filters high frequency noise.
  • Op Amp U1 is the first stage voltage amplification, and transistors Q1, Q2 are the second stage power amplification.
  • A closed feedback loop through variable resistor R4 controls the amplification, therefore acts as the gain control.
  • Resistor R7 pulls down the line between stage 1 and 2 to reference the signal to ground. It helps eliminating background noises.
  • Large capacitor C6 is used to couple AC signals and block offset voltages.
  • The speaker is represented as a 6Ω load resistor R1.
  • Capacitor C7 is in parallel to the supply voltages to suppress conductive emissions (noise on the power line).

Small Signal Amplification Results (AC)

Notice that in Fig4 there is a green and red probe. The green color is the input voltage, the red color is the output voltage after the amplification stage. Note that the output load resistance is very small compared to the input resistance — this indicates the output current is much larger than the current in the second stage.

Missing

Fig 5. Small Signal Amplification — clean signal amplification with minimal distortion

Overdrive Mode

Shows the clipped output signal characteristic of high-gain settings, producing a distinct overdrive effect.

Missing

Fig 6. Overdrive Mode — clipped output signal at maximum gain

Build of Materials (BOM)

#ComponentReferenceQtyLink
1100uF CapacitorC61Buy
2100nF CapacitorC71Buy
31nF CapacitorC81Buy
4TIP31 Transistor (NPN)Q11Buy
5TIP32 Transistor (PNP)Q21Buy
66Ω 15W SpeakerR11Buy
710K Variable ResistorR21Buy
81K ResistorR3, R72Buy
9100K Variable ResistorR41Buy
10TS Guitar ConnectorV31Buy
11NE5534/301/TI Op-AmpU11Buy
12TL081/301/TI Op-AmpU21Buy

Construction and Testing

Follow these steps to build and test the guitar amplifier:

  1. Assemble the Pre-Amplifier Circuit: Connect the operational amplifier and associated components (resistors, capacitors) according to the schematic to set the desired gain and frequency response.
  2. Build the Power Amplifier Stage: Solder the TIP31 and TIP32 transistors onto the PCB, ensuring proper alignment and heat management.
  3. Test the Amplifier Circuit: Use a signal generator and oscilloscope to verify the amplifier's output under various input conditions and adjust the gain settings as needed.
  4. Optimize Performance: Fine-tune the circuit parameters, such as gain and filtering, to achieve the best sound quality and performance.

Missing

Fig 7. Assembled circuit on a breadboard for testing

Small signal test

The input signal (blue) and the output signal (yellow) amplified by a factor of 56.

Missing

Fig 8. Small signal test from signal generator — 56× gain

Overdrive test

The input signal and the output signal after maximum amplification by a factor of 100, showing clipping and overdrive.

Missing

Fig 9. Overdriven signal test from signal generator — 100× gain with clipping

Guitar input test

Input signal from an electric guitar (note ‘A3’ at 220Hz) and the output signal for comparison.

Missing

Fig 10. Single note input from a guitar — A3 at 220Hz

Chord test

G chord, showing multiple frequencies at once in the FFT.

Missing

Fig 11. G chord from a guitar — FFT showing multiple frequencies

Conclusions

This guitar amplifier project serves as an excellent example for electronics students and professionals interested in analog circuit design and power amplification. The project demonstrates how to effectively design, simulate, and build a functional amplifier while considering practical constraints such as component selection, power efficiency, and thermal management. By following this example, students can gain hands-on experience and a deeper understanding of electronic amplification principles.

Suggestions for Further Development

  • Implementing a variable band-pass filter to refine tonal control.
  • Enhancing the amplifier's power output by integrating additional amplification stages or utilizing higher-power transistors.

References

  • Microelectronics Textbook by Sedra and Smith, 6th Edition.
  • PSPICE and ORCAD Software for Simulation and Circuit Design.
  • Component Datasheets for NE5534, TL081, TIP31, and TIP32.

Leave a Reply

Your email address will not be published. Required fields are marked *