Z_FLG: Z_FLG

Description Usage Arguments Examples

Description

Calculates the impedance of a finite length Gerischer element from its Z0 value, rate constant k, time constant tau and a vector of angular frequency values

Usage

1
Z_FLG(Z0, k, tau, omega)

Arguments

Z0

the DC resistance associated with the FLG element in Ohms

k

the rate constant associated with the FLG element in seconds^-1

tau

the time constant associated with the FLG element in seconds

omega

a vector of angular frequency values, which can be created with omega_range()

Examples

1
Z_FLG(50, 100, 0.1, omega_range(low.logf = -1, high.logf = 5, p.per.dec = 10))

mjlacey/impedanceR documentation built on May 4, 2019, 3:09 a.m.