ladisk / LDAQ

MIT License
24 stars 5 forks source link

Unnecessary additional samples saved. #11

Closed TKosir closed 1 year ago

TKosir commented 1 year ago

When manually stopping measurement early, the saved measurement contains a bunch of zeros at the begginign of the measurement, so that the number of samples saved equals the n_samples = sample_rate * duration.

It would be better to discard unnecesarry zeros padded at the beggining of the measured data to save space.

TKosir commented 1 year ago

Solved.