Go to the source code of this file.
Classes | |
| class | decoder_impl |
Typedefs | |
| typedef FFTSample | FFTComplexArray [2] |
| typedef std::complex< float > | cfloat |
Variables | |
| static const float | PI = 3.141592654 |
| static const float | epsilon = 0.000001 |
| static const float | center_level = 0.5*sqrt(0.5) |
| typedef FFTSample FFTComplexArray[2] |
Definition at line 32 of file el_processor.cpp.
| typedef std::complex<float> cfloat |
Definition at line 40 of file el_processor.cpp.
const float PI = 3.141592654 [static] |
Definition at line 42 of file el_processor.cpp.
Referenced by decoder_impl::block_decode(), AAFilter::calculateCoeffs(), decoder_impl::decoder_impl(), decoder_impl::get_yfs(), and decoder_impl::phase_mode().
const float epsilon = 0.000001 [static] |
Definition at line 43 of file el_processor.cpp.
Referenced by decoder_impl::block_decode().
const float center_level = 0.5*sqrt(0.5) [static] |
Definition at line 44 of file el_processor.cpp.
Referenced by decoder_impl::block_decode().
1.6.3