| CRP Toolbox Reference | ![]() |
![]() |
phasesynchroPurposeIndicator of phase synchronisation by means of recurrences.Syntax
cpr=phasesynchro(x,y,m,t,e,w) cpr=phasesynchro(x,y,m,t,e,w,'param1','param2') Descriptioncpr=phasesynchro(x,y [,param1,param2,...]) calculates the index of phase synchronisation based on recurrences. cpr=phasesynchro(x,y,m,t,e,w) uses the dimension m, delay t, the size of neighbourhood e and the range w of past and future time steps. If x and y are multi-column vectors then they will be considered as phase space vectors (taucrp can be used for real phase space vectors without embedding). The call of phasesynchro without output arguments plots the tau-recurrence rate and the CPR value in the current figure. ParametersDimension M, delay T, the size of neighbourhood E and the range W are the first four numbers after the data series; further parameters can be used to switch between various methods of finding the neighbours of the phasespace trajectory and to suppress the normalization of the data.
Parameters not needed to specify. Example
b = sin((1:1000) * 2 * pi/67) + randn(1,1000); phasesynchro(a,2,17,'nonorm','euclidean'); See AlsoReferencesMarwan, N., Romano, M. C., Thiel, M., Kurths, J.: Recurrence Plots for the Analysis of Complex Systems, Physics Reports, 438(5-6), 2007. Romano, M. C., Thiel, M., Kurths, J., Kiss, I. Z., Hudson, J.: Detection of synchronization for non-phase-coherent and non-stationary data, Europhysics Letters, 71(3), 2005. |
|||||||||||||||||||||||||||||||||
| phasespace | pss | ![]() |