Hi,
here is the command I typed.
a = Fourier[{{ConstantArray[1, {4, 1}]}, {ConstantArray[ 0, {12, 1}]}, {ConstantArray[1, {4, 1}]}}]
and get this error
Fourier::fftl: Argument {{{{1},{1},{1},{1}}},{{{0},{0},{0},{0},{0},{0},{0},{0},{0},{0},{0},{0}}},{{{1},{1},{1},{1}}}} is not a non-empty list or rectangular array of numeric quantities.
is there anyway out of this? The documentation does not give a clue.