Transistor biasing is fundamental skill one must master in electronics circuit design. Given that you have an electret microphone and want to output the microphone audio into a $8 \Omega$ speaker, how would you do that? There are many ways and one of them is to use transistors. Here I wanted to amplify audio signal from microphone using discrete transistor amplifier biased with different biasing techniques to test them and learn in detail the pro and cons.
To do this I will use the general purpose 2N3904 transistor which has $\beta=160$ and $V_{BE}=0.7V$. Throughout the test, I will use the different BJT amplifier biasing calculator that I have built.
Fixed Base Bias Amplifier
The following shows the circuit schematic of amplifier designed using fixed base bias:
I calculated the resistor and capacitor values using the base bias BJT amplifier calculator.
In the calculator I used 20Hz as the frequency because it is the lowest audio frequency that we can hear. Low frequencies are the hardest for capacitors to pass; therefore, if the circuit can handle $20\text{ Hz}$ without losing signal, it will easily handle higher frequencies like $1\text{ kHz}$ or $10\text{ kHz}$. Notice the gain is 0.32 only and that the output coupling capacitor is nearly 10mF which is absurd in practical circuit.
The following shows the microphone audio and the speaker output signal waveform;
Clearly the output signal at the output is clipped and there were two main culprits sabotaging the circuit design:
1. The Impedance Mismatch (The Gain Killer)
The Culprit: The 8 $\Omega$ Speaker connected directly to the 4.5 k$\Omega$ Collector Resistor ($R_C$).
The Effect: In a BJT amplifier, the gain is determined by the total resistance at the collector. Because the $8\Omega$ speaker is in parallel with $RC$, the transistor "sees" a total resistance of only 7.99 $\Omega$ instead of $4500\Omega$.
Result: The transistor can't "swing" the voltage high enough to create gain. It’s like trying to move a heavy truck ($8\Omega$ load) with a tiny bicycle engine ($1\text{ mA}$ collector current).
2. Capacitive Reactance ($X_C$)
The Culprit: The output coupling capacitor C2.
The Effect: A capacitor's job is to block DC but let AC (sound) through. However, capacitors have "resistance" to AC called reactance, which increases as the frequency drops.
Result: To allow a $20\text{ Hz}$ signal to pass into an $8\Omega$ speaker without being blocked, the capacitor has to be massive (9.96 mF). If I used a standard $1\mu\text{F}$ capacitor, its "resistance" at $20\text{ Hz}$ would be about $8,000\Omega$, which would completely block the signal from reaching an $8\Omega$ speaker.
3. Beta Sensitivity (The Stability Culprit)
The Culprit: The Fixed RB connected to VCC.
The Effect: This design relies entirely on the BETA (200) value being perfectly accurate.
Result: Transistors are notoriously inconsistent. If the transistor's real Beta is 150 or 250 instead of 200, the $V_C$ will move away from the ideal $4.5\text{V}$ (the middle), causing the sound to "clip" or distort very easily.
Emitter Bias Amplifier
The next biasing technique I tried was the emitter bias amplifier as shown below.
I calculated this using the emitter bias amplifier calculator as shown below.
In this case, I used $\beta=160$ which I think the 2N3904 transistor spice model was using. As you can see there is improvement in the voltage gain $A_v=115$ and the coupling capacitor $C_2$ is just 27.63uF.
With these component values the input and output signal waveform are shown below.
In emitter biased amplifier circuit, by adding the Emitter resistor ($R_E$), you created "negative feedback." If the transistor tries to pull too much current, the voltage across $R_E$ rises, which pushes back against the base and stabilizes the circuit.
Expectation: Much more stable. It stays centered better than Base Bias, but as you noticed, if the $R_B$ calculation is off (like using $\beta=200$ instead of $160$), it can still "hug" the top or bottom rail.
Self Bias Amplifier
The self bias amplifier circuit diagram is shown below:
The component values were calculated using the self bias amplifier calculator as shown below.
Self-Bias (also known as Collector-Feedback Bias) is a clever middle ground. It’s more stable than the simple Base Bias I started with, but it uses fewer components than the Emitter Bias or Voltage Divider bias discussed below.
In this topology, the base resistor ($R_B$) is connected to the Collector instead of the power supply ($VCC$).
1. How it works (The Feedback Loop)
This circuit uses Negative Feedback to keep itself centered:
If the Collector Current ($I_C$) increases (due to heat or a high Beta), the voltage at the Collector ($V_C$) drops.
Since $R_B$ is connected to the Collector, the voltage feeding the Base also drops.
This lower base voltage reduces the current, pulling the transistor back "down" and raising $V_C$ again.
Result: It "self-corrects" to prevent the signal from drifting too close to the rails.
2. Clipping Performance
Symmetry: It is much better at staying centered than Fixed Base Bias. It naturally wants to sit in the active region.
Headroom: Because $R_B$ is tied to the Collector, the "swing" is slightly more restricted than other types, but for small signals (like a microphone), it works very well.
Clipping Style: If it does clip, it tends to be more symmetrical than Base Bias because the feedback is constantly trying to pull the operating point back to the middle.
Voltage Divider biased amplifier
The following shows voltage divider biased amplifier circuit diagram;
This circuit is a Single-Stage Audio Pre-amplifier using a Voltage Divider Bias configuration to amplify a microphone signal for a speaker. The resistor network ($R_1$ and $R_2$) establishes a highly stable base voltage, while $R_P$ provides necessary bias current for the electret microphone. The transistor ($Q_2$) operates in a common-emitter mode, where the Emitter Bypass Capacitor ($C_3$) maximizes AC gain by shorting the emitter resistor ($R_3$) to ground for audio signals. Finally, $C_1$ and $C_2$ act as coupling capacitors to block DC voltages, ensuring only the pure amplified audio reaches the speaker load ($LS1$).
The circuit component values were calculated using the voltage divider biased amplifier calculator as shown below;
The input and output waveform using the voltage divider biased amplifier circuit is shown below:
Through the design and simulation of a microphone-to-speaker pre-amplifier using biased BJT amplifier, we have demonstrated that biasing is not just about turning a transistor on, but about managing impedance and stability. Our tests revealed a clear hierarchy of performance across four major biasing techniques:
1. The Pitfalls of Fixed Base Bias
The Fixed Base Bias proved largely impractical for audio. Because its operating point depends entirely on a perfectly matched $\beta$, it suffered from extreme asymmetrical clipping. More importantly, we identified the "Gain Killer": trying to drive a low-impedance $8\Omega$ load directly from a high-impedance collector resistor results in a voltage gain of near zero ($A_V = 0.32$) and requires absurdly large coupling capacitors ($10\text{mF}$) to pass low frequencies.
2. Stability via Feedback (Emitter & Self-Bias)
Emitter Bias: By adding an emitter resistor ($R_E$) and a bypass capacitor ($C_3$), we introduced negative feedback. This significantly stabilized the circuit and boosted the AC gain to $115$, allowing for much more reasonable capacitor values ($27\mu\text{F}$).
Self-Bias (Collector-Feedback): This proved to be an elegant, low-component-count middle ground. By tying the base resistor to the collector, the circuit "self-corrects" for current drifts, providing better centering and more symmetrical clipping than the fixed bias.
3. The Gold Standard: Voltage Divider Bias
The Voltage Divider Bias emerged as the superior choice for high-fidelity audio. By making the base voltage independent of the transistor’s $\beta$ (calculated here at $160$), we achieved the most stable operating point. Combined with an emitter bypass capacitor, it provided the maximum possible headroom and gain, effectively transforming a tiny millivolt microphone signal into a robust waveform capable of driving a secondary power stage.
Final Takeaway
For successful PCB design, a designer must match the biasing topology to the application. While Fixed Bias is simpler for basic switching, Voltage Divider or Emitter Bias is essential for audio to ensure thermal stability, $\beta$-independence, and symmetrical signal swing. To truly drive an $8\Omega$ speaker efficiently without "loading down" these pre-amp stages, a dedicated power amplifier or buffer stage (like an Emitter Follower) remains the ideal next step.