NumpyFFTWBackend.extract_center# NumpyFFTWBackend.extract_center(arr, newshape)[source]# Extract the centered portion of an array based on a new shape. Parameters: arrBackendArrayInput data. newshapetupleDesired shape for the central portion. Returns: BackendArrayCentral portion of the array with shape newshape.