I want to look through the data to find bits of it that are interesting. cuttently the interesting bits are already > 32k samples I want to see moving averages, smoothed curves a whole bunch of stuff and there must be something better that excel out there for doing that lol. -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU]On Behalf Of Russell McMahon Sent: Monday, 24 November 2003 10:57 PM To: PICLIST@MITVMA.MIT.EDU Subject: Re: [OT]: Graphing You can't *see* 65,000 points, let alone 2 million. If you subset the data in an external program Excel will happily plot graphs far more detailed than would possibly be useful. If you want to use some of Excels advanced features this may not work, but for display purposes it's fine. As long as the data varies slowly relative to your sampling rate (ie you obey Mr Nyquist's warnings) then you could just take every Nth data point or process it intelligently. If the data varies "rapidly" then you can only view a subset of it in a manner that is meaningful to your eye/brain. Even plotted along the long side of an A3 sheet a 65000 point data set gives about 4000 dpi ! RM -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics