Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: clipping detection
Date: Mon, 26 Nov 2007 07:06:19 +0000 (UTC)
Organization: University of Memphis
Lines: 18
Message-ID: <fidr9b$t7c$1@ginger.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: ginger.mathworks.com 1196060779 29932 172.30.248.38 (26 Nov 2007 07:06:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 26 Nov 2007 07:06:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 233092
Xref: news.mathworks.com comp.soft-sys.matlab:439321



I have to know if my digitizer is clipping data and
therefore I just need to answer the question:

given the vector x, are N consecutive points anywhere in the
vector within epsilon of each other? 
 

Epsilon will be the least count (one or a couples of bits)
of the digitizer. 

This must be fast code and any help would be appreciated.  

(Not homework as you can tell from my earlier post several
weeks ago).