TataLab / iCubAudioAttention

MATLAB and YARP tools to capture and process audio from iCub
GNU General Public License v2.0
3 stars 2 forks source link

fix the for loops ranges in AudioUtil::MatrixToString #14

Closed omareldardear closed 4 years ago

omareldardear commented 4 years ago

This is a proposed solution for the envelope issue https://github.com/TataLab/iCubAudioAttention/issues/13

The issue in AudioUtil::downSampleMatrix function (audioCubLib). There are 2 for loops with a wrong range. The loops were only passing through the downsampled number of columns however it has to pass through the original number of columns.