Table of Contents

NAME

sqdecode - scalar-quantization decoding

SYNOPSIS

sqdecode [-d vector_dimension] channel quantizer datfile

OPTIONS

-d vector_dimension
Integer. Selects dimension of output datfile. Default value is 1.

DESCRIPTION

sqdecode decodes the input channel, channel, (CHN format) by looking up each channel index in the input scalar quantizer, quantizer, (SQ format) and outputting the corresponding quantizer level to the output datfile (DAT format). The channel is produced with sqencode(1) , and the channel symbols are assumed to range from 0 to N-1, where N is the number of codewords in quantizer.

datfile may contain vectors, in general. The switch -d consequently determines the vector dimension of datfile. In the event that vector_dimension does not equal 1, vector_dimension channel symbols are collected (in order) and output to datfile as one vector.

SEE ALSO

sqencode(1) , QccPackSQ(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads