Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Issues
  • #178

Closed
Open
Created Jun 07, 2022 by Farid Jedari Eyvazi@farid

wrong color bar label

setting the "decibel" argument to "False" when calling MagSpectrogram.from_wav returns sound pressure values in pascal but corresponding figures are labeled dB!

Example: from ketos.audio.spectrogram import MagSpectrogram

spec = MagSpectrogram.from_wav('TEST__0__20170917_142001.wav', window=0.1, step=0.001, offset=106, duration=1.3, freq_min=100, freq_max=500, decibel=False)

fig = spec.plot()

fig.savefig("labeling_issue.png")

labeling_issue

Edited Jun 07, 2022 by Farid Jedari Eyvazi
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking