I have question about resizing the complex arrays.
I need to resize the complex valued array with interpolation method.
I tried scikit-image but this one didn't support complex data type.
I also tried to resize by cv2, and also it didn't work.
even with the real value and imaginary value separately.
Is there any solution to this??