j
k
j a
j l
On Thu, 7 Jul 2005, Henning Thielemann wrote:
......fft([1,0;0,0]) ans = 1 0 1 0
...fft([1,0;0,0])
fft([1,0;0,0])
ans =
1 0 1 0
Also funny:
...conv([1;1],[1,1])
conv([1;1],[1,1])
ans = 1 2 1
...conv([1;1;1],[1,1])
conv([1;1;1],[1,1])
ans = 1 2 2 1
Back to the thread
Back to the list