gw.domains.time_domain.TimeDomain
gw.domains.time_domain.TimeDomain(time_duration, sampling_rate)Defines the physical time domain on which the data of interest live.
The time bins are assumed to be uniform between [0, duration] with spacing 1 / sampling_rate.
Attributes
| Name | Description |
|---|---|
| delta_t | The size of the time bins |
| domain_dict | Enables to rebuild the domain via calling build_domain(domain_dict). |
| duration | Waveform duration in seconds. |
| f_max | The maximum frequency [Hz] is typically set to half the sampling |
| max_idx | |
| min_idx | |
| noise_std | Standard deviation of the whitened noise distribution. |
| sampling_rate |
Methods
| Name | Description |
|---|---|
| time_translate_data |
time_translate_data
gw.domains.time_domain.TimeDomain.time_translate_data(data, dt)