nIMFs {Rlibeemd}R 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.


[Package Rlibeemd version 1.4.3 Index]