Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

integrate pulses from oscilloscope

Hello!

 

I get signal pulses from oscilloscope. Could you please help me to integrate each pulse separately. I've found simple examples and tryed to create loops as in the C++, but it doesn't seem to work properly. Thank you very much!

 

Arev

 

0 Kudos
Message 1 of 2
(5,313 Views)

Hi Arev,

 

Are these digital trigger pulses from the scope?

 

What sort of output do you need from your code. You could use a counter input (if available) to do the integration for you - this would provide you with count values which you can sum to give you a continuous integrated value.

 

Alternatively, if the signal is analogue and varies, you could use analogue acquisition and have a threshold trigger which could either add to a variable (if your signals are pulses), or the signal can be sampled and it's amplitude integrated.

 

If you could tell me more about which better suits you, I can provide more info.

 

Kind Regards,

0 Kudos
Message 2 of 2
(5,285 Views)