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
  • Merge requests
  • !49

Merged
Created Sep 05, 2018 by Fabio Frazao@fsfrazaoOwner

Enh/spectogram/add mel

  • Overview 2
  • Commits 62
  • Pipelines 9
  • Changes 6

This merge changes the sound_classification.spectrogram module. I made the Spectrogram into a parent class that is then subclassed to make the MagSpectrogram, PowerSpectrogram and MelSpectrogram subclasses (for magnitude, power and mel spectrograms, respectively).

These classes take an instance of the AudioSignal class as input (as opposed to an image, as the original Spectrogram). I updated the tests changed, although more tests could be useful.

I also changed the audio fixture in conftest.py to sine_audio, so tests that use that fixture need to be updated.

Edited Sep 06, 2018 by Fabio Frazao
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: enh/spectogram/add_mel