Persistent Homology of Trigonometric Functions
For this analysis I examined the persistent homology of trigonometric functions, such as f(t) = sin(t), using the JavaPlex Matlab library (see https://appliedtopology.github.io/javaplex/). I first took sliding window samples of the function f ( t ) = sin( t ). Define a sliding window as , and define the point cloud of sliding windows . where T is a set of so-called "starting points" for each sliding window, d + 1 is the number of points sampled from f in each sliding window and the dimension of the point cloud of sliding windows, and tau is the step between points sampled within each sliding window. After generating the points, I created a Vietoris-Rips filtered simplicial complex from the point cloud using JavaPlex. With parameters d = 45, tau = 0.2, and T as the set of 40 equally distributed reals on [0,8*pi], I produced the following barcode: In this plot, ...
Comments
Post a Comment