Just wondering if it's possible to perform the following MATLAB style fft operation:
X = fft(x,[],dim)
where dim specifies which dimension the fft operation is performed. e.g. fft(x,[],2) simultaneously transforms all rows, with each row as an 1D signal.
Just wondering if it's possible to perform the following MATLAB style fft operation:
X = fft(x,[],dim)
where dim specifies which dimension the fft operation is performed. e.g. fft(x,[],2) simultaneously transforms all rows, with each row as an 1D signal.