TWOEARS / auditory-front-end

Two!Ears Auditory Model - Auditory front-end module
http://docs.twoears.eu/en/latest/afe/
GNU General Public License v2.0
16 stars 10 forks source link

circVBufArrayInterface size() expects one argument only #22

Closed kashefy closed 7 years ago

kashefy commented 7 years ago

circVBufArrayInterface has its own implementation for size() It only expects a single argument. However, the Signal class uses it while assuming it accepts a second dimension argument Example: size(sObj.Data,1)

This call produces the following error: Error using circVBufArrayInterface/size Too many input arguments.

Will provide a PR with a possible solution shortly.

hagenw commented 7 years ago

Fixed by #23