org-arl / SignalAnalysis.jl

Signal analysis toolbox for Julia
MIT License
41 stars 10 forks source link

feat(*): add istft and spectralwhitening #13

Closed ymtoo closed 3 years ago

ymtoo commented 3 years ago

This PR adds support for spectral whitening/flattening in the frequency domain (spectralwhitening). Inverse short time Fourier transform (istft) is included since the function is not yet implemented in DSP.jl. The figures below show chirp spectrograms without and with spectralwhitening. xp0 xp

mchitre commented 3 years ago

@ymtoo just wanted to check on status of this PR ...

ymtoo commented 3 years ago

@mchitre I have made all the changes.

ymtoo commented 3 years ago

@mchitre the codecov upload fails.