LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_measurement.py File Reference

Go to the source code of this file.

Classes

class  lasp.lasp_measurement.IterRawData
 Iterate over stored blocks if the raw measurement data of a h5 file. More...
 
class  lasp.lasp_measurement.IterData
 Iterate over blocks of data, scaled with sensitivity and integer scaling between 0 and 1. More...
 
class  lasp.lasp_measurement.Measurement
 Provides access to measurement data stored in the h5 measurement file format. More...
 

Namespaces

namespace  lasp
 LASP: Library for Acoustic Signal Processing.
 
namespace  lasp.lasp_measurement
 

Functions

 lasp.lasp_measurement.getSampWidth (dtype)
 Returns the width of a single sample in bytes.
 
 lasp.lasp_measurement.scaleBlockSens (block, sens)
 Scale a block of raw data to return raw acoustic pressure data.