Hello,
I would like to find all peak (in purple) and all time to movment start (in orange
.
I use this :
range ! tps=1, r2=2, peakindex=3, peaktime=4,levelindex=5,leveltime=6 ;
pkfind iy:=r2 method:=win height:=0.3 width:=35 ocenter:=peakindex ocenter_x:=peaktime;
double borneinf=0.002;
levelcrossing iy:=posir level:=borneinf oy:=leveltime xindex:=levelindex ;
Frequency is 400Hz.
Unfortunately, the 3rd pick is not detected
and artifacts between the 2nd and 3rd pick make it complicated levelCrossing.
Can you help me to detect precisely each pick and start of movement?
Thanks a lot!