lib.Calibration.Qdemodulation module
- class lib.Calibration.Qdemodulation.Demodulation[source]
Bases:
objectMethods
bin_per_period
demodulate_JC
demodulate_methods
fitperiod
hf_noise_estimate
read_cal_src_data
return_fit_period
return_rms_period
- demodulate_JC(period, indata, indata_src, others=None, verbose=False, template=None, quadrature=False, remove_noise=False)[source]
- class lib.Calibration.Qdemodulation.interp_template(xx, yy)[source]
Bases:
objectAllows to interpolate a template applying an amplitude, offset and phase This si to be used in order to fit this template in each epriod of some pseudo-periodic signal For instance for demodulation
Methods
__call__(x, pars[, extra_args])Call self as a function.