mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: noise models - added A, B, C, and D weightings to SPL
The SPL can now be weighted according to the new 'SPLweighting' entry that can be set to: - none: no weighting - dBA : dB(A) - dBB : dB(B) - dBC : dB(C) - dBD : dB(D) This commit also includes code refactoring of the noiseModel class to remove the dependency on noiseFFT/declutter.
This commit is contained in:
committed by
Andrew Heather
parent
8534983b0a
commit
67204543d0
@ -1,7 +1,8 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/surfMesh/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude \
|
||||
-I$(LIB_SRC)/randomProcesses/lnInclude
|
||||
-I$(LIB_SRC)/randomProcesses/lnInclude \
|
||||
-I$(FFTW_INC_DIR)
|
||||
|
||||
EXE_LIBS = \
|
||||
-lsampling \
|
||||
|
||||
@ -87,7 +87,6 @@ Usage
|
||||
|
||||
|
||||
See also
|
||||
noiseFFT.H
|
||||
noiseModel.H
|
||||
windowModel.H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user