Learn R Programming

swdft (version 1.0.0)

get_p_range: Get range of P's to search

Description

Get range of P's to search

Usage

get_p_range(phat, n, N, pwidth, type = "around_max")

Arguments

phat

integer. Window position with largest SWDFT coefficient

n

integer. window size

N

integer. Signal length

pwidth

integer. the range of window positions to search for each window size

type

character. either 'around max' or 'fullp'.