I am designing a driver for an H Bridge amplifier. I want the amplifier to be driven by two PWM signals, and be capable of being completely off if no signal is present. This is possible if each of the four H-Bridge inputs are taken as independent, with the two inputs at the opposite corners as binary opposites of each other.
Using the MOSFET preamplifier, I have one quarter the signal I need. The other quarter I get from logically inverting the signal. I can do this in one of many ways, the most common is using another n or p channel amplifier. Using an n channel amplifier, like I did in the previous post, might be the most common. The n and p channel MOSFET has many different characteristics, which makes it more difficult to incorporate in the design. If I wanted the total current consumption to be minimal during off time, I would use a pMOS to impelement the second amplifier, like the following picture.
I could use two n channel MOS transistors, to achieve the same voltages. The reason I like this better for some applications is because of the region of operation. PWM low is no signal. Both T1 and T2 are in cut off when the PWM is low, in this configuration. Zero is the most common signal for this application. It would make sense to have as little current as possible when the device is considered off. Being a conscientious engineer, I think it important to consider these options.
I have chosen the SI2301. It has a footprint similar to that of the one I chose for the n channel amplifier. They both are for high speed switching, very low threshold, and useful as a general purpose switch. Rds_on are different. The switching speed is a touch slower, allowing for a 15 MHz PWM speed. Having only an n channel amplifier set up would allow for a 37 MHz speed.
So this is my trade off, keep speed high and maintain some simplicity, or be able to keep the current level really low when the device is not receiving any signal. The thing is, I am purposefully keeping the current very low, to minimize any drain source voltage, so is this an actual advantage?
http://www.linkedin.com/in/andrewvall
http://www.elance.com/provprofile?userid=184021&rid=3QOZ
Electrical Design Engineer, Minneapolis, Minnesota
Monday, May 30, 2011
Tuesday, May 24, 2011
MOSFET Preamp
In this article, I will talk about some of the needs I have for this amplifier, some of the decisions I made in choosing devices, and how it fits in this application.
I want to amplify the voltage of a signal, which is commonly called a preamplifier. The signal is from a PWM output from an MCU. This means only two values are important, logic high and logic low. This also means that amplifier linearity is not important. I also wanted the input impedance and voltage gain to be relatively high. Most importantly, I wanted the system to be very simple.
I knew an N-Channel Metal Oxide MOSFET would be most ideal for this application. They can have a very fast switching time and have a high input impedance. The question was, how do I choose which device to implement. Digikey made it fairly straightforward. They had a column for the Threshold Voltage. I knew the target voltage I wanted was 3.3 V. I needed Vth to be well below that. I found one with a threshold voltage of 0.4 Volts. BSH103,215
I looked at their datasheet, and saw a range of currents that was well beyond the scope of what I was trying to do. For a preamp, I don't necessarily need the current to be very large, in fact it is better if it isn't. I can limit it to a small value by including a large resistance.
This is what I wanted. When the input is 0, I want the output to have 16 Volts. When the input is 3.3, I want the output to be very close to zero. This is impossible with nearly all amplifiers, but with device comes very close to that possibility.
Notice that the Current is in Amps. Also notice, the further up you go in current, the further away the Voltage strays from zero. So, if I want the output Voltage to be approximately zero, I need to keep the current to a minimum, close to 1 mA.
Therefore, I choose this device, with a 16 kilo Ohm resistor connected to the drain, and 16 Volts connected to that as my amplifier.
One thing of concern is the maximum continuous current, the switching time, and the maximum power allowed. The current is well below that, so that isn't an issue, but it does limit other potential applications. The difference between when the input changes and the output changes is a major concern for PWM applications. The switching time is 20 to 27 ns, which means the fastest the PWM could switch is 50 to 37 MHz. The maximum power rating is 540 mW. The drain leakage current is 100 nA, the drain voltage at that time would be 16 V. This results in 16 micro Watts of power. At the other extreme, the current is 1 mA, the drain voltage is approximately 0.1 V. This results in 0.1 mW of power. These are both well within the max rated power rating, but more questions remain. What happens when the device switching? This can only be answered accurately by wiring up the device and testing it using an oscilloscope for current and voltage while in application.
This completes my design of a MOSFET preamplifier.
http://www.linkedin.com/in/andrewvall
http://www.elance.com/provprofile?userid=184021&rid=3QOZ
Electrical Design Engineer, Minneapolis, Minnesota
I want to amplify the voltage of a signal, which is commonly called a preamplifier. The signal is from a PWM output from an MCU. This means only two values are important, logic high and logic low. This also means that amplifier linearity is not important. I also wanted the input impedance and voltage gain to be relatively high. Most importantly, I wanted the system to be very simple.
I knew an N-Channel Metal Oxide MOSFET would be most ideal for this application. They can have a very fast switching time and have a high input impedance. The question was, how do I choose which device to implement. Digikey made it fairly straightforward. They had a column for the Threshold Voltage. I knew the target voltage I wanted was 3.3 V. I needed Vth to be well below that. I found one with a threshold voltage of 0.4 Volts. BSH103,215
I looked at their datasheet, and saw a range of currents that was well beyond the scope of what I was trying to do. For a preamp, I don't necessarily need the current to be very large, in fact it is better if it isn't. I can limit it to a small value by including a large resistance.
This is what I wanted. When the input is 0, I want the output to have 16 Volts. When the input is 3.3, I want the output to be very close to zero. This is impossible with nearly all amplifiers, but with device comes very close to that possibility.
Notice that the Current is in Amps. Also notice, the further up you go in current, the further away the Voltage strays from zero. So, if I want the output Voltage to be approximately zero, I need to keep the current to a minimum, close to 1 mA.
Therefore, I choose this device, with a 16 kilo Ohm resistor connected to the drain, and 16 Volts connected to that as my amplifier.
One thing of concern is the maximum continuous current, the switching time, and the maximum power allowed. The current is well below that, so that isn't an issue, but it does limit other potential applications. The difference between when the input changes and the output changes is a major concern for PWM applications. The switching time is 20 to 27 ns, which means the fastest the PWM could switch is 50 to 37 MHz. The maximum power rating is 540 mW. The drain leakage current is 100 nA, the drain voltage at that time would be 16 V. This results in 16 micro Watts of power. At the other extreme, the current is 1 mA, the drain voltage is approximately 0.1 V. This results in 0.1 mW of power. These are both well within the max rated power rating, but more questions remain. What happens when the device switching? This can only be answered accurately by wiring up the device and testing it using an oscilloscope for current and voltage while in application.
This completes my design of a MOSFET preamplifier.
http://www.linkedin.com/in/andrewvall
http://www.elance.com/provprofile?userid=184021&rid=3QOZ
Electrical Design Engineer, Minneapolis, Minnesota
Subscribe to:
Posts (Atom)