superlet_tfr¶
- superlet_tfr(inst: BaseRaw | BaseEpochs | Evoked, foi: list[float], c1: float, ord: tuple[int, int] = (1, 1), decim: int = 1, n_jobs: int = 1) BaseRaw | BaseEpochs | Evoked[source][source]¶
Compute the superlet time-frequency representation of the input signal.
- Parameters:
inst (
Signal) – The input signal (e.g., Raw, Epochs, Evoked).foi (
list[float]) – List of frequencies of interest.c1 (
float) – Base number of cycles parameter.ord (
tuple[int,int], optional) – The order (for SLT) or order range (for FASLT), spanned across the frequencies of interest. Default is (1, 1).decim (
int, optional) – Decimation factor for the output. Default is 1.n_jobs (int)
- Returns:
The time-frequency representation of the input signal.
- Return type:
Signal