Resampling to reduce data size(how?)

ScanMan

New Member
Joined
Mar 9, 2005
Messages
2
My first post-- I recieve 1-d plots and import them to excel from an ascii format. The data is 64000 points for both x and y(two columns). Excel cannot plot this. Is there a way to resample the data to a much smaller data set, say 1/10th the size? Sorry if this is a common question, but i couldn't find help with the keywords, "resample, averaging, data resizing, etc..." on this site or from excel's help. Thanks a lot! I know this is postponing my attempt at Matlab, but i really like the graphing ability of excel better.
ScanMan
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
You could sample the data using an Advanced AutoFilter with a computed Critiera using the expression....

=RAND()<=0.1

Or, since there's a 32,000 point limitation on data series for 2-D charts you could plot the 1st half of your data as one series and the remainder as another on the same chart (XY, I presume), and then set the data marker attributes so that it appears to be 1 set.
 
Upvote 0
Resampling data set

Thanks so much,

Although splitting the 64000 point set into two separate sets would allow me to see the entire plot, I am dealing with 20 such plots on the same graph, so simply waiting for it to render took time. What I did was a ten point averaging to an adjacent column, then used filtering to get rid of the blanks. I copied the 6400 point set to another sheet and graphed from there. This did the job nicely. Thanks for the advice!

ScanMan
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,694
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top