Skip to content

An audio spectral analysis tool using fft in Python.

License

Notifications You must be signed in to change notification settings

DylanFouche/SPECTRUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPECTRUM

A simple spectral analysis tool for python using fft.

Usage

$python3 spectrum.py [filename1] <filename2>

Dependencies

numpy, scipy, matplotlib

$pip3 install matplotlib numpy scipy

Note

filename1 and (optionally) filename2 are paths to uncompressed, 32-bit, 44100Hz wav files. Examples are included in ./sample_audio

About

An audio spectral analysis tool using fft in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages