reshapeFourierStorageToRows
Reshape natural Fourier storage to its two-dimensional row view.
Developer documentation: this item describes internal implementation details.
Declaration
fourierStorageRows = reshapeFourierStorageToRows(fourierStorage)
Parameters
fourierStoragenatural Fourier storage [NxStorage,NyStorage,…]
Returns
fourierStorageRowsrow view [nFourierStorageRows,Nbatch]
Discussion
FourierStorage must begin with fourierStorageSize. All remaining dimensions are combined as Nbatch. Reshape does not reorder data.