LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp.tools.tools.SmoothingWidth Class Reference
Inheritance diagram for lasp.tools.tools.SmoothingWidth:
Collaboration diagram for lasp.tools.tools.SmoothingWidth:

Static Public Member Functions

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

Static Public Attributes

tuple none = (0, 'No smoothing')
 
tuple one = (1, '1/1st octave smoothing')
 
tuple two = (2, '1/2th octave smoothing')
 
tuple three = (3, '1/3rd octave smoothing')
 
tuple six = (6, '1/6th octave smoothing')
 
tuple twelve = (12, '1/12th octave smoothing')
 
tuple twfo = (24, '1/24th octave smoothing')
 
tuple ftei = (48, '1/48th octave smoothing')
 
tuple hundred = (100, '1/100th octave smoothing')
 

Detailed Description

Definition at line 26 of file tools.py.

Member Function Documentation

◆ fillComboBox()

lasp.tools.tools.SmoothingWidth.fillComboBox (   cb)
static

Fill Windows to a combobox.

Args: cb: QComboBox to fill

Definition at line 38 of file tools.py.

◆ getCurrent()

lasp.tools.tools.SmoothingWidth.getCurrent (   cb)
static

Definition at line 51 of file tools.py.

Member Data Documentation

◆ ftei

tuple lasp.tools.tools.SmoothingWidth.ftei = (48, '1/48th octave smoothing')
static

Definition at line 34 of file tools.py.

◆ hundred

tuple lasp.tools.tools.SmoothingWidth.hundred = (100, '1/100th octave smoothing')
static

Definition at line 35 of file tools.py.

◆ none

tuple lasp.tools.tools.SmoothingWidth.none = (0, 'No smoothing')
static

Definition at line 27 of file tools.py.

◆ one

tuple lasp.tools.tools.SmoothingWidth.one = (1, '1/1st octave smoothing')
static

Definition at line 28 of file tools.py.

◆ six

tuple lasp.tools.tools.SmoothingWidth.six = (6, '1/6th octave smoothing')
static

Definition at line 31 of file tools.py.

◆ three

tuple lasp.tools.tools.SmoothingWidth.three = (3, '1/3rd octave smoothing')
static

Definition at line 30 of file tools.py.

◆ twelve

tuple lasp.tools.tools.SmoothingWidth.twelve = (12, '1/12th octave smoothing')
static

Definition at line 32 of file tools.py.

◆ twfo

tuple lasp.tools.tools.SmoothingWidth.twfo = (24, '1/24th octave smoothing')
static

Definition at line 33 of file tools.py.

◆ two

tuple lasp.tools.tools.SmoothingWidth.two = (2, '1/2th octave smoothing')
static

Definition at line 29 of file tools.py.


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