IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
deconvolve.m File Reference

Detailed Description

Deconvolution with a vector h.

There are two possible ways to use this function:

[X_after] = deconvolve(X, [], h)

or

[X_after, x_after] = deconvolve(X, x, h)

The number of variables of the output will be nf_input-2*(length(h)-1)/2

h needs to be an odd-length vector.

Definition in file deconvolve.m.

Go to the source code of this file.

Functions

function deconvolve (in X, in x, in h)
 

Function Documentation

function deconvolve ( in  X,
in  x,
in  h 
)
Parameters
X
x
h
Returns
[X_after] or [X_after, x_after], as described above.