#include <orsa_fft.h>
Public Member Functions | |
void | Set (double f, double a, double p) |
bool | operator< (const Peak &p) const |
virtual | ~Peak () |
Public Attributes | |
double | frequency |
double | amplitude |
double | phase |
fftw_complex | phiR |
fftw_complex | phiL |
Definition at line 65 of file orsa_fft.h.
virtual ~Peak | ( | ) | [inline, virtual] |
bool operator< | ( | const Peak & | p | ) | const [inline] |
Definition at line 81 of file orsa_fft.h.
References Peak::amplitude.
00081 { 00082 return (p.amplitude < amplitude); 00083 }
void Set | ( | double | f, | |
double | a, | |||
double | p | |||
) | [inline] |
Definition at line 67 of file orsa_fft.h.
References Peak::amplitude, Peak::frequency, and Peak::phase.
double amplitude |
double frequency |
double phase |
fftw_complex phiL |
Definition at line 89 of file orsa_fft.h.
fftw_complex phiR |
Definition at line 89 of file orsa_fft.h.