-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added power-spectral-density curve #170
Added power-spectral-density curve #170
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @PDBharadwaj! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job, add it in the main file so users can access it through the home page as well
…aj/SoundScape into power_spectral_density PSD added to the homepage
@dinxsh @Soumya-Kushwaha updated home.py file to show PSD graph in the menu. Please review and merge the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job!
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.
psd.mp4
@dinxsh @Soumya-Kushwaha Please review and merge my PR.