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

Go to the source code of this file.

Classes

class  lasp.lasp_common.AvType
 Specificying the type of data, for adding and removing callbacks from the stream. More...
 
class  lasp.lasp_common.Qty
 
class  lasp.lasp_common.SIQtys
 
class  lasp.lasp_common.CalSetting
 
class  lasp.lasp_common.CalibrationSettings
 
class  lasp.lasp_common.Shelve
 
class  lasp.lasp_common.lasp_shelve
 
class  lasp.lasp_common.this_lasp_shelve
 
class  lasp.lasp_common.TimeWeighting
 
class  lasp.lasp_common.FreqWeighting
 Frequency weighting types. More...
 

Namespaces

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

Functions

 lasp.lasp_common.getTime (fs, N, start=0)
 Return a time array for given number of points and sampling frequency.
 
 lasp.lasp_common.getFreq (fs, nfft)
 return an array of frequencies for single-sided spectra
 

Variables

int lasp.lasp_common.P_REF = 2e-5
 
int lasp.lasp_common.W_REF = 1e-12
 
int lasp.lasp_common.I_REF = 1e-12
 
int lasp.lasp_common.U_REF = 5e-8
 
float lasp.lasp_common.dBFS_REF = 0.5*2**0.5
 
 lasp.lasp_common.lasp_appdir = appdirs.user_data_dir('Lasp', 'ASCEE')
 
 lasp.lasp_common.exist_ok