From 199394e51ee449b44daf9441ca0275770506dd90 Mon Sep 17 00:00:00 2001
From: Michel Crucifix <michel.crucifix@uclouvain.be>
Date: Mon, 14 Oct 2024 13:30:38 +0200
Subject: [PATCH] add mmfft

---
 man/mmfft.Rd | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 man/mmfft.Rd

diff --git a/man/mmfft.Rd b/man/mmfft.Rd
new file mode 100644
index 0000000..cae717e
--- /dev/null
+++ b/man/mmfft.Rd
@@ -0,0 +1,32 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/mmfft.R
+\name{mmfft}
+\alias{mmfft}
+\alias{plot.mmfft}
+\title{Moving Modified Fourier Transform}
+\usage{
+mmfft(xdata, seglength = length(xdata)\%/\%16, ...)
+
+\method{plot}{mmfft}(x)
+}
+\arguments{
+\item{xdata}{The data provided either as a time series (advised), or as a vector. 
+may be complex}
+
+\item{seglength}{Length of moving segment. Both xdata length and seglenthm are adviced to be a power of 2 (faster)}
+
+\item{...}{passed to mmft}
+}
+\value{
+a `mmfft` object
+}
+\description{
+Moving Modified Fourier Transform
+}
+\note{
+in the current implementation, the right-hand-side of xdata that is left after an integer division 
+       by seglenth is discarded
+}
+\author{
+Michel Crucifix
+}
-- 
GitLab