Soumya-Kushwaha / SoundScape

Real Time Sound Visualizer
56 stars 85 forks source link

Added power-spectral-density curve #170

Closed PDBharadwaj closed 4 months ago

PDBharadwaj commented 4 months ago

Added power-spectral-density graph. It shows how the power of a signal is distributed across different frequency components. This helps in understanding the frequency content of the signal, identifying dominant frequencies, and analyzing harmonic structures.

https://github.com/user-attachments/assets/8f646ecd-d307-4cef-a141-612860c575f0

@dinxsh @Soumya-Kushwaha Please review and merge my PR.

PDBharadwaj commented 4 months ago

good job, add it in the main file so users can access it through the home page as well

@dinxsh @Soumya-Kushwaha updated home.py file to show PSD graph in the menu. Please review and merge the PR.