nIMFs: Number of IMFs

nIMFsR Documentation

Number of IMFs

Description

Return the number of IMFs extracted from input data of length N, including the final residual. This is just [log_2(N)] for N>3.

Usage

emd_num_imfs(N)

Arguments

N

An integer defining the length of input data.

Value

The number of IMFs which would be extracted from input data of length N, including the final residual.


Rlibeemd documentation built on Sept. 8, 2023, 5:55 p.m.

Related to nIMFs in Rlibeemd...