RRP-RD is a Ridge Detector (RD) based on Relevant Ridge Portions (RRP) corresponding to [1]. RRP_alg/RRP_RD.m
is the matlab implementation of this ridge detector.
[1] N. Laurent and S. Meignen, "A Novel Ridge Detector for Nonstationary Multicomponent Signals: Development and Application to Robust Mode Retrieval," in IEEE Transactions on Signal Processing, vol. 69, pp. 3325-3336, 2021, doi: 10.1109/TSP.2021.3085113.
Clone this repository using one of the two options:
- option 1:
git clone --recurse-submodules git@github.com:Nils-Laurent/RRP-RD.git
- option 2:
git clone git@github.com:Nils-Laurent/RRP-RD.git
- and
git submodule init
- and
git submodule update
A minimal example is provided in minimal_example.m
RRP_alg/
contains the implementation of RRP-RDtest/
contains necessary functions to run testsgenfig_R1_*.m
matlab files generate the same figures as in the paperminimal_example.m
provides a minimal example