comparison scripts/signal/fftshift.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 189baf055143
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
29 ## 29 ##
30 ## @example 30 ## @example
31 ## f = ((1:N) - ceil(N/2)) / N / Dt 31 ## f = ((1:N) - ceil(N/2)) / N / Dt
32 ## @end example 32 ## @end example
33 ## 33 ##
34 ## If @var{x} is a matrix, the same holds for rows and columns. If 34 ## If @var{x} is a matrix, the same holds for rows and columns. If
35 ## @var{x} is an array, then the same holds along each dimension. 35 ## @var{x} is an array, then the same holds along each dimension.
36 ## 36 ##
37 ## The optional @var{dim} argument can be used to limit the dimension 37 ## The optional @var{dim} argument can be used to limit the dimension
38 ## along which the permutation occurs. 38 ## along which the permutation occurs.
39 ## @end deftypefn 39 ## @end deftypefn