1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

SDRdaemon debug. Frequency now in kHz in the meta data

This commit is contained in:
f4exb
2016-02-14 20:01:46 +01:00
parent 4dfc4701e5
commit 42b52a2d2c
8 changed files with 68 additions and 25 deletions
@@ -31,7 +31,7 @@ public:
struct MetaData
{
// critical data
uint64_t m_centerFrequency; //!< center frequency in Hz
uint32_t m_centerFrequency; //!< center frequency in kHz
uint32_t m_sampleRate; //!< sample rate in Hz
uint8_t m_sampleBytes; //!< MSB(4): indicators, LSB(4) number of bytes per sample
uint8_t m_sampleBits; //!< number of effective bits per sample