Home > freetb4matlab > signal > upsample.m

upsample

PURPOSE ^

% Upsample the signal, inserting n-1 zeros between every element.

SYNOPSIS ^

function y = upsample(x,n,phase)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{y} = upsample(@var{x},@var{n})
% Upsample the signal, inserting n-1 zeros between every element.  
% If @var{x} is a matrix, upsample every column.
%
% @deftypefnx {Function File} @var{y} = upsample(@var{x},@var{n},@var{offset})
% Control the position of the inserted sample in the block of n zeros.
% @end deftypefn
% @seealso{decimate, downsample, interp, resample, upfirdn}

CROSS-REFERENCE INFORMATION ^

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