function DAeff = DAE(tsInt4)

tend = uint32(size(tsInt,1))
for i=1000:tend-1000
       DAeff(i) = tsInt(i,4)/(tsInt(i,3)+tsInt(i,4));
end