From d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 Mon Sep 17 00:00:00 2001 From: ttt Date: Thu, 6 Dec 2018 13:42:14 +0530 Subject: code by jitendra and added more test4.sce --- help/en_US/peak2rms.xml | 59 +++++++------------------------------------------ 1 file changed, 8 insertions(+), 51 deletions(-) (limited to 'help/en_US/peak2rms.xml') diff --git a/help/en_US/peak2rms.xml b/help/en_US/peak2rms.xml index 4e1e4e0..2dfe34c 100644 --- a/help/en_US/peak2rms.xml +++ b/help/en_US/peak2rms.xml @@ -73,13 +73,11 @@ If the elements of matrix are complex the absolute values are considered in the Examples @@ -87,54 +85,13 @@ OUT=peak2rms(IN) Examples - - - Examples - - - - - See also - - abs - mean - max - sqrt - isempty - - - - - Authors - - Indira Askaukar - - - - - Bibliography - Matlab help document. - Modified to accept char i/p - MOdified function to match MATLAB input arguments - Now for calculating the values of ratio of peak to RMS of columns of matrix use peak2rms(in,1) - And for calculates the values of ratio of peak to RMS of rows of matrix. use peak2rms(in,2) - Updated help comments accordingly - MOdifications done by by Debdeep Dey - -- cgit