Contents Up Previous Next

General options

Purpose
Description
Tips
Macro Synopsis
Modules
Related Functions
References


Purpose

Signal processing default settings

Description

"General options" changes the default settings for the FFT algorithm, the windowing type and the interpolation type. Note the global relevance of these settings. Since interpolation is used implicitly every time two signals of unequal sampling period (scale) and / or x-axis-offset (shift) are combined, these settings have global effects on most of the functions. Warning: In order to avoid confusion, make sure that the x-axis units of the input signals to be combined are equal since there is no automatic unit conversion.

Changing the FFT type and windowing type will affect most frequency-domain (spectral) functions. Parameters for "General options" are


Tips

In general, smooth functions are best approximated by higher order polynomials, whereas for functions with sharp corners or rapidly changing higher derivatives, the choice of lower-order or even linear approximation gives more accurate results.


Macro Synopsis

BasicOptions(type, order);
option type;
int order;
SpectralOptions(ffttype, wintype);
option fftype,wintype;

Note: The order parameter for BasicOptions must be given even if it is not used.


Modules

Student, Professional

Related Functions

Resample, Fourier transform, Apply window.

References

Press et al. [16], Crochiere/Rabiner [17], Oppenheim/Schafer [3]