Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicting time sequences #9

Open
SutirthaChakraborty opened this issue Dec 2, 2022 · 6 comments
Open

Predicting time sequences #9

SutirthaChakraborty opened this issue Dec 2, 2022 · 6 comments
Labels
question Further information is requested

Comments

@SutirthaChakraborty
Copy link

Is there any possibility of using the package to predict phase time? I have a list containing the phase time in milliseconds to predict the following few phase timing.
[ 66.37777778, 962.47777778, 1028.85555556, 1227.98888889, 1427.12222222, 1493.5 ,1924.95555556, 1991.33333333 2389.6 ,2455.97777778, 2953.92222222, 3020.3, 3418.56666667, 3518.13333333]

I want to get the subsequent few intervals using Kuramoto's equation to Sync.

@SutirthaChakraborty SutirthaChakraborty changed the title Predicting Phase time Predicting time sequences Dec 2, 2022
@fabridamicelli
Copy link
Owner

Hi,
I am afraid your question has too little information for me to understand what your goal/problem is.
If you could provide some more details maybe I could help (like a bit of the context of the problem, the code you used to generate that sequence of values, any code that you wrote to try to achieve the mentioned goal, etc)

@SutirthaChakraborty
Copy link
Author

Thanks, I have a video, where I move my arms at a specific BPM. I generated a graph using the body key points and generated a graph and detected the peaks.
image
I consider the peak times as a phase, I created a small buffer for 4 seconds. I want the Kuramoto model to synchronize with the frame and predict the subsequent successive phases.

Here is the Colab

@fabridamicelli
Copy link
Owner

I am still not sure I understand the problem statement.
What I get so far is: you have a bunch of time series, one for each part of the body (what you call "key points"). Your goal is to model those time series with the kuramoto model? That is, you assume there is some synchronization between the body parts going on and you want to capture that with the kuramoto equations?

I still don't understand why you "I consider the peak times as a phase"?
What is this plot representing?

@SutirthaChakraborty
Copy link
Author

Yes you are right. The time difference between between two peaks is one phase. I want to design a second oscillator, which would try to sync with the human body movements.

@fabridamicelli
Copy link
Owner

I don't understand why you choose to model this with the kuramoto model.
Is your goal to have a predictive model that can reproduce your signal?

@SutirthaChakraborty
Copy link
Author

SutirthaChakraborty commented Dec 2, 2022

In case of change in speed of motion, I want it to be more like a slow and steady state change rather than using time series prediction. Yes. I want to reproduce a signal which would be adaptive to the change of the signal.

@fabridamicelli fabridamicelli added the question Further information is requested label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants