sela
Public Member Functions | Public Attributes | List of all members
lpc::LinearPredictor Class Reference

#include <lpc.hpp>

Public Member Functions

 LinearPredictor ()
 
 LinearPredictor (std::vector< int32_t > quantizedReflectionCoefficients, uint8_t optimalLpcOrder)
 
void dequantizeReflectionCoefficients ()
 
void generatelinearPredictionCoefficients ()
 

Public Attributes

uint8_t optimalLpcOrder = 1
 
std::vector< double > reflectionCoefficients
 
std::vector< int64_t > linearPredictionCoefficients
 
std::vector< int32_t > quantizedReflectionCoefficients
 

Constructor & Destructor Documentation

lpc::LinearPredictor::LinearPredictor ( )
lpc::LinearPredictor::LinearPredictor ( std::vector< int32_t >  quantizedReflectionCoefficients,
uint8_t  optimalLpcOrder 
)

Member Function Documentation

void lpc::LinearPredictor::dequantizeReflectionCoefficients ( )
void lpc::LinearPredictor::generatelinearPredictionCoefficients ( )

Member Data Documentation

std::vector<int64_t> lpc::LinearPredictor::linearPredictionCoefficients
uint8_t lpc::LinearPredictor::optimalLpcOrder = 1
std::vector<int32_t> lpc::LinearPredictor::quantizedReflectionCoefficients
std::vector<double> lpc::LinearPredictor::reflectionCoefficients

The documentation for this class was generated from the following files: