Function dataset_fft

Source
pub fn dataset_fft(dataset: &Dataset, parallel: bool) -> Dataset
Expand description

Converts each real-valued time series in the dataset into its frequency domain representation, storing the result as interleaved real and imaginary parts: [re0, im0, re1, im1, …]