average value of a non uniform wave/signal

Thread Starter

dkthechamp

Joined Mar 3, 2010
10
Can anybody suggest a simple low power circuit/method to calculate the average value of a continous signal/wave in real-time?
 

t_n_k

Joined Mar 6, 2009
5,455
A low pass filter comes to mind. But what sort of waveforms or signals are you thinking of? Your question is perhaps too general.
 

Thread Starter

dkthechamp

Joined Mar 3, 2010
10
The signal is the attached waveform and the frequency is 1 Hz. The objective is to find the average value of the signal amplitude after each 1 seconds.

I'm interested in integrated solution without any passive component. One apparent solution is op-amp based integrator but in that case i get a continous output !

All suggestions/remarks will be highly appreciated.
 

Attachments

Papabravo

Joined Feb 24, 2006
21,225
The only thing that comes to mind besides a resettable op-amp integrator is a DSP solution where you have an anti-alias filter followed by an A/D converter and a DSP to compute the average over some time interval.
 
Last edited:

Thread Starter

dkthechamp

Joined Mar 3, 2010
10
Digital solution is already there but i'm interested in analog circuit consuming less power, to achieve the same objective.

Any doc/reference expalining resettable op-amp integrator solution for average calculation.
 

Papabravo

Joined Feb 24, 2006
21,225
Not that I am aware of. The basic idea is to setup an integrator, and place an analog switch in parallel with the integrating capacitor. To reset the integrator you discharge the cap by closing the analog switch and shorting the output to the input.

Mind you I've never actually done this so I have no idea what problems you may run into.
 

russ_hensel

Joined Jan 11, 2009
825
For a PIC 10 ma is more than enough, where does the low power requirement come from, and what sort of value are you looking for? ( be curious to know why you want to do this, can you tell? ) There are some problems with all the analog solutions.
 

Thread Starter

dkthechamp

Joined Mar 3, 2010
10
When i say low power, i meant circuit working in weak inversion (sub threshold) region and the consumption being into few nA.
 

russ_hensel

Joined Jan 11, 2009
825
I this what you mean: Subthreshold conduction or subthreshold leakage or subthreshold drain current is the current that flows between the source and drain of a MOSFET when the transistor is in the subthreshold region, or weak-inversion region, that is, for gate-to-source voltages below the threshold voltage. The subthreshold region is often referred to as the weak inversion region. The terminology for various degrees of inversion is described in Tsividis.[1]

And low power with no passive components, so no wire, no resistors, no caps? I would say no can do.
 

Thread Starter

dkthechamp

Joined Mar 3, 2010
10
Your are right though bulk driven OTA architecture seems to be a potential option ieeexplore.ieee.org/iel5/4/21268/00987079.pdf?arnumber=987079
with only one internal capacitance. I understand that a capacitive element would be required for charging the output current.

Now the issue is, since input signal is very low frequency 1-Hz, a huge capacitor order of few mF could be required. As i'm looking for a highly integrated SoC i'm interested in few p/f Farads of value !!!

Any thoughts on this ?

Thanks,
 
Top