Home > freetb4matlab > signal > synthesis.m

synthesis

PURPOSE ^

% Compute a signal from its short-time Fourier transform @var{y} and a

SYNOPSIS ^

function X = synthesis (Y, c)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} synthesis (@var{y}, @var{c})
% Compute a signal from its short-time Fourier transform @var{y} and a
% 3-element vector @var{c} specifying window size, increment, and
% window type.
%
% The values @var{y} and @var{c} can be derived by
%
% @example
% [@var{y}, @var{c}] = stft (@var{x} , @dots{})
% @end example
% @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