Software Listing of Author : "Bolu Ajiboye"
- barweb (BARgraph With Error Bars)
- License: Shareware
- Price:


barweb.m calls the BAR and ERRORBAR MATLAB functions to produce bar graphs with error bars. The resultant graph is fully customizable, from group naming to legend inclusion to colormap setting. It assumes an m-by-n y-input matrix and plots m groups of n bars. The errorbar matrix must be setup the same way as the barvalues matrix (i.e. same dimensionality, matched values must have same indexes) Syntax: barweb(barvalues, errors, width, groupnames, bw_title, bw_xlabel, bw_ylabel, bw_colormap, gridstatus, bw_legend)
- Publisher: Bolu Ajiboye
- Date Released: 13-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Signal RMS
- License: Freeware
- Price: 0.00


Calculates windowed (over- and non-overlapping) RMS of a signal using the specified windowlength y = rms(signal, windowlength, overlap, zeropad) signal is a 1-D vector windowlength is an integer length of the RMS window in samples overlap is the number of samples to overlap adjacent windows (enter 0 to use non-overlapping windows) zeropad is a flag for zero padding the end of your data...(0 for NO, 1 for YES) ex. y=rms(mysignal, 30, 10, 1). Calculate RMS with window of length 30 samples, overlapped by 10 samples each, and zeropad the last window if necessary ex. y=rms(mysignal, 30, 0, 0). Calculate RMS with window of length 30 samples, no overlapping samples, and do not zeropad the last window
- Publisher: Bolu Ajiboye
- Date Released: 10-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts