LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_daqdata.h File Reference
#include "lasp_daqconfig.h"
#include "lasp_types.h"
#include <armadillo>
#include <cassert>
#include <functional>
#include <gsl/gsl-lite.hpp>
#include <memory>
#include <type_traits>
Include dependency graph for lasp_daqdata.h:
This graph shows which files directly or indirectly include this file:

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