romainbrette / clampy

4 stars 0 forks source link

Signal compression #28

Closed romainbrette closed 4 years ago

romainbrette commented 5 years ago

Currently, the Board can save recordings in compressed .npz format (lossless). Since we have continuous signals, I figured that storing temporal differences might be more efficient. I added a save_compressed() method which does that and gets 25% additional lossless reduction on a real example. Issues to address are:

romainbrette commented 4 years ago

I think it might not be such a great idea, because of propagation of errors.