MATLAB: Is there a block in Simulink that implements the FFTSHIFT function of MATLAB

fastfouriermatrixshiftedtransformviewer

I would like to know if there is a Simulink block in any Blockset that implements the function FFTSHIFT of MATLAB.

Best Answer

There is no block available that implements the FFTSHIFT function in Simulink.
To work around this issue you can use the Embedded MATLAB function block to call this function.