An open API service indexing awesome lists of open source software.

https://github.com/spatialaudio/sweep

Simulation environment for sweep-based room impulse response measurements (student project)
https://github.com/spatialaudio/sweep

Last synced: 9 months ago
JSON representation

Simulation environment for sweep-based room impulse response measurements (student project)

Awesome Lists containing this project

README

          

This repository deals with the generation of a simulation environment for room impulse response measurements.
It contains a measuring chain which simulates parameters occurring in reality (microphone, preamp, DAC, ...).
Here, we consider only linear time-invariant systems (LTI). The user can choose between different parameters (type
of excitation signals, length of signal, type of windowing, intensity and type of noise, sampling frequency, ...) which excite the fictitous "Device Under Test" (DUT). Than the tool returns impulse response, frequency response, power spectral density and signal quality by mathematical functions (FFT, deconvolution, averaging, ...). Thus, results can
be validated by known analytical LTI systems. The software environment will be programmed in Python3 by using packages
for scientific computing, e.g. numpy.