Deresolv: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
(Importing text file)
Line 1: Line 1:
===Purpose===
===Purpose===
Changes high resolution spectra to low resolution.
Changes high resolution spectra to low resolution.
===Synopsis===
===Synopsis===
:lrspec = deresolv(hrspec,a)
:lrspec = deresolv(hrspec,a)
===Description===
===Description===
DERESOLV uses a FFT to convolve spectra with a resolution function to make it appear as if it had been taken on a lower resolution instrument. Inputs are the high resolution spectra to be de-resolved hrspec and the number of channels to convolve them over a.
DERESOLV uses a FFT to convolve spectra with a resolution function to make it appear as if it had been taken on a lower resolution instrument. Inputs are the high resolution spectra to be de-resolved hrspec and the number of channels to convolve them over a.
The output is the estimate of the lower resolution spectra lrspec.
The output is the estimate of the lower resolution spectra lrspec.
deresolv is useful for standardizing two instruments of different resolution. It can also be used to smooth spectra.
deresolv is useful for standardizing two instruments of different resolution. It can also be used to smooth spectra.
===See Also===
===See Also===
[[baseline]], [[savgol]], [[stdfir]], [[stdgen]]
[[baseline]], [[savgol]], [[stdfir]], [[stdgen]]

Revision as of 15:25, 3 September 2008

Purpose

Changes high resolution spectra to low resolution.

Synopsis

lrspec = deresolv(hrspec,a)

Description

DERESOLV uses a FFT to convolve spectra with a resolution function to make it appear as if it had been taken on a lower resolution instrument. Inputs are the high resolution spectra to be de-resolved hrspec and the number of channels to convolve them over a.

The output is the estimate of the lower resolution spectra lrspec.

deresolv is useful for standardizing two instruments of different resolution. It can also be used to smooth spectra.

See Also

baseline, savgol, stdfir, stdgen