Package: MatchingPursuit Type: Package Title: Processing Time Series Data Using the Matching Pursuit Algorithm Version: 1.2.0 Author: Artur Gramacki [aut, cre] (ORCID: ), Jarosław Gramacki [ctb] (ORCID: ), Piotr T. Różański [ctb] (ORCID: ) Authors@R: c( person( "Artur", "Gramacki", role = c("aut","cre"), comment = c(ORCID = "0000-0002-1610-9743"), email = "a.gramacki@gmail.com"), person( "Jarosław", "Gramacki", role = c("ctb"), comment = c(ORCID = "0000-0001-5032-1353"), email = "j.gramacki@gmail.com"), person( "Piotr T.", "Różański", role = c("ctb"), comment = c(ORCID = "0000-0002-0457-6731"), email = "piotr@develancer.pl") ) Maintainer: Artur Gramacki Description: Provides tools for analysing and decomposing time series data using the Matching Pursuit (MP) algorithm, a greedy signal decomposition technique that represents complex signals as a linear combination of simpler functions (called atoms) selected from a redundant dictionary. Support for the Orthogonal Matching Pursuit (OMP) variant of the classical MP algorithm is also provided. For more details see Mallat and Zhang (1993) , Pati et al. (1993) , Elad (2010) and Różański (2024) . SystemRequirements: external tool (installed via empi_install() function). The package uses the implementation of the Matching Pursuit algorithm by Piotr T. Różański, available at https://github.com/develancer/empi. Imports: edf, signal, RSQLite, DescTools, imager, raster, graphics, grDevices, utils, digest, EGM, xml2 Suggests: knitr, rmarkdown, latex2exp, remotes VignetteBuilder: knitr Depends: R (>= 3.5.0) License: GPL (>= 2) Encoding: UTF-8 RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libfftw3-dev libgdal-dev gdal-bin libgeos-dev libglpk-dev make libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libx11-dev zlib1g-dev Repository: https://artur-gramacki.r-universe.dev Date/Publication: 2026-07-03 21:14:10 UTC RemoteUrl: https://github.com/artur-gramacki/matchingpursuit RemoteRef: HEAD RemoteSha: 05b43f89017aa98caf0fad9b8e7eb36525ea1cca NeedsCompilation: no Packaged: 2026-07-03 22:06:07 UTC; root