Create analog function with op amps

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
Hello ,i am building a system and I have to create the analog signal V(t)=c1*t^2+c2*t - 1/t with op amps and analog components.I have to minimise the cost so i beleive i have to use only one multiplier ,so i want to know if i should use capacitors to store the signals and reuse the multiplier and do the final operations.Or to use buffers or suggest me an other way.
Thanks
 

crutschow

Joined Mar 14, 2008
34,464
It could likely be done more easily using digital techniques.
Why must it be done using analog components?
What is the timeframe for "t"?
What are c1 and c2?
 

Alec_t

Joined Sep 17, 2013
14,332
1/t isn't practical unless non-zero time limits are defined. At time zero you would need an infinite voltage :eek:.
Is this a Homework problem?
 

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
I stated ,no homework.I finished with homework years before but i have not experience with op amps,it is my first attempt to build somethings big!
I want to keep the cost to minimum but i realizes that it is imposible to use only one multiplier.So i will use 2 multiplier to do the x^2 and now my question is to do the C1*t^2 (c =constant).
I believe to do this C1*T^2 is better with gain manipulation of an op amp than usage of a multiplier.
Lets me think your thoughts.
 

crutschow

Joined Mar 14, 2008
34,464
....................
I want to keep the cost to minimum but i realizes that it is imposible to use only one multiplier.So i will use 2 multiplier to do the x^2 and now my question is to do the C1*t^2 (c =constant).
I believe to do this C1*T^2 is better with gain manipulation of an op amp than usage of a multiplier.
........
You can do X² with just one multiplier by connecting X to both multiplier inputs (giving X * X).
Then you run the multiplier output through an op amp with a gain of C1.
 

#12

Joined Nov 30, 2010
18,224
@crutschow
Could you dumb this down for me?
I think it's interesting, but I can't imagine how to use C1 (capacitance?) to multiply (time squared).
If my question seems stupid, I confess. I am lost!
 

crutschow

Joined Mar 14, 2008
34,464
@crutschow
Could you dumb this down for me?
I think it's interesting, but I can't imagine how to use C1 (capacitance?) to multiply (time squared).
If my question seems stupid, I confess. I am lost!
In post #4 the OP said c was a constant so I interpreted C1 as a gain value
But that assumption could very well be wrong. :confused:
 

kubeek

Joined Sep 20, 2005
5,795
Using C and t sure confuses things. Can you please explain what exactly is that equation supposed to calculate, and what each symbol means?
 

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
You can do X² with just one multiplier by connecting X to both multiplier inputs (giving X * X).
Then you run the multiplier output through an op amp with a gain of C1.
c (=constant) ,no capacitors.
Also i had the same though...The gain of a op amp can be the constant
If i decide to use ONE multiplier is it possible to do the function?
 

ramancini8

Joined Jul 18, 2012
473
I believe that you need 2 multipliers; one to do t^2 and one to do 1/t. You probably can't use storage because of the time delays. I did implement an Observer set of equations, and timing is critical.
 

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
Yhea Right!
I believe that you need 2 multipliers; one to do t^2 and one to do 1/t. You probably can't use storage because of the time delays. I did implement an Observer set of equations, and timing is critical.
I done some work and now for a weird reason the Multisim does not compile the circuit and the result is wrong
Here is the Multisim citcuit and the datasheet of AD633 multiplier.As you can see the connections are right,so iis this a problem with the mutlisim?
 

Attachments

crutschow

Joined Mar 14, 2008
34,464
I done some work and now for a weird reason the Multisim does not compile the circuit and the result is wrong.
Here is the Multisim citcuit and the datasheet of AD633 multiplier.As you can see the connections are right,so iis this a problem with the mutlisim?
What do you mean the result is wrong? What does the program do?
Could be a problem with the model.
I had no problem with my LTspice simulation (below).
I used a different op amp since I didn't have the AD711, but that shouldn't make a significant difference in the simulation.

upload_2016-10-20_13-14-11.png
 

Attachments

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
Yes Right!
I uploaded the wrong pic.It actually works with small error.
Can i trim this error?
Is there a way to trim the *10 scalling ?
Thank you all
(The t is time ,the V(t) is a voltage function with the variable of time)
 

Attachments

Thread Starter

Nikos Mparoutis

Joined Oct 8, 2016
19
In the pic the right result is 5 V but the output show is 5.12 V.
I know that the low cost multiplier affects this but i like the perfectionism.
The scalling *10 : i think i can put it inside the constant C =c1/10.
 

crutschow

Joined Mar 14, 2008
34,464
It isn't whether you like "perfectionism" or not, it's what you need for your application that's important.

It's hard to say where the error occurs (my simulation shows only 3mV of error).
You'll have to go through the circuit, measuring all the nodes to determine where the error is occuring.
 
Top