Z_Q: Z_Q

Description Usage Arguments Examples

Description

Calculates the impedance of a complex phase element from its "Q" value, the phase angle (90/n) degrees, and a vector of angular frequency values. Returns a complex vector.

Usage

1
Z_Q(Q, n, omega)

Arguments

Q

the "Q" value of the constant phase element (equal to C when n = 1), with units of Siemens * seconds^n.

n

the "n" value where the phase angle is 90/n degrees.

omega

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

Examples

1
Z_Q(1E-5, 0.8, omega_range(low.logf = -1, high.logf = 5, p.per.dec = 10))

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