mpiv_smooth.m is a post-processing function of mpiv and is an external function (.m file) in MATLAB with the format as following:
function [ uo ]=mpiv_smooth( ui )The input and output variables are:
ui : Input vectors estimated from mpiv.m uo : Output smoothed vectorsThis function is optional.