summaryrefslogtreecommitdiff
path: root/tests/test_peak_detection.py
AgeCommit message (Collapse)Author
2012-07-29[peak_detection] Make PeakDetection.find_peaksJohn Glover
return 1 frame per hop size (zero pad frames at the end of the signal if necessary).
2012-07-29[peak_detection] Call C++ find_peaks function inJohn Glover
SMSPeakDetection.find_peaks. Check for _static_frame_size in SMSPeakDetection.find_peaks. Create new analysis object when changing frame size in SndObjPeakDetection. Update PeakDetection tests for new frame.peaks object and find_peaks changes.
2012-07-20[peak_detection] Add C++ implementation of SndObj peak detection.John Glover
2012-07-08[peak_detection] Bug fix: add peaks to frame object inJohn Glover
find_peaks_in_frame instead of in find_peaks. Set SMSAnalysisParams.iSizeSound to be the hop size, so some value is set when used in real-time.
2012-07-02[tests] Use JSON libsms test data instead of recalculating each time. ↵John Glover
Importing libsms seems to create name clashes with simpl's modified sms functions.
2012-06-30[sms] Add C++ implementation of SMSPeakDetection.John Glover
2012-06-30Restructure class files. John Glover
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file.