Skip to content

A python script to analyze the frequency spectrum of a signal collected by the audio card.

Notifications You must be signed in to change notification settings

vald3nir/Python-Oscilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Oscilloscope

A python script to analyze the frequency spectrum of a signal collected by the audio card.

demo

ALSA LIB

sudo apt-get install build-essential libasound2-dev -y

Python 3 Libs

sudo apt-get install python3-pyaudio python3-dev portaudio19-dev python3-setuptools python3-scipy python3-pip -y

Setup Audio Board

sudo nano /etc/asound.conf

pcm.!default {
        type hw
        card 1
}
ctl.!default {
        type hw
        card 1
}

Useful commands:

Install Libs:

pip3 install -r requirements.txt

Update libs list:

pip3 freeze > requirements.txt

About

A python script to analyze the frequency spectrum of a signal collected by the audio card.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages