10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

• sampling<br />

Specifies the method of computing the sampled data. Valid values are “No Sampling” or<br />

“Interpolation”.<br />

• padding<br />

Activates data padding to pad the input data with zeros, before or after the input data set.<br />

Valid values are: “No Padding”, “Padding Right”, “Padding Left” or “Padding Left and<br />

Right”. The input parameter will be verified by the algorithm and changed if necessary.<br />

• averaging<br />

Specifies whether you want to take an average on the raw data to reduce noise and smooth<br />

the frequency domain waveform. Specify 1 to turn this on, or 0 to not modify the raw data<br />

from calculation.<br />

• windowing<br />

Applies a windowing function from a selection of windows. Valid values are:<br />

“Rectangular”, “Hamming”, “Hanning”, “Parzen”, “Welch”, “Blackman”, “Blackman-<br />

Harris”, “Bartlett”, “Kaiser”, “Klein” or “Dolph Chebyshev”.<br />

• windowing_arg<br />

Specifies the alpha or beta value that is required by “Hanning”, “Kaiser”, and “Dolph<br />

Chebyshev” windows.<br />

• reference_frequency<br />

Adjusts the results around the y-axis so that the point for the specified frequency is 0.0.<br />

• minimum_frequency<br />

Specifies the starting frequency used inside the Fast Fourier Transform result window.<br />

• maximum_frequency<br />

Specifies the last frequency used inside the Fast Fourier Transform result window.<br />

Description<br />

For symmetric windows, the parameters above satisfy the following equation:<br />

((number_of_points) / sampling_frequency) = time_stop - time_start.<br />

For periodic windows, the parameters above satisfy the following equation:<br />

((number_of_points-1) / sampling_frequency) = time_stop - time_start.<br />

For “Hanning”, symmetric window shapes are preferred when using a Hanning window in FIR<br />

filter design. Periodic window shapes are preferred when using a Hanning window in spectral<br />

analysis. This is because the Discrete Fourier Transform assumes periodic extension of the<br />

input vector. A periodic Hanning window is obtained by constructing a symmetric window and<br />

removing the last sample.<br />

Eldo® User's Manual, 15.3 897

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!