SMS_Data Struct Reference

structure with SMS data More...

#include <sms.h>

Data Fields

sfloat * pSmsData
int sizeData
sfloat * pFSinFreq
sfloat * pFSinAmp
sfloat * pFSinPha
int nTracks
sfloat * pFStocGain
int nCoeff
sfloat * pFStocCoeff
sfloat * pResPhase
int nEnvCoeff
sfloat * pSpecEnv

Detailed Description

structure with SMS data

Here is where all the analysis data ends up. Once data is in here, it is ready for synthesis.

It is in one contigous block (pSmsData), the other pointer members point specifically to each component in the block.

pFSinPha is optional in the final output, but it is always used to construct the residual signal.


Field Documentation

number of spectral envelope coefficients

Referenced by sms_allocFrame(), sms_interpolateFrames(), sms_modify(), sms_spectralEnvelope(), and sms_transposeKeepEnv().

residual phase spectrum

Referenced by sms_allocFrame(), sms_analyze(), sms_copyFrame(), and sms_freeFrame().

size of all the data

Referenced by sms_allocFrame(), sms_clearFrame(), sms_copyFrame(), and sms_freeFrame().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Thu Oct 29 04:08:07 2009 for libsms by  doxygen 1.6.1