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
 Separate data of a table
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Fulerena

Spain
7 Posts

Posted - 11/17/2014 :  06:11:51 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): origin 9.1pro
Operating System: win7

Hi. I have a table with three columns potential, intensity and time from experimental data. The main column is the potential. It increases from 0 to a maximum value and then it returns to cero. If I represent E vs t, its like /\ (increases and decreases). But I repeat it /\/\/\ in different cycles so, in the same table I have different cycles and it increases and decreases few times.
In this way, I have only one table with three columns of all the cycles. I need to separate cycles. Is it possible to indicate in a program that it separate the data in the different cycles from the main table: from 0 to the maximum value (/) and from the maximum to cero (\) (for potential, intensity and time)?.
I have a program but it separates by time and not by potential. The problem is that if I change the potential, the cycle its longer and the time changes too. But here I indicate a constant value of time so it divides it before the E maximum value appears.
wxt test:="col(A)[i]>=0 AND col(A)[i]<=24,75" iw:= [Book1]Sheet1 ow:=[C01]Sheet1;
The E max changes so, I need to indicate that it must separate the data when it arrives to a maximum value of E (whatever it is) and not in a constant time.

I know its complicated and Im a begginer. Thanks!!!

Edited by - Fulerena on 11/17/2014 06:15:58 AM

lkb0221

China
497 Posts

Posted - 11/18/2014 :  10:19:56 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi, Fulerena

I'm thinking running a peak finding to locate all peaks, both positive and negative. And then using these peak centers to separate the wks.

Zheng
OriginLab
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