eisgenerator 1.0.x
Public Member Functions | Public Attributes | List of all members
eis::DataPoint Class Reference

Basic singular EIS data point. More...

#include <eistype.h>

Public Member Functions

 DataPoint (std::complex< fvalue > imIn, fvalue omegaIn=0)
 
bool operator< (const DataPoint &in) const
 
bool operator> (const DataPoint &in) const
 
bool operator== (const DataPoint &in) const
 
DataPoint operator- (const DataPoint &in) const
 
DataPoint operator+ (const DataPoint &in) const
 
DataPoint operator/ (fvalue in) const
 
DataPoint operator* (fvalue in) const
 
DataPoint operator/= (fvalue in)
 
fvalue complexVectorLength () const
 Calculates the absolute value of the complex impedance.
 

Public Attributes

std::complex< fvalue > im
 Complex impedance.
 
fvalue omega
 Frequency of the complex impedance.
 

Detailed Description

Basic singular EIS data point.

Examples
simple.cpp.

Member Function Documentation

◆ complexVectorLength()

fvalue eis::DataPoint::complexVectorLength ( ) const
inline

Calculates the absolute value of the complex impedance.

Returns
The absolute value of the complex impedance.

References im.