
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.
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/randomProcesses/lnInclude \
|
|
-I$(FFTW_INC_DIR)
|
|
|
|
EXE_LIBS = \
|
|
-lsampling \
|
|
-lrandomProcesses
|