Comprehensive Matlab framework for signal, audio and music analysis, articulating audio and symbolic approaches
BSD 3-Clause "New" or "Revised" License
53
stars
10
forks
source link
Data length different by 1: mirenvelope (…, 'Gauss', o) -> sig.envelope (…, 'Gauss', o) #10
Closed
emoninet2 closed 4 years ago
The data size of that produced by mirenvelope(…, 'Gauss', o) is shorter than sig.envelope(…, 'Gauss', o) by 1.
When tested with ragtime.wav, the size of the data was as follows:
mirenvelope (…, 'Gauss', o) -> 11517 sig.envelope (…, 'Gauss', o)-> 11518