JuliaSmith
- Joined Nov 9, 2022
- 5
Here is an example that i had to make for one my project .Althrough it has 3 voltages but it will help you out if you undersrand it carefully.
Attachments
-
26.5 KB Views: 20
You cannot make a multiplier with just op amps and resistors.Here is an example that i had to make for one my project .
If your load is fixed then all you need is V^2. Just redraw the scale on the analogue meter. A scale that gives more accuracy at the low end is often more useful than a linear scale.The load will be a fixed 10Ω plus a 0-20Ω power resistor. The 10Ω will be the current sensing/limiting.Ω
I can get an AD633 for $4
You are absolutely correct. What @JuliaSmith has created is NOT a multiplier but a linear combination which is certainly possible with just opamps and resistors.You cannot make a multiplier with just op amps and resistors.
Multiplication requires the addition of nonlinear elements such as diodes.
Sure. I would think you only have to convert to float if you want to display some information about the process such as a measurement of some kind. If the inputs are floats, then a conversion would have to be done there too.I wouldn’t bother converting to floating point.
If it’s a 12 bit ADC multiply the two twelve bit numbers together to get a 24 bit result. Shift 12 places to the right and load into a DAC (assuming that it is also 12 bit).
One of the biggest advantages is not requiring ±15V supplies that most of the analogue multipliers require.
That's an adder and subtractor, not a multiplier.Here is an example that i had to make for one my project .Althrough it has 3 voltages but it will help you out if you undersrand it carefully.
The integrated circuit, MC1496 is an analog multiplier device . The application notes provide a great deal of explanation as to how it works. It does indeed provide actual multiplication.Hi Everyone new guy here who needs your help. I need a simple (?) circuit to produce an output voltage that is the product of two input voltages. I thought it would be easy using some op-amps but have been unable to come up with one. A search produced the standard summation and differiation circuits but no product circuits. The closest I found was using an analog computer to do the product.
Actually I would love to build an analog computer from a kit but found none available.
Any sugestions?
Thks Robert