Patch by patch processing of spectrogram in matlab

I need to process spectrogram by dividing it into small patches. Processing of patches is independent of each other. What is the most computationally efficient way of doing this in matlab. Currently I am using for loops (which is very slow). Is parfor a good option? I don't have GPU.

Answers (0)

Asked:

on 12 Sep 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!