11-07-2019 03:41 AM
Hello:
I am using a vibration sensor and a FPGA.
I have develope a program to acquire signal from the sensor. It gives to me acceleration, but is there any way to see the velocity of the vibration instead of acceleration.
Mathematically is an integral but is there another way to do this?
11-07-2019 03:49 AM
Hi Cad,
@GuilleCad wrote:
Mathematically is an integral but is there another way to do this?
So you know the math: what's wrong with some repeated adding of samples?
11-07-2019 04:31 AM
@GerdW ha escrito:
Hi Cad,
@GuilleCad wrote:
Mathematically is an integral but is there another way to do this?
So you know the math: what's wrong with some repeated adding of samples?
Cannot understand you, sorry
11-07-2019 04:41 AM
Hi Cad,
@GuilleCad wrote:
Cannot understand you, sorry
Adding samples (and scale them) is the same as your integral…