LASP 1.0
Library for Acoustic Signal Processing
|
#include "lasp_daqconfig.h"
#include "lasp_types.h"
#include <armadillo>
#include <cassert>
#include <functional>
#include <gsl/gsl-lite.hpp>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | DaqData |
Data coming from / going to DAQ. Non-interleaved format, which means data in buffer is ordered by channel: _ptr[frame+channel*nframes]. More... | |
Typedefs | |
using | byte_t = char |