function [BoundApEn,epsilon,Lespsilon] = BoundedProcess(A) %UNTITLED Summary of this function goes here % Detailed explanation goes here A=A./max(A); BoundP=max(A); BoundM=min(A); k=0; for i=2:1:size(A,1) e(i)=A(i)-A(i-1); if(e(i)>BoundP || e(i)