Home > freetb4matlab > signal > resample.m

resample

PURPOSE ^

% Change the sample rate of @var{x} by a factor of @var{p}/@var{q}. This is

SYNOPSIS ^

function [y, h] = resample( x, p, q, h )

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File}  {[@var{y} @var{h}]=} resample(@var{x},@var{p},@var{q})
% @deftypefnx {Function File} {@var{y} =} resample(@var{x},@var{p},@var{q},@var{h})
% Change the sample rate of @var{x} by a factor of @var{p}/@var{q}. This is
% performed using a polyphase algorithm. The impulse response @var{h} of the antialiasing
% filter is either specified or either designed with a Kaiser-windowed sinecard.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

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