index
:
simpl
master
Fork of John Glover's sinusoidal modelling library simpl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sms.py
Age
Commit message (
Collapse
)
Author
2010-12-08
Fixed a SMS issue in sms_initSynth where having a hop size that was not a ↵
John Glover
power of 2 would stop execution. Fixed another SMS test.
2010-12-01
Fixed some memory management problems in the SMS analysis process
John Glover
2010-11-24
Updated libsms to the latest version (1.15), includes some memory management ↵
John Glover
improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework
2010-11-08
SMS partial tracking bug fixes
John Glover
2010-11-04
Fixed a couple of SMSPeakDetection bugs and updated the unit tests
John Glover
2010-11-02
Added colour to default plots (with heatmap) and some minor code tidying
John Glover
2010-10-29
Moved dynamic frame size calculation to the PeakDetection base class
John Glover
2010-10-26
Added MQSynthesis, fixed a few bugs
John Glover
2010-10-19
SMS bug fix, peak magnitudes from SMSPeakDetection were in db instead of linear.
John Glover
2010-10-18
Moved project over to Git
John Glover