Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: moving_average_v3.1 Download
 Description: MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast. MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact. NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements. NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.
 Downloaders recently: [More information of uploader 605527137]
File list (Check if you may need any files):
moving_average_v3.1
...................\moving_average.m

...................\moving_average2.m
...................\nanmoving_average.m
...................\nanmoving_average2.m
...................\smooth_maverage.m
    

CodeBus www.codebus.net