
Technical discussion about Matlab and issues related to Digital Signal Processing.
Hi all, I just downloaded bstrap function in order to do bootstrap method. Does anyone have experience with this function? Essentially, what I would like to do is to run the random data 100 times, average them together and take the rms value of each data point. The function is set up like this: function[res]=bstrap(b,f,fun,x,vargin) b=#of samples f=bootstrap sample size, fraction of total fun= function computing desired statistics. It is this part, 'fun' that I am not sure what to do with. Thanks in advance -C