GetZoneCenters('Vector')

Description

This function determines the position of the center of the zone on the Y-axis for each zone of the vector. The only argument of the function is the vector. The result is a vector with a number of values in accordance with the number of zones.

Example

The GetZoneCenters function is useful if it is applied to the result of an FftInTime function. The FftInTime function returns a vector with n "zones" as its result which comply with the frequency bands (bins). With the GetZoneCenters function, the center frequencies of the individual bands of the spectrum and thus the frequency vector can be determined. This allows you to differentiate or integrate in the frequency domain by multiplying or dividing the results of the FftInTime and GetZoneCenters function accordingly.