you have to use the 'nonorm' option in the crp-function, e.g.,
Code: Select all
r = crp2(data,m,tau,10,'nonorm');
Norbert
Code: Select all
r = crp2(data,m,tau,10,'nonorm');
Simply using:viniciusjdv wrote:Prof,
How can I use the crqa routine to extract the RQA measures based on a fixed recurrence rate (e.g. RR=5%)?
Code: Select all
crqa(data,m,tau,0.05,'rr')