Home > freetb4matlab > signal > fracshift.m

fracshift

PURPOSE ^

% Shift the series @var{x} by a (possibly fractional) number of samples @var{d}.

SYNOPSIS ^

function [y, h] = fracshift( x, d, h )

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File}  {[@var{y} @var{h}]=} fracshift(@var{x},@var{d})
% @deftypefnx {Function File} {@var{y} =} fracshift(@var{x},@var{d},@var{h})
% Shift the series @var{x} by a (possibly fractional) number of samples @var{d}.
% The interpolator @var{h} is either specified or either designed with a Kaiser-windowed sinecard.
% @end deftypefn
% @seealso{circshift}

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003