In my Matlab script I'm loading an audio signal which I then want to decompose into n different sub-bands (and do different stuff with each band).
Let's, for example, assume we have a signal containing frequencies up to 1KHz which I want to divide in to n = 10 sub-bands. (0-100 Hz, 100-200 Hz,...,900-1Khz).
How would I go about achieving something like this? Is there some built-in functions in Matlab or some external Matlab-libraries that can achieve something similiar?