I want to build this circuit that i found online but i want to have it give me a gain of 3, what resistors control the gain please and what is the equation to work it out?
Attachments
-
46.2 KB Views: 29
Yeah, but this will shift the DC bias point. You have to change the base divider aswell to bring collector to Vcc/2.Remove CE and increase the emitter resistor to 390 Ohm.
Thank you Mr Chips, i'll find some time to play with this this weekend hopefully.If you put a component designation on each component we can tell you which resistor to change.
Make the collector resistor 3 times the resistance of the emitter resistor.
Remove the capacitor across the emitter resistor.
It's not that simple.I want to build this circuit that i found online but i want to have it give me a gain of 3, what resistors control the gain please and what is the equation to work it out?


Thank you for all your time WBahn, alot of information there but you are correct in assuming i will be using a 1 kHz sine wave.It's not that simple.
The first thing you need to consider is what your load is going to be. If you are planning to directly drive a speaker or other fairly low-impedance device, If your load will be at least 10x your collector resistor, then we can proceed. Let's assume that this is the case (which is a pretty iffy assumption) and that you will keep the collector resistor at 1.2 kΩ.
For a gain of three, you want the collector resistor to be three times the emitter resistor (and you want to remove the cap that is across the emitter resistor -- it is there to enable you to get very high gain while keep the bias current in check). That means you want the emitter resistor to be about 400 Ω (390 Ω is a standard resistor value that is almost certainly more than close enough for this). To get the quiescent collector voltage to be about Vcc/2 (or about 6 V), the emitter voltage will be about Vcc/6, or about 2 V. That means that the quiescent base voltage needs to be about 2.7 V. You bias resistors can be an order of magnitude larger than your collector and emitter resistors, up to perhaps 50x. The best choices within that range depend on what you want your cutoff frequency to be for the input filter, which fixes the relationship between the input coupling capacitor and the bias resistors. To get 2.7 V, we need the ratio of the top bia resistor, Rt, to the bottom one, Rb, to be:
2.7 V = 12 V * (Rb / (Rt + Rb)) (Voltage divider equation)
(Rt + Rb) / Rb = 12 V / 2.7 V
(Rt/Rb) + 1 = 4.44
Rt/Rb = 3.44
Let's choose Rt to be 27 kΩ (a standard value that is about 20x the collector resistor). That would make Rb ideally 7.83 kΩ, so we can choose either 7.5 kΩ or 8.2 kΩ. Let's go with 7.5 kΩ. since it's a bit closer.
No we need to deal with the frequency range. Assuming (and it is most definitely an assumption on my part) that you are interested in audio frequencies, we want to set the cutoff frequency of the input filter down around 20 Hz, though it can probably be somewhat above that depending on what the actual purpose is. But let's stick with 20 Hz as the cutoff frequency.
Instead of running the math around the filter frequency response, since I know that you don't like math, let's take a more brute force hatchet attack at it.
The cutoff occurs when the magnitude of the reactance of the input capacitor is equal to the effecting input resistance of the bias resistors, which is the parallel combination of them. Since one resistor is 3x to 4x the other, we can get away with just calling this the smaller of the two, or 7.5 kΩ (if we crank the numbers, we get 5.9 kΩ, so there's a noticeable difference, but not enough to cause much heartache).
The reactance of a capacitor is
Xc = -1/(2πfC), so we want
7.5 kΩ = 1/(2πfC) (the minus sign is thrown out because we are interested in the magnitude)
giving us
C = 1/(2π · 20 Hz · 7.5 kΩ) = 1.06 µF
So let's call it 1 µF.
For the output, if our load is 10 kΩ, we will end up with a slightly smaller value, but 1 µF will probably still do just fine.
Let's see what this gives us:
View attachment 367814
For a 1 kHz input signal, we get:
View attachment 367818
You can see that we have a pretty clean signal that is nicely symmetric, but that the gain is about 2.7 instead of 3. That's within 10% and is probably good enough. If we wanted to get closer quickly (sticking with the hatchet approach), we can reduce the emitter resistor by 10% and leave everything else the same, even though that will shift our bias point. That would ideally have us use a 351 Ω resistor. Our standard choices are 330 Ω and, if we are willing to use values from the E24 series instead of restricting ourselves to the E12 series, 360 Ω. But, if 10% isn't close enough, we probably should consider using a potentiometer in order to adjust the gain as needed.
Another thing we should consider is how well centered our quiescent point is. But I'll leave that for further discussion in case you are interested.
Sir, I have a question. Is the graph that you posted, from a real life oscilloscope or a simulation software?
Well i built the circuit on breadboard and thought i'll just use 0.1uf Caps input and output, i got a gain of 2.5, i then changed the caps to 1uf as you suggested and got a gain of 3 which is what i wanted, i never in this world thought about capacitance reactance etc.It's not that simple.
The first thing you need to consider is what your load is going to be. If you are planning to directly drive a speaker or other fairly low-impedance device, If your load will be at least 10x your collector resistor, then we can proceed. Let's assume that this is the case (which is a pretty iffy assumption) and that you will keep the collector resistor at 1.2 kΩ.
For a gain of three, you want the collector resistor to be three times the emitter resistor (and you want to remove the cap that is across the emitter resistor -- it is there to enable you to get very high gain while keep the bias current in check). That means you want the emitter resistor to be about 400 Ω (390 Ω is a standard resistor value that is almost certainly more than close enough for this). To get the quiescent collector voltage to be about Vcc/2 (or about 6 V), the emitter voltage will be about Vcc/6, or about 2 V. That means that the quiescent base voltage needs to be about 2.7 V. You bias resistors can be an order of magnitude larger than your collector and emitter resistors, up to perhaps 50x. The best choices within that range depend on what you want your cutoff frequency to be for the input filter, which fixes the relationship between the input coupling capacitor and the bias resistors. To get 2.7 V, we need the ratio of the top bia resistor, Rt, to the bottom one, Rb, to be:
2.7 V = 12 V * (Rb / (Rt + Rb)) (Voltage divider equation)
(Rt + Rb) / Rb = 12 V / 2.7 V
(Rt/Rb) + 1 = 4.44
Rt/Rb = 3.44
Let's choose Rt to be 27 kΩ (a standard value that is about 20x the collector resistor). That would make Rb ideally 7.83 kΩ, so we can choose either 7.5 kΩ or 8.2 kΩ. Let's go with 7.5 kΩ. since it's a bit closer.
No we need to deal with the frequency range. Assuming (and it is most definitely an assumption on my part) that you are interested in audio frequencies, we want to set the cutoff frequency of the input filter down around 20 Hz, though it can probably be somewhat above that depending on what the actual purpose is. But let's stick with 20 Hz as the cutoff frequency.
Instead of running the math around the filter frequency response, since I know that you don't like math, let's take a more brute force hatchet attack at it.
The cutoff occurs when the magnitude of the reactance of the input capacitor is equal to the effecting input resistance of the bias resistors, which is the parallel combination of them. Since one resistor is 3x to 4x the other, we can get away with just calling this the smaller of the two, or 7.5 kΩ (if we crank the numbers, we get 5.9 kΩ, so there's a noticeable difference, but not enough to cause much heartache).
The reactance of a capacitor is
Xc = -1/(2πfC), so we want
7.5 kΩ = 1/(2πfC) (the minus sign is thrown out because we are interested in the magnitude)
giving us
C = 1/(2π · 20 Hz · 7.5 kΩ) = 1.06 µF
So let's call it 1 µF.
For the output, if our load is 10 kΩ, we will end up with a slightly smaller value, but 1 µF will probably still do just fine.
Let's see what this gives us:
View attachment 367814
For a 1 kHz input signal, we get:
View attachment 367818
You can see that we have a pretty clean signal that is nicely symmetric, but that the gain is about 2.7 instead of 3. That's within 10% and is probably good enough. If we wanted to get closer quickly (sticking with the hatchet approach), we can reduce the emitter resistor by 10% and leave everything else the same, even though that will shift our bias point. That would ideally have us use a 351 Ω resistor. Our standard choices are 330 Ω and, if we are willing to use values from the E24 series instead of restricting ourselves to the E12 series, 360 Ω. But, if 10% isn't close enough, we probably should consider using a potentiometer in order to adjust the gain as needed.
Another thing we should consider is how well centered our quiescent point is. But I'll leave that for further discussion in case you are interested.
In a very crude way, you can think of a capacitor as a frequency-dependent resistor. At low frequencies, the resistance is very high (at DC, it is an open-circuit), while as the frequency increases, the resistance goes down. It never goes to zero (that would require infinite frequency), but it gets arbitrarily small. If the resistance is very small compared to the other resistances in the circuit, it is basically a short circuit.ok so if i have the resistor
Well i built the circuit on breadboard and thought i'll just use 0.1uf Caps input and output, i got a gain of 2.5, i then changed the caps to 1uf as you suggested and got a gain of 3 which is what i wanted, i never in this world thought about capacitance reactance etc.
There is more to this than i thought and clearly i have a lot to learn
thankyou again for your time WBahn.
But why is the C in there? TS did not mention any offset input. If there is no DC offset, wht is the purpose of the C?In a very crude way, you can think of a capacitor as a frequency-dependent resistor. At low frequencies, the resistance is very high (at DC, it is an open-circuit), while as the frequency increases, the resistance goes down. It never goes to zero (that would require infinite frequency), but it gets arbitrarily small. If the resistance is very small compared to the other resistances in the circuit, it is basically a short circuit.
The C is there to remove any DC offset from the signal before it is passed on to the next part of the circuit.But why is the C in there? TS did not mention any offset input. If there is no DC offset, wht is the purpose of the C?
If you want to do it without the coupling capacitor, your input signal would have to have a DC offset that matched very closely the bias point of the amplifier. In fact, you wouldn't need the bias resistors at all as your signal would have to supply it. By removing the low-frequency component from both the input and output signals, it decouples the low-frequency bias signal, generated by the bias resistors, from the high-frequency information signal, provided by the signal source. It also makes it so that the DC level of the signal source isn't a factor, meaning that the signal can go above or below the power supply rails of the amplifier without causing any problems.But why is the C in there? TS did not mention any offset input. If there is no DC offset, wht is the purpose of the C?
Now I see why it is a must-have in the input line. Thanks!.............. also makes it so that the DC level of the signal source isn't a factor, meaning that the signal can go above or below the power supply rails of the amplifier without causing any problems.
Designing and implementing DC-coupled amplifiers is a much more challenging task.
Since the TS has not specified any other requirements than "a gain of 3", assuring optimum operation is not required.Yeah, but this will shift the DC bias point. You have to change the base divider aswell to bring collector to Vcc/2.