Hi,
In trying to submit my own versions of SignalProcessing and Rasta I was pointed out to that fact that DSP was already in METADATA.
So if everything is all right with you, I'd like to compose a few pull requests to incorporate some stuff I've done for speech feature extraction (we discussed this about a year ago) into DSP.
I managed to get almost exactly the same result with DSP's spectrogram() as with my version specgram() which was modeled after Octave's implementation. A small difference is that with my code, the energy for 0 and FS/2 were lumped in the same bin whereas in DSP these are separate, which probably is more correct. So that means that the wrappers I use could work seamlessly with DSP.
I understand from the Julia METADATA maintainers that the tendency is to have fewer larger packages rather than more smaller. This would mean that I might want to integrate both Rasta (auditory spectral analysis) and MFCC (standard feature extraction) into DSP---do you feel that these still are fitting the realm of DSP?
Cheers,
---david