Learn R Programming

fftab (version 0.1.0)

.find_dc_row: Binary search for the DC row in lexicographically sorted data

Description

Binary search for the DC row in lexicographically sorted data

Usage

.find_dc_row(df)

Value

Row index of the DC component (0,0,...,0).

Arguments

df

A tibble or data.frame with .dim_* columns sorted lexicographically.