Acoular 25.03 documentation

helpers

«  tools   ::   tools   ::   acoular.tools.helpers.synthetic  »

helpers

Implements some helper functions that are useful for Acoular.

synthetic(data, freqs, f[, num])

Returns synthesized frequency band values of spectral data.

return_result(source[, nmax, num])

Collects the output from a SamplesGenerator.result() generator and returns an assembled array with all the data.

barspectrum(data, fftfreqs[, num, bar, xoffset])

Returns synthesized frequency band values of spectral data to be plotted as bar graph with the matlpotlib plot command.

bardata(data, fc[, num, bar, xoffset, masked])

Returns data to be plotted as bar graph with the matlpotlib plot command.

c_air(t, h[, p, co2])

Calculates the speed of sound in air according to Eq.(15) in [22].

«  tools   ::   tools   ::   acoular.tools.helpers.synthetic  »