https://github.com/zoziha/ampd-algorithm
Automatic Multiscale-based Peak Detection (AMPD) Algorithm
https://github.com/zoziha/ampd-algorithm
fortran fortran-package-manager matlab python
Last synced: 8 months ago
JSON representation
Automatic Multiscale-based Peak Detection (AMPD) Algorithm
- Host: GitHub
- URL: https://github.com/zoziha/ampd-algorithm
- Owner: zoziha
- License: bsd-3-clause
- Created: 2023-10-13T14:49:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T11:49:20.000Z (about 2 years ago)
- Last Synced: 2025-03-25T10:42:46.248Z (9 months ago)
- Topics: fortran, fortran-package-manager, matlab, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMPD 峰值查找算法
**Automatic Multiscale-based Peak Detection (AMPD) Algorithm**





本仓库实现了 Python、Matlab、Fortran 语言的 AMPD 算法。建议直接复制 `src/AMPD.*` 文件到项目中使用。
## Fortran
支持 Fortran Package Manager 编译与依赖:
```sh
fpm run --example --all
```
```toml
[dependencies]
AMPD = { git = "https://gitee.com/zoziha/AMPD-Algorithm" }
```
## 参考
1. [An Efficient Algorithm for Automatic Peak Detection in Noisy Periodic and Quasi-Periodic Signals](https://www.mdpi.com/1999-4893/5/4/588/htm).
2. [推荐一个非常实用的峰值查找算法(peak detection)](https://zhuanlan.zhihu.com/p/549588865).