Home > freetb4matlab > signal > idst.m

idst

PURPOSE ^

% Computes the inverse type I discrete sine transform of @var{y}. If @var{n} is

SYNOPSIS ^

function x = idst (y, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{y} = idst (@var{x})
% @deftypefnx {Function File} @var{y} = idst (@var{x}, @var{n})
% Computes the inverse type I discrete sine transform of @var{y}.  If @var{n} is 
% given, then @var{y} is padded or trimmed to length @var{n} before computing 
% the transform.  If @var{y} is a matrix, compute the transform along the 
% columns of the the matrix.
% @end deftypefn
% @seealso{dst}

CROSS-REFERENCE INFORMATION ^

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