sigmaplot: Sigma plot

Description Usage Arguments Value Examples

View source: R/sigmaplot.R

Description

Sigma plot

Usage

1
2
sigmaplot(fr, fr.unit = NULL, A = NULL, B = NULL, C = NULL, D = NULL,
  as.period = F)

Arguments

fr

Frequency range in powers of 10

fr.unit

Unit of the frequency

A

Matrix A of a state-space representation

B

Matrix B of a state-space representation

C

Matrix C of a state-space representation

D

Matrix D of a state-space representation

as.period

Flag to plot as period

Value

Singular value plot

Examples

1
2
3
4
5
sigmaplot(fr = c(-2, 2),
           A = matrix(c(0, 1, -1, -1), nrow = 2),
           B = diag(2),
           C = matrix(c(10, 0, 0, 1), nrow = 2),
           D = 0.1*diag(2))

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