Search found 3 matches

by mikecrites
Wed Feb 6, 2013 22:27
Forum: General Discussion
Topic: CRQA with different TS lengths
Replies: 0
Views: 22617

CRQA with different TS lengths

Hi All, I was wondering if there is a way to perform a CRQA with different time series lengths. I am attempting to calculate a nominal cross recurrence, which is based off of communication data. I have transcribed conversations into meaningful code (e.g., changing either words or letters into number...
by mikecrites
Wed Feb 6, 2013 22:17
Forum: General Discussion
Topic: Too Less Data when running in loop
Replies: 2
Views: 14134

Re: Too Less Data when running in loop

I figured it out. There was a problem with my code. Apparently I was incrementing during one of my loops for my script (which in turn was increasing the number of dimensions). Thanks for the reply.
by mikecrites
Wed Jan 23, 2013 22:44
Forum: General Discussion
Topic: Too Less Data when running in loop
Replies: 2
Views: 14134

Too Less Data when running in loop

When I run the crqa m-file for an individual file, everything seems to be going great. However, when I run it as a loop to process multiple files, I get the "Too Less Data" error. The matrix is smaller when I run it as a loop, opposed to individually. I have been thinking it was my code, h...