Storing min and max

Having problems ? let us know the details here
Post Reply
jcclq
Active User
Active User
Posts: 13
Joined: Thu Jul 22, 2021 1:05 pm

Storing min and max

Post by jcclq »

Hi,

For my application, I need to store in the memory the minimum and maximum of the signal. The reason I am asking is because it needs to be very fast, then I can download the whole data more slowly and do some post-processing on the computer. How could I do that?

Thanks a lot!

JC

Martyn
Site Admin
Site Admin
Posts: 4483
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Storing min and max

Post by Martyn »

This maybe possible by using the down sampling feature within the driver using an application you would need to write yourself.

However to confirm this we would need some further context to your question, specifically the device you are using, the sampling rate for the raw data, the required frequency to return the Min Max values, and the programming language you would be using.
Martyn
Technical Support Manager

Post Reply