eigenByFreq: Creates a design matrix at a particular frequency

Description Usage Arguments

Description

Design matrix designing! Using offsets if applicable.

Usage

1
2
eigenByFreq(obj, offsets = NULL, rowNum, numEl, useZeroOffset = TRUE,
  nOffsetFreq = -1)

Arguments

obj

- a list of lists of matrices - each sublist is a time block. Within each time block list is a matrix for each input with nFFT rows and K columns

rowNum

- the current frequency that we're building the design matrix for

numEl

- the number of columns in the design matrix without offsets

offests

- the result of offsetFreq() (I think.. )


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.