movingrms Find moving RMS value of signal in x Calling Sequence [rmsx,w]=movingrms(x,width,risetime) [rmsx,w]=movingrms(x,width,risetime,Fs) Parameters x: (Real or complex valued vector or matrix) Input signal samples width: Real or complex scalar value risetime: Real or complex scalar value Fs: (Real or complex scalar value) Smapling frequency Description In this function signal is convoluted against a sigmoid window of width w and risetime rc with the units of these parameters relative to the value of the sampling frequency given in Fs (Default value=1). Example : 1 Example : 2