The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Interplation big size data with Origin 7.5
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

gydlake2013

14 Posts

Posted - 01/08/2014 :  04:29:41 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin):7.5SR6
Operating System:winXP

Hi!

Is there a faster method than the simple yDataset(interpolatedXValue) for Origin 7.5? It is rather slow when I used the simple method to interpolate my data (100k points, several columns).

Thank you in advance!

greg

USA
1379 Posts

Posted - 01/08/2014 :  10:37:52 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You should consider upgrading. Origin 9.1 is about 15 times faster than Origin 7.5 under those circumstances as demonstrated by this script:

wo -a 2;
col(1) = 100+250*uniform(100000);
col(1) = sort(col(1));
col(2) = gauss(col(1),0,222,40,1200);
col(3) = data(100,350,.001);
sec;
col(4) = col(2)(col(3));
watch;

which outputs around 1 second for 9.1 and around 16 seconds for 7.5.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000