1 #ifndef SPECTRUM_UPDATE_EVENTS_H
2 #define SPECTRUM_UPDATE_EVENTS_H
16 const double* realTimeDomainPoints,
17 const double* imagTimeDomainPoints,
18 const uint64_t numTimeDomainDataPoints,
20 const bool repeatDataFlag,
21 const bool lastOfMultipleUpdateFlag,
23 const int droppedFFTFrames);
41 std::complex<float>* _fftPoints;
42 double* _realDataTimeDomainPoints;
43 double* _imagDataTimeDomainPoints;
48 bool _lastOfMultipleUpdateFlag;
50 int _droppedFFTFrames;
87 double _centerFrequency;
88 double _startFrequency;
89 double _stopFrequency;
97 const uint64_t numTimeDomainDataPoints);
110 std::vector<double*> _dataTimeDomainPoints;