nyquistplot: Nyquist plot

Description Usage Arguments Value Examples

View source: R/nyquistplot.R

Description

Nyquist plot

Usage

1
nyquistplot(fr, n = NULL, d = NULL)

Arguments

fr

Frequency range in powers of 10

n

Numerator coefficients of a transfer function

d

Denominator coefficients of a transfer function

Value

Nyquist plot

Examples

1
nyquistplot(c(-2, 3), n = c(2, 5, 1), d = c(1, 2, 3))

pascalschulthess/freqr documentation built on May 24, 2019, 6:16 p.m.