pylabcontrol.data_processing package

Submodules

pylabcontrol.data_processing.signal_processing module

pylabcontrol.data_processing.signal_processing.power_spectral_density(x, time_step, freq_range=None)[source]

returns the power spectral density of the time trace x which is sampled at intervals time_step :param x: timetrace :type x: array :param time_step: sampling interval of x :type time_step: float :param freq_range: frequency range in the form [f_min, f_max] to return only the spectrum within this range :type freq_range: array or tuple

Returns:

Module contents