pub(crate) fn py_power_spectrum( py: Python<'_>, binary_train: PyReadonlyArray1<'_, i32>, dt: f64, ) -> (Py<PyArray1<f64>>, Py<PyArray1<f64>>)