Skip to content

Commit

Permalink
Change config files
Browse files Browse the repository at this point in the history
Issue #281   Change config files for background noise to get better representation of BNG in LDFC spectorgrams.
Change min/max/Hertz property neames to match those in the GenericRecognizer class.
  • Loading branch information
towsey committed Feb 2, 2020
1 parent c82a76f commit feb72a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/AnalysisConfigFiles/IndexPropertiesConfig.HiRes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,13 @@ ACI:
Units: ""
BGN:
Name: spectralBGN
Comment: "Spectrum of dB value of the background 'noise' removed each frequency bin."
Comment: "Spectrum of background 'noise' dB values removed from each frequency bin."
DataType: double[]
DefaultValue: -150.0
DefaultValue: -100.0
DoDisplay: true
# min = SNR.MINIMUM_dB_BOUND_FOR_ZERO_SIGNAL - 20 = -80-20 = -100,
# Usual values are min=-120, max=-40. However need to adjust down about -20dB for more sensitive microphones
NormMin: -140.0
# Usual values are min=-100, max=-40. However need to adjust down about -20dB for more sensitive microphones
NormMin: -100.0
NormMax: -60.0
CalculateNormBounds: false
ProjectID: Acoustic Indices
Expand Down
2 changes: 1 addition & 1 deletion src/AnalysisConfigFiles/IndexPropertiesConfig.Zooming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ BGN:
DoDisplay: true
# min = SNR.MINIMUM_dB_BOUND_FOR_ZERO_SIGNAL - 20 = -80-20 = -100,
# Usual max value is -30.
NormMin: -100.0
NormMin: -85.0
NormMax: -30.0
CalculateNormBounds: false
ProjectID: Acoustic Indices
Expand Down
2 changes: 1 addition & 1 deletion src/AnalysisConfigFiles/IndexPropertiesConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ BGN:
DoDisplay: true
# min = SNR.MINIMUM_dB_BOUND_FOR_ZERO_SIGNAL - 20 = -80-20 = -100,
# Usual max value is around -30 to -40.
NormMin: -100.0
NormMin: -85.0
NormMax: -30.0
CalculateNormBounds: false
ProjectID: Acoustic Indices
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Profiles:
Wingbeats: !OscillationParameters
FrameSize: 512
FrameStep: 512
MinHz: 200
MaxHz: 2000
MinHertz: 200
MaxHertz: 2000
DecibelThreshold: 6.0
# duration of DCT in seconds
DctDuration: 0.5
Expand Down

0 comments on commit feb72a0

Please sign in to comment.