B
Bret Cahill
Guest
I only need the average values and I was hoping to do it all analogue.Now we can easily guess several things:
1. dividing 2 in sync signals is done all the time.
No, usually one samples the signals, say X and Y,
and does a least-squares fit to determine
Y= aX + b
and on finding b approximately equal to zero, one has
a good value for the ratio, 'a'.
Division isn't a necessary step at all. Accumulating
(in this case, integrating) values like X, Y, X**2, X*Y,
and doing some arithmetic ON THE SUMS.
2. the time to smooth a rectified AC to a DC output is frequently an
issue.
It's less than 'an issue', it's a failure to define the terms. AC
measurement by making a DC conversion only works if you have
some kind of average in mind (AC is a vector, DC is a scalar; they
aren't ever 'equivalent').
It's not clear that the best 'm' value
in the linear equation is related to any averaging after division.
3. someone decades ago probably tried to lower the time constant in
the situation above by using a low time constant prefilter to keep the
denominator a small amount above zero and then letting the division of
the two signals do most of the heavy lifting as far as smoothing the
quotient to DC in a short time.
Collect the data, do a least-squares fit, extract 'm' value. There's
no particular need for any 'time constant' or prefilter, no concern
with denominators.
Bret Cahill