I'm working in matlab at the moment (or as usual). It like to batch process things i.e. if I load in a wave file and process it, it likes to process every sample, then write an output. I want it to split the wavefile into blocks of 512 samples, process them, output them, then go back to the beginning and process the next 512 samples and so on.
Can anyone tell me what that type of processing is called so I can look it up as things aren't going to plan. Or even better are there any matlab users with experience in doing it?
Can anyone tell me what that type of processing is called so I can look it up as things aren't going to plan. Or even better are there any matlab users with experience in doing it?