Wednesday, January 17, 2007

[Matlab] Data Clipping, saturation

% 'x > upperbound' evaluates to a logical index
x = array to be clipped;
x( x > upperbound ) = upperbound;
x( x < lowerbound ) = lowerbound;

Tuesday, January 02, 2007

Quotes

"There is only one thing more beautiful than one guitar - Two guitars" Frederic Chopin