Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 20, 2024
1 parent e563e48 commit 8ed8452
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
16 changes: 13 additions & 3 deletions R/fcwt_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
#' @inheritParams fcwt
#' @importFrom utils txtProgressBar setTxtProgressBar
#' @export
#' @examples
#' res <-
#' fcwt_batch(
#' ts_sin_sin,
#' sample_freq = 44100,
#' freq_begin = 100,
#' freq_end = 11000,
#' n_freqs = 300,
#' sigma = 10,
#' max_batch_size = 20000,
#' time_resolution = 0.001
#' )
#'
fcwt_batch <- function(signal,
sample_freq,
freq_begin,
Expand Down Expand Up @@ -102,9 +115,6 @@ fcwt_batch <- function(signal,
diff <- end - cursor

if (!is.null(total_result)) {
#print(attr(total_result, "sample_freq"))
#print(attr(result, "sample_freq"))

total_result <-
tbind(
total_result,
Expand Down
14 changes: 14 additions & 0 deletions man/fcwt_batch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ed8452

Please sign in to comment.