<< savgol (X->X) Other pretaitments snv >>

fact >> (X->X) Other pretaitments > simufilters

simufilters

calculates the signal passing through a set of band-pass filters, from given signal spectra.

could be useful to resample spectra from a device to another one.

Calling sequence

[x_transf,b_tansform] = simufilters(x_origin,filters)

Arguments

x_origin:

a Div structure containing the spectra as lines

x_origin.v contains the numerical values of the wavelengths

filters:

a Div structure containing the mid-height width of the filters, on one row

filters.v contains the numerical values of the central wavelengths of the filters

x_transform:

a Div structure; x_transform.d contains the calculated signal

b_transform:

a Div structure; b_transform.d contains the matrix performing the transformation according to the equation: x_transform=x_origin*b_transform'

Examples

[xt]=simufilters(x0,wl)

Authors


Report an issue
<< savgol (X->X) Other pretaitments snv >>