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
 How I can perform deconvolution of two datasets?

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/13/1998 : 7:59:00 PM
I have an excitation pulse and response (decay) and I want to perform
de-convolution procedure and after that fit using 3Expdecay.
I can fit my response curve using build-in 3ExpDecay function
in Non linear curve fitting, but the problem is that my excitation
pulse is not a delta-pulse (this is also dataset). So, first
I must perform de-convolution of two datasets. Can I resolve
this problem without script writing? And how I can perform
de-convolution of two datasets?
1   L A T E S T    R E P L I E S    (Newest First)
a_user Posted - 08/13/1998 : 12:02:00 PM
Deconvolution of Two Datasets

In signal analysis, deconvolution is the process of
subtracting or filtering out an unwanted signal. Initially the
worksheet has data in Time(X), Signal(Y) and Response(Y)
columns, with empty Index(disregard) and DeConv(Y) columns to
hold the results.

The Response dataset must be adjusted to have an odd
number of points such that twice the number of points is less than
the number of points in the signal dataset. This is the signal we will
try to remove (using deconvolution). For example, if the Signal
dataset has 1000 datapoints, the Response dataset should have 499
points (or less and an odd number of points).

The first step in using the deconvolution function is to
assign the dataset names in the fft object:

fft.deconv.indexdata$=Sample_Index;
fft.deconv.deconvdata$=Sample_DeConv;

Then we can call the deconvolution function with the signal
and response arguments:
fft.deconv(Sample_Signal,Sample_Response);


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