Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/persistence1d.jl
https://github.com/jagot/persistence1d.jl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/persistence1d.jl
- Owner: jagot
- License: other
- Created: 2015-09-29T14:18:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T12:29:14.000Z (about 1 year ago)
- Last Synced: 2024-04-17T14:12:25.847Z (9 months ago)
- Language: Julia
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: Persistence1D.jl
Julia interface to the extrema finding algorithm [[https://github.com/yeara/Persistence1D.git][Persistence1D]] (public
domain).* Installation
#+BEGIN_SRC julia
Pkg.clone("https://github.com/jagot/Persistence1D.jl.git")
Pkg.build("Persistence1D")
#+END_SRC* Examples
Find persistent extrema:[[examples/extrema.png]]
Reconstruct smooth function with persistent features preserved:
[[examples/reconstruct.png]]
[[examples/example.ipynb][Example usage]]