LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp.lasp_common.FreqWeighting Class Reference

Frequency weighting types. More...

Static Public Member Functions

 fillComboBox (cb)
 Fill FreqWeightings to a combobox.
 
 getCurrent (cb)
 

Static Public Attributes

tuple Z = ('Z', 'Z-weighting')
 
tuple A = ('A', 'A-weighting')
 
tuple C = ('C', 'C-weighting')
 
tuple types = (A, C, Z)
 
tuple default = Z
 
int default_index = 0
 

Detailed Description

Frequency weighting types.

Definition at line 346 of file lasp_common.py.

Member Function Documentation

◆ fillComboBox()

lasp.lasp_common.FreqWeighting.fillComboBox (   cb)
static

Fill FreqWeightings to a combobox.

Args: cb: QComboBox to fill

Definition at line 358 of file lasp_common.py.

◆ getCurrent()

lasp.lasp_common.FreqWeighting.getCurrent (   cb)
static

Definition at line 371 of file lasp_common.py.

Member Data Documentation

◆ A

tuple lasp.lasp_common.FreqWeighting.A = ('A', 'A-weighting')
static

Definition at line 351 of file lasp_common.py.

◆ C

tuple lasp.lasp_common.FreqWeighting.C = ('C', 'C-weighting')
static

Definition at line 352 of file lasp_common.py.

◆ default

tuple lasp.lasp_common.FreqWeighting.default = Z
static

Definition at line 354 of file lasp_common.py.

◆ default_index

int lasp.lasp_common.FreqWeighting.default_index = 0
static

Definition at line 355 of file lasp_common.py.

◆ types

tuple lasp.lasp_common.FreqWeighting.types = (A, C, Z)
static

Definition at line 353 of file lasp_common.py.

◆ Z

tuple lasp.lasp_common.FreqWeighting.Z = ('Z', 'Z-weighting')
static

Definition at line 350 of file lasp_common.py.


The documentation for this class was generated from the following file: