waveform_analysis icon indicating copy to clipboard operation
waveform_analysis copied to clipboard

Functions and scripts for analyzing waveforms, primarily audio. This is currently somewhat disorganized and unfinished.

Results 26 waveform_analysis issues
Sort by recently updated
recently updated
newest added

I've got common.py with `load()` and `analyze_channels()`, but then wave_analyzer.analyze() does the same thing. I want everything wrapped in `try:` so it can run without any command line window and...

Many of these functions calculate the FFT internally. It would be faster to calculate it once and "attach" it to the signal object in a way it could be used...

Same guts as THDN function, except the numerator is the maximum possible signal, not the amplitude of the fundamental. Research definitions of SNR and DNR and put the definition you...

It should be possible to calculate THD from the peaks in the spectrum, as opposed to THD+N which includes noise, too. Should read the same thing even if you add...

The README mentions that some parts of this repo have not been validated. This seems to be the best Python resource for A, C weighting of digital audio, and it...

when i entered :python3 thdcalculator.py mytestfile.wav, nothing happened. then i use: python3 thd_analyzer_launcher.py mytestfile.wav, i got this error: Exception: name 'analyze_channels' is not defined sorry for being a noob, how...

Branch `master` refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). Run Sourcery locally Reduce the...