tomwalters@0: % support file for 'aim-mat' tomwalters@0: % bleeck@3: % (c) 2011, University of Southampton bleeck@3: % Maintained by Stefan Bleeck (bleeck@gmail.com) bleeck@3: % download of current version is on the soundsoftware site: bleeck@3: % http://code.soundsoftware.ac.uk/projects/aimmat bleeck@3: % documentation and everything is on http://www.acousticscale.org bleeck@3: tomwalters@0: tomwalters@0: function x=dBpower(y) tomwalters@0: % convert power to dB representation tomwalters@0: tomwalters@0: x=10*log(y)./log(10);