Navigation

Operators and Keywords

Function List:

C++ API

fftfilt.m File Reference


Functions

 if (transpose) x
if min ([r_b, c_b])!
 if (nargin==2) N

Variables

function y
endif transpose = (rows (x) == 1)
 endif [r_x, c_x] = size (x)
endif l_b = r_b * c_b
 b = reshape (b, l_b, 1)
 B = fft (b, N)

Function Documentation

if ( nargin  = =2  ) 

if ( transpose   ) 

if min (  ) 


Variable Documentation

B = fft (b, N)

b = reshape (b, l_b, 1)

endif[r_x, c_x] = size (x)

endif l_b = r_b * c_b

endif transpose = (rows (x) == 1)

y

Initial value:

 fftfilt (b, x, N)







  if (nargin < 2 || nargin > 3)
    print_usage ()