Replies: 4 comments 22 replies
-
In my opinion, there are three parts we can start to work:
|
Beta Was this translation helpful? Give feedback.
-
If we need real data for validation, here is the NASA official data portal that allows everybody to download some real data. |
Beta Was this translation helpful? Give feedback.
-
I think this idea containing two parts, one is to build a container (or we can call it time series DataFrame) to preserve and process time series data. The other one is to perform Fourier transform. Regarding the container part, I had a short discussion with you on Saturday. I think I can summarize below.
|
Beta Was this translation helpful? Give feedback.
-
Hi @yungyuc , @tigercosmos and @j8xixo12 Thanks yyc for merging my early prototype. However, the work has not done yet. Based on my f2f discussion with Chun-Hsu, he needs that this DataFrame to provide data in correct sequence. Current prototype implementation only reads text and organizes data in a columnar format, it does not guarantee the sequence of the data. So the next step should be implementing a sorting algorithm to check/guarantee the data sequence. There are two ways to put in the sorting algorithm I can think of, one is to sort data when the data are read or inserted, another one is to sort data only when they are retrieved. Any thoughts on this? Collected backlog so far
|
Beta Was this translation helpful? Give feedback.
-
@j8xixo12 brought up an idea of implementing time-series analysis (in frequency domain) in modmesh. It consists of two parts: time-series and integral transform (analysis).
It is interesting to develop both from ground up. Existing (and mature) third-party packages can be used as references during the development.
@j8xixo12 do you have any ideas of how we may start the work?
Beta Was this translation helpful? Give feedback.
All reactions