pub fn dataset_fft(dataset: &Dataset, parallel: bool) -> DatasetExpand 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, …]