create.fourier.descriptor: Create a new Fourier descriptor.

Description Usage Arguments Examples

View source: R/create.fourier.descriptor.R

Description

Create a new Fourier descriptor.

Usage

1
create.fourier.descriptor(amplitude = c(0, 1, 0, 0), phase = c(0, 0, 0, 0))

Arguments

amplitude

A numeric vector containing the desired amplitude spectrum. Defaults to c(0, 1, 0, 0)

phase

A numeric vector containing the desired phase spectrum. Defaults to c(0, 0, 0, 0)

Examples

1
2
3
library('FourierDescriptors')

fourier.descriptor <- create.fourier.descriptor()

johnmyleswhite/FourierDescriptors documentation built on May 19, 2019, 5:17 p.m.