MarineBioAcousticsRC / Triton

:whale: Scripps Whale Acoustics Lab :earth_americas: Scripps Acoustic Ecology Lab - Triton with remoras in development
Other
37 stars 27 forks source link

if else to fix zero padding bug #86

Closed sfregosi closed 6 months ago

sfregosi commented 2 years ago

xwavs read in data as row vector, wavs read in as column vector, this pads based on size of 'data'

related to issue #85

sfregosi commented 6 months ago

I updated this to fix a secondary bug with this approach (if total data size is 1, it didn't pad the zeros).

sfregosi commented 6 months ago

Closing this request as it because really messy behind many other commits/pull requests/merges. Replaced with #105