https://github.com/cuda-chen/seispdf.jl
Power Spectral Density Probability Density Functions Calculation in Julia.
https://github.com/cuda-chen/seispdf.jl
ambient-noise julia probability-density-function seismic seismology
Last synced: 20 days ago
JSON representation
Power Spectral Density Probability Density Functions Calculation in Julia.
- Host: GitHub
- URL: https://github.com/cuda-chen/seispdf.jl
- Owner: Cuda-Chen
- License: mit
- Created: 2021-08-26T14:47:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T06:53:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T18:03:37.048Z (about 1 year ago)
- Topics: ambient-noise, julia, probability-density-function, seismic, seismology
- Language: Julia
- Homepage: https://cuda-chen.github.io/SeisPDF.jl/
- Size: 267 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
| **Build Status** | **Documentation** |
| :---: | :---: |
| [![][action-img]][action-url] | [![][docs-latest-img]][docs-latest-url] |# SeisPDF.jl
Power Spectral Density Probability Density Functions Calculation
described by [McNamara 2004](https://pubs.usgs.gov/of/2005/1438/).## TO-DO
- [x] release workable version
- [x] plot (using GMT.jl)
- [x] integrate with [SeisIO](https://github.com/jpjones76/SeisIO.jl) data structure
- [x] slide on actual timestamp range
- [ ] GPU support
- [ ] CUDA
- [ ] AMD (optional)
- [ ] enhancements
- [x] docs
- [ ] swappable FFT libraries (e.g., kissFFT)
- [ ] min, max, mode PDF
- [ ] read high and low noise model into memory when importing[action-img]: https://github.com/Cuda-Chen/SeisPDF.jl/workflows/CI/badge.svg
[action-url]: https://github.com/Cuda-Chen/SeisPDF.jl/actions/workflows/ci.yml
[docs-latest-img]: https://github.com/Cuda-Chen/SeisPDF.jl/workflows/CI/badge.svg
[docs-latest-url]: https://cuda-chen.github.io/SeisPDF.jl/