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
 All Forums
 Origin Forum
 Origin Forum
 Deconvolution in Origin 5.0?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
a_user Posted - 08/20/1998 : 3:30:00 PM
I have been unable to deconvolute my data using Origin 5.0

I have measured fluorescence lifetimes that are near the response time of our
system. For this reason it is necessary to deconvolute the system's response
from the observed data.

Despite shortening my "resp" column to less than half the size of my observed
data I still get an error telling me to shorten my "resp" column.

Has anyone succesfully deconvoluted using Origin?
Do I have to FFT my sets of data first?

Any suggestions would be welcomed?

Thanks,

Dean

1   L A T E S T    R E P L I E S    (Newest First)
a_user Posted - 08/20/1998 : 3:35:00 PM
Convolution/Deconvolution Dataset requirements

In general, Convolution and Deconvolution routines use datasets for Response curves that are significantly smaller than Signal curves. Origin's implementation of these algorithms additionally require an odd number of datapoints.

When you are making your Response dataset, there are circumstances in which it can appear that a dataset fulfills the requirements, but doesn't. For example, say your dataset should have 79 points (at most) and you generated a full column (160 points in this example) of data and then cleared (Edit:Clear) row 80 to 160. This would not work because the Clear command does not change the number of points, it only sets the selected range of points to a 'missing value'.

You can read (or write) what Origin thinks is your last row in the Script Window with:

get DatasetName -e last
set DatasetName -e 79

as in
get Data1_C -e last(press Enter key)
last=(press Enter key)
and
set Data1_C -e 79(press Enter key)

Given this worksheet (partially shown):

A(X) B(Y) C(Y)
1 4000 0.35889 23.93654
2 4020 1.29752 22.09621
3 4040 0.3931 17.38149
..
78 5540 10.35812 0.0
79 5560 22.61893 0.0
80 5580 23.39991
81 5600 11.30395
..
160 7180 0.86328

you can highlight columns B and C and select Analysis econvolute (or Convolute) from the Origin menu.

At Numerical Recipes in C online in section 13.1 you will find more information about the effects of Response dataset size on Convolution and Deconvolution.


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000