Reverse-engineer fractal resampling process

  • Thread starter Thread starter deadrabbit
  • Start date Start date
  • Tags Tags
    Fractal Process
AI Thread Summary
The discussion centers on a project involving the analysis of time series data of varying lengths to identify common features, emphasizing the need to eliminate noise for effective comparison. The original poster seeks to reverse engineer a method outlined in a specific document for this purpose. A suggestion is made to contact the authors for assistance, and it is noted that the document provides an explanation on page 8. The recommended approach involves selecting specific data points and using linear interpolation, with the option to add midpoints for improved accuracy. Additionally, a comparison to spline fitting with adaptive knot placement is suggested, along with a reference to fractal brownian terrain generation for further inspiration.
deadrabbit
Hey,

I am working on a project where I need to take several time series of various lengths and identify common features. So, for example, a period of 100 days may exhibit the same features as a period of 10 days -- the system is self-similar in this way.

In order to compare these series of different lengths I need to strip out noise that is not important for feature identification in order to bring them to the same scale.

I have come across this document that shows a rather efficient method of doing this and would like to reverse engineer it... any help greatly appreciated.

http://www.congrexprojects.com/docs...4_12-40_donati-martinez_fractalresampling.pdf
 
Physics news on Phys.org
deadrabbit said:
Hey,

I am working on a project where I need to take several time series of various lengths and identify common features. So, for example, a period of 100 days may exhibit the same features as a period of 10 days -- the system is self-similar in this way.

In order to compare these series of different lengths I need to strip out noise that is not important for feature identification in order to bring them to the same scale.

I have come across this document that shows a rather efficient method of doing this and would like to reverse engineer it... any help greatly appreciated.

http://www.congrexprojects.com/docs...4_12-40_donati-martinez_fractalresampling.pdf

Why don't you just contact the authors of the work to ask for their help?
 
Doesn't page 8 already explain it?

If the original data set is ##x_0, x_1, \dots##, start by keeping the points ##x_0, x_{2^k}, 2x_{2^k}, \dots## for a "large" value of ##k##.

If linear interpolation between those points is not good enough in an interval, add the mid-point of that interval to the list of points.

Rinse and repeat till the result is accurate enough.

In the example they start from ##x_0## and ##x_8##, then add the mid point ##x_4##, etc.

You might want to compare this will something like spline fitting adaptive knot placement, e.g. http://www3.stat.sinica.edu.tw/statistica/oldpdf/A20n39.pdf

For the "inspiration" on page 7, google fractal (or fractional) brownian terrain generation.
 
Last edited:
Similar to the 2024 thread, here I start the 2025 thread. As always it is getting increasingly difficult to predict, so I will make a list based on other article predictions. You can also leave your prediction here. Here are the predictions of 2024 that did not make it: Peter Shor, David Deutsch and all the rest of the quantum computing community (various sources) Pablo Jarrillo Herrero, Allan McDonald and Rafi Bistritzer for magic angle in twisted graphene (various sources) Christoph...
Thread 'My experience as a hostage'
I believe it was the summer of 2001 that I made a trip to Peru for my work. I was a private contractor doing automation engineering and programming for various companies, including Frito Lay. Frito had purchased a snack food plant near Lima, Peru, and sent me down to oversee the upgrades to the systems and the startup. Peru was still suffering the ills of a recent civil war and I knew it was dicey, but the money was too good to pass up. It was a long trip to Lima; about 14 hours of airtime...
Back
Top