Transconductance amplifier is a voltage-to-current converter, that is, input voltage is converted to output current. It is a type of negative feedback amplifier and is also called Voltage Controlled Current Source(VCIS) amplifier. Other types of negative feedback amplifier are the voltage amplifier(VCVS), transimpedance amplifiers(ICVS) and current amplifier(ICIS).
The circuit of transconductance amplifier implemented with LM358 op-amp is shown below.
This circuit is same as the non-inverting voltage amplifier circuit. For comparison purpose see the following circuit diagram that shows the voltage amplifier and transconductance amplifier.
Mathematics
The relation between the input voltage\(v_{in}\) and the output current\(i_{out}\) is,
\(i_{out} = \frac{v_{in}}{R_1+(R_1+R2)/A_{OL}}\)
In practice the second second term of the denominator is much smaller
than the first and so we can approximate the output current as,
\(i_{out} = \frac{v_{in}}{R_1}\)
which is often rewritten as,
\(i_{out} = g_m v_{in}\)
where, \(g_m = \frac{1}{R_1}\)
For example, suppose the input voltage is 2Vrms then we can calculate the output current as follows,
\(i_{out} = \frac{v_{in}}{R_1}= \frac{2V_{rms}}{1\Omega}=2A_{rms}\)
The peak to peak voltage can be calculated as follows,
\(V_{pp} = 2\sqrt{2}V_{rms} \approx 5.66V\)
The following shows the waveform of the input voltage and the output current when the input voltage applied 2Vrms with 1khz frequency.
Applications of Transconductance Amplifier
A transconductance amplifier, which converts an input voltage signal into an output current, finds wide application in analog signal processing and instrumentation. It is commonly used in operational transconductance amplifiers (OTAs) for voltage-controlled amplification, where the gain can be adjusted using a control current or voltage, making it ideal for analog multipliers, modulators, and filters in communication systems. In sensor interfaces, such amplifiers are used to convert small voltage changes from transducers into proportional currents for further processing. They are also critical in active filter design, analog computation circuits, and function generators due to their linear current-output behavior.
Example Application of Transconductance Amplifier
An example of using Arduino together with an LM358-based transconductance amplifier and a sensor to demonstrate transconductance usage is a light-dependent current control system. In this setup, a light sensor such as an LDR (light-dependent resistor) is connected in a voltage divider configuration, and its output is fed into the non-inverting input of an LM358 op-amp configured as a transconductance amplifier by placing a resistor between the op-amp's output and inverting input. This configuration causes the output current of the op-amp to vary linearly with the voltage from the LDR. The output current is then passed through a small resistor to produce a voltage drop, which is measured by the Arduino's analog input. As light intensity changes, the LDR alters the voltage input to the transconductance amplifier, which in turn changes the output current, demonstrating how a voltage-controlled current source works. The Arduino reads and displays the corresponding voltage or calculated current, effectively showcasing the principle and application of a transconductance amplifier.