s {fast}R Documentation

Generate an s-set for FAST-method

Description

Generates a number of equally spaced values between -pi/2 and pi/2. The number is determined by the number of runs required for the FAST method for a number of runs.

Usage

s(m, factor = 1, cukier = TRUE)

Arguments

m number of frequencies/parameters
factor the length of the returned vector is the minimum number required for FAST time factor
cukier boolean. Indicates wheter to use freq_cukier or freq_mcrae82

Value

A vector of equally spaced values between -pi/2 and pi/2

Author(s)

Dominik Reusser

See Also

fast

Examples

  s(4)
  diff(s(3))

[Package fast version 0.51 Index]