From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/movingrms.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 help/en_US/movingrms.xml (limited to 'help/en_US/movingrms.xml') diff --git a/help/en_US/movingrms.xml b/help/en_US/movingrms.xml new file mode 100644 index 0000000..c40672d --- /dev/null +++ b/help/en_US/movingrms.xml @@ -0,0 +1,68 @@ + + + + + + + + movingrms + + + + + + Calling Sequence + + [rmsx,w]=movingrms(x,w,rc,Fs=1) + + + + + Parameters + + x: + Real or complex valued vector or matrix + w: + Real or complex scalar value + rc: + Real or complex scalar value + Fs: + Real or complex scalar value + + + + + Description + +This is an Octave function. +The 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). + + + + + Examples + + + -- cgit