Contents Up Previous Next

Deconvolution

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Deconvolution

Description

"Deconvolution" assumes that the signal y is the convolution of the given signal x with an unknown signal h, i.e.

where denotes the convolution operation. The signal h returned from the deconvolution is calculated in the frequency domain.

Warning: Note that if the input signals have different x-axis scales (sampling periods), the signal with the largest scale will be adapted automatically by interpolating between successive sample points. The type of interpolation can be set in the Basic Options menu.


Macro Synopsis

h = Deconvol([x,y]);
signal h,x,y;

Modules

Spectral

Related Functions

Convolution