Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Antguz committed May 24, 2024
1 parent e171bba commit 0fb2468
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/CWT.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#'
#' @param t A \code{data.table}, \code{matrix}, or \code{numeric} vector where
#' columns or values represent time (i.e., bands) and rows samples (i.e., pixels).
#' Remember the transformation assume that columns or values are evenly spaced
#' though time (i.e., bands at equal to sampling interval).
#' @param scales A positive \code{numeric} vector describing the scales to
#' compute. The minimum scale (i.e., scales = 1) is equal to sampling interval
#' between columns.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Continuous Wavelet Transformation for Spectroscopy
## Continuous Wavelet Transformation for Spectroscopy

This is an R package is focused on the fast application of 1D - Continuous Wavelet
Transformation (CWT) using time series with special attention to signals from
Transformation (CWT) on time series with special attention to signals from
spectroscopy. The current code has been enhanced using C++ language through `Rcpp`
and `RcppArmadillo` packages, and run in parallel over samples using `OpenMP`.
It was develop by [J. Antonio Guzman Q.](https://www.jaguzmanq.com/) (<antguz06@gmail.com>)
Expand Down
Binary file modified src/CWT.so
Binary file not shown.
Binary file modified src/RcppExports.o
Binary file not shown.

0 comments on commit 0fb2468

Please sign in to comment.