FFTReal::FFTReal::TrigoLUT Class Reference

The FFT procedures used by shout are written by Laurent de Soras. More...

List of all members.


Public Member Functions

 TrigoLUT (const int nbr_bits)
 ~TrigoLUT ()
const flt_tget_ptr (const int level) const

Private Attributes

flt_t_ptr

Detailed Description

The FFT procedures used by shout are written by Laurent de Soras.

This is his legal message:

LEGAL

Source code may be freely used for any purpose, including commercial applications. Programs must display in their "About" dialog-box (or documentation) a text telling they use these routines by Laurent de Soras. Modified source code can be distributed, but modifications must be clearly indicated.

CONTACT

Laurent de Soras 92 avenue Albert 1er 92500 Rueil-Malmaison France

ldesoras@club-internet.fr


Constructor & Destructor Documentation

FFTReal::FFTReal::TrigoLUT::TrigoLUT ( const int  nbr_bits  )  [explicit]

The FFT procedures used by shout are written by Laurent de Soras

References FFTReal::FFTReal::TrigoLUT::_ptr, and FFTReal::FFTReal::TrigoLUT::get_ptr().

Here is the call graph for this function:

FFTReal::FFTReal::TrigoLUT::~TrigoLUT ( void   ) 

The FFT procedures used by shout are written by Laurent de Soras

References FFTReal::FFTReal::TrigoLUT::_ptr.


Member Function Documentation

const flt_t* FFTReal::FFTReal::TrigoLUT::get_ptr ( const int  level  )  const [inline]


Member Data Documentation