Home > Util > norm0255.m

norm0255

PURPOSE ^

NORM0255 normalizes elements of X between 0 and nc-1.

SYNOPSIS ^

function x=norm0255(x,nc)

DESCRIPTION ^

NORM0255 normalizes elements of X between 0 and nc-1.
x=norm0255(x,nc);
x=norm0255(x);normalizes elements of x between 0 and 255.
Test: 
x=randn(5,1),x=norm0255(x),x=norm0255(x,10),

Author: Ali Mohammad-Djafari

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003