johannfaouzi / pyts

A Python package for time series classification
https://pyts.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.77k stars 165 forks source link

Joint recurrence plot of two time series of different length #114

Closed hwimalar closed 3 years ago

hwimalar commented 3 years ago

Hello, I was wondering how to get the joint recurrence plot of two-time series having different lengths. Should I downsample the signals and create a multivariate type matrix and use the function? Any suggestions.