Signal2D

2D signal consisting of complex number data

Constructors

this
this(uint w, uint h)
Undocumented in source.
this
this(SuperImage img, uint channel)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

divide
void divide(Signal2D img, Signal2D dest)
Undocumented in source. Be warned that the author may not have intended to support it.
fft
void fft()
Undocumented in source. Be warned that the author may not have intended to support it.
fft2
void fft2(bool forward)
Undocumented in source. Be warned that the author may not have intended to support it.
fftInverse
void fftInverse()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
void multiply(Signal2D img, Signal2D dest)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Complexf opIndex(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Complexf[] data;
Undocumented in source.
domain
SignalDomain domain;
Undocumented in source.
height
uint height;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta