16 #ifndef _FFT_FILE_CACHE_READER_H_ 17 #define _FFT_FILE_CACHE_READER_H_ 39 void getValuesAt(
int x,
int y,
float &real,
float &imag)
const;
40 void getMagnitudesAt(
int x,
float *values,
int minbin,
int count,
int step)
const;
112 factor.u[0] = ((uint16_t *)
m_readbuf)[ix - 2];
113 factor.u[1] = ((uint16_t *)
m_readbuf)[ix - 1];
float getNormalizationFactor(int col) const
void getMagnitudesAt(int x, float *values, int minbin, int count, int step) const
float getNormalizedMagnitudeAt(int x, int y) const
float getPhaseAt(int x, int y) const
float getMagnitudeAt(int x, int y) const
void getValuesAt(int x, int y, float &real, float &imag) const
FFTFileCacheReader(FFTFileCacheWriter *)
float getMaximumMagnitudeAt(int x) const
float getFromReadBufCompactSigned(int x, int y) const
void populateReadBuf(int x) const
static int getCacheSize(int width, int height, FFTCache::StorageType type)
bool haveSetColumnAt(int x) const
FFTCache::StorageType m_storageType
FFTCache::StorageType getStorageType() const
float getFromReadBufCompactUnsigned(int x, int y) const
float getFromReadBufStandard(int x, int y) const