Skip to content

Commit

Permalink
Get four spectrograms displaying correctly
Browse files Browse the repository at this point in the history
Issue #278 Get four spectrograms displaying correctly i.e. with correct scales and grid lines.
  • Loading branch information
towsey committed Dec 11, 2019
1 parent 8bbd872 commit 99c4bfc
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 357 deletions.
1 change: 1 addition & 0 deletions AudioAnalysis.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=spectrums/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/ReSpeller/UserDictionaries/=en_005Fus/Words/=Truskinger/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Bioacoustics/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Cepstral/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Chromeless/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=dedupe/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=ffmpeg/@EntryIndexedValue">True</s:Boolean>
Expand Down
18 changes: 6 additions & 12 deletions src/AnalysisConfigFiles/Towsey.Sonogram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,24 @@ FrameLength: 512
FrameStep: 441

Waveform: true
PowerSpectrogram: true
DecibelSpectrogram: true
DecibelSpectrogram_NoiseReduced: true
DecibelSpectrogram_Annotated: true
AmplitudeSpectrogram_LocalContrastNormalisation: true
DecibelSpectrogram_Ridges: true
CepstralSpectrogram: true
DifferenceSpectrogram: true
AmplitudeSpectrogram_LocalContrastNormalization: true
SoxSpectrogram: true
Experimental: true

#NOISE REDUCTION PARAMETERS
DoNoiseReduction: true
NoiseReductionType: Standard
BgNoiseThreshold: 3.0

# Local Contrast Normalisation parameters
LcnContrastLevel: 0.4

AddAxes: true
AddSegmentationTrack: true
VOCAL_GAP: 0.1
MIN_VOCAL_DURATION: 0.1

MakeSoxSonogram: false
SonogramTitle: Sonogram
SonogramComment: "Sonogram produced using SOX"
#SonogramColored: false
SonogramQuantisation: 128

# IAnalyzer options
# Save chunked files
Expand Down
Loading

0 comments on commit 99c4bfc

Please sign in to comment.