These functions check if specific representations are present in a fftab
object:
Details
has_cplx()
: Checks if the object has complex representation (fx
column).has_rect()
: Checks if the object has rectangular representation (re
,im
columns).has_polr()
: Checks if the object has polar representation (mod
,arg
columns).