Skip to main content

Log and Antilog Amplifier


Log and antilog amplifiers are used in applications that require compression of analog input data, linearization of transducers that have exponential outputs, and analog multiplication and division. A logarithmic (log) amplifier produces an output that is proportional to the logarithm of the input, and an antilogarithmic (antilog) amplifier takes the antilog or inverse log of the input.

Logarithmic Amplifier

When you place a diode in the feedback loop of an opamp circuit, as shown in Figure below, it acts as a log amplifier. The output is limited to a maximum value of approximately -0.7V because the diode’s logarithmic characteristic is restricted to voltages below 0.7 V.
Since the forward current trough a diode is given by,
As ID = IF,
The term kT/q is a constant equal to approximately 25 mV at 25°C. Therefore, the output voltage can be expressed as
From last equation, you can see that the output voltage is the negative of a logarithmic function of the input voltage. The value of the output is controlled by the value of the input voltage and the value of the resistor R. The other factor, Io is a constant for a given diode.
Anti-Logarithmic Amplifier
An antilog amplifier is formed by connecting a diode at the input side. The output voltage is determined by the current through the feedback resistor.
As ID = IF and Vin = VD





Comments

Popular posts from this blog

Difference between coaxial line and waveguide

Coaxial Cable Wave-guide 1. It consists of center conductor and outer conductor. Waveguide consists of single metallic walls acting as conductor. There is no center conductor in the waveguide. 2. The fundamental or dominant mode wave in a coaxial line is TEM. TEM wave can not propagate through it. Wave transmission takes place using TE or TM modes. 3. There is no concept of cutoff frequency. Each waveguide has a finite cut-off frequency. 4. The coaxial lines have PTFE as di-electric and have relatively higher loss. As waveguide is air filled there will be less loss compare to coaxial line. 5. The power handling ability of coaxial-cable is relatively lesser. Waveguide can handle higher power compared to coaxial cable because waveguide is filled with air as dielectric and air has higher break down voltage. 6. The bandwidth of coaxial line is broad. The bandwidth of waveguide is smaller.

I to V conversion. Convert 4-20mA to 1-5V, 0-5V, 1-10V, 0-10V

Current to Voltage converters or I to V converters as they are generally known are popular in process control applications where we need to interface output from transmitters to a data-acquisition system. Transmitter output are generally in 4 to 20 mA format which has to be converted to voltage form before feeding to a DAQ device. In this post I will discuss about different circuits which convert 4-20 mA signals to 1-5V, 0-5V, 1-10 V and 0-10V form. 4-20mA to 1-5VDC This conversion can be simply implemented by using a precision 250 Ohm resistor. The first circuit is a simple implementation of I-V converter. The value of resistor R is 250Ohm. For 4 mA current, the voltage drop is 4*250 = 1V, For 20 mA current, the voltage drop is 20*250 = 5V. This circuit can load the current source (transmitter output DAC) when DAQ device or measuring meter is connected across the resistor causing error in measurement. By adding a buffer/ voltage follower, we are adding very in...

Simple pendulum simulation using LabVIEW

  A simple harmonic oscillator is a linear oscillator which is governed by the following linear characteristics equation:  A pendulum is a non-linear system due to presence of sine term in its characteristics equation.   It exhibits harmonic motion only for small angle oscillations.        For small values of θ , sin θ = θ . Thus the non-linear equation becomes Let us put the above equations in ordinary differential equation form.     We can assume any initial condition to solve the above ODEs. Let’s assume the following:     The position of Pendulum bob can be found out using simple trigonometric equations: We will use above sets of equation to write our code and simulate the behavior of a simple harmonic oscillator and a non-linear pendulum. Symbols used: m= mass of the pendulum (neglecting mass of the hanging string) L= Length of the string b = damping coefficient g = acceleration due to gravity = 9.81 m/...