Search found 194 matches

by Norbert
Fri Oct 28, 2011 21:45
Forum: General Discussion
Topic: Basic Sin wave RP in matlab
Replies: 2
Views: 11163

Re: Basic Sin wave RP in matlab

The answer is that you have not embedded your time series. Without embedding you will similar dynamics in positive and negative time direction, i.e., x(i, i+1, i+2,...) = x(j, j-1, j-2, ...). This will cause diagonals perpendicular to the main diagonal. This should be explained in the Physics Report...
by Norbert
Fri Oct 28, 2011 21:42
Forum: Quantification
Topic: Problems calculating K2
Replies: 1
Views: 13043

Re: Problems calculating K2

Yes, your second guess is correct. I thought that it would be clear from our explanations.

I don't know where the problem could be. I have to look for our code. Perhaps we can provide it here for reproducing the results.
by Norbert
Fri Oct 28, 2011 21:23
Forum: Bibliography
Topic: New publications
Replies: 5
Views: 90246

Re: New publications

Hi Toni, sure, I'm still including papers in the bibliography. If you have something which is not yet included, you can post it here or (better) submit it directly using the "Submit Article" link at the site http://www.recurrence-plot.tk/bibliography.php Thanks for supporting this database...
by Norbert
Fri Oct 28, 2011 21:19
Forum: General Discussion
Topic: Synchronisation of two time series
Replies: 4
Views: 19212

Re: Synchronisation of two time series

No, phase synchronisation is somethin different. Bruce was looking for an alignement of two different time axes. The function in the CRP toolbox is crp2.
by Norbert
Fri Oct 28, 2011 21:17
Forum: Multivariate Extensions and Spatial Data
Topic: Multivariate RP
Replies: 5
Views: 28226

Re: Multivariate RP

Hi Toni,

I look forward to see your approach.

Best regards
Norbert
by Norbert
Sun May 1, 2011 21:25
Forum: Quantification
Topic: How to find out which system leads the other by using CRPs
Replies: 3
Views: 19448

Re: How to find out which system leads the other by using CR

You can find these information in our Physics Reports paper.
N. Marwan, M. C. Romano, M. Thiel, J. Kurths: Recurrence Plots for the Analysis of Complex Systems, Physics Reports, 438(5-6), 237-329, 2007

Best
Norbert
by Norbert
Thu Apr 14, 2011 20:28
Forum: Applications
Topic: JRP Function
Replies: 12
Views: 34071

Re: JRP Function

Yes, sorry I meant crp2.
by Norbert
Mon Mar 21, 2011 08:36
Forum: Applications
Topic: JRP Function
Replies: 12
Views: 34071

Re: JRP Function

No, at least not in a common sense. What you could do if you like to compare two different systems with many measurements (i.e. channels) is to use these measurements as state space vectors. In the CRP toolbox you have to use the crqa2 function, not the standard crqa.
by Norbert
Sun Mar 20, 2011 23:13
Forum: Applications
Topic: EEG
Replies: 11
Views: 47087

Re: EEG

Have a look here: http://forum.recurrence-plot.tk/viewtop ... f=12&t=191

RQA of JRPs? How you would interpret the results?
by Norbert
Sun Mar 20, 2011 23:12
Forum: Applications
Topic: JRP Function
Replies: 12
Views: 34071

Re: JRP Function

Thanks for pointing to the typo (it should state "jrp" of course). I have corrected it. For calculating JRP from multiple time series just calculate the RPs of them separately and then multiply them. The CRP toolbox includes only a very simple JRP function for illustration purposes. There ...
by Norbert
Sun Mar 20, 2011 22:59
Forum: Applications
Topic: RQA
Replies: 3
Views: 15794

Re: RQA

yes, you can do it. for example: % create recurrence plot X = crp(timeseries,'silent'); % get distributions of line lengths % (actually you should apply here the Theiler window before, but I omit it for simplification) [m l] = dl(X); % l is a list of all line lengths of diagonal lines [m v] = tt(X);...
by Norbert
Thu Feb 24, 2011 07:43
Forum: Recurrence Plot Symposium
Topic: 4th Recurrence Plot Symposium in Hongkong
Replies: 1
Views: 14181

4th Recurrence Plot Symposium in Hongkong

We are just starting with the organisation of the 4th Recurrence Plot Symposium which will take place in Hongkong. We intend to organise it for the 1st week in December 2011. Just visit the symposium web site for up-to-date information. Norbert Update: Symposium will be at Dec 5-7, 2011, on the Hung...
by Norbert
Thu Feb 24, 2011 07:39
Forum: Recurrence Plot Symposium
Topic: Next RP workshop
Replies: 9
Views: 30673

Re: Next RP workshop

The 4th Recurrence Plot Symposium will most likely be in Hongkong. We will also move the date date from September to December 2011.

Norbert
by Norbert
Wed Jan 26, 2011 17:06
Forum: General Discussion
Topic: Correlated stochastic processes analysis with RQA
Replies: 1
Views: 7314

Re: Correlated stochastic processes analysis with RQA

Hi Luciano, indeed not easy to solve. I suggest to keep the embedding constant. Theoretically, we should then use the largest embedding dimension we would expect for the entire system. But usually a smaller embedding is also working. Have you had a look in the book of Kantz & Schreiber (Nonlinea...
by Norbert
Fri Dec 3, 2010 23:58
Forum: General Discussion
Topic: Classification of Time Series
Replies: 5
Views: 11343

Re: Classification of Time Series

No problem. You are everytime welcome with your questions. :D