-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture
Aswini S edited this page Jan 13, 2015
·
4 revisions
The proposed architecture is composed of the following components:-
--- Original Source = Input data
--- Vector Quantization/Inverse Vector Quantization = Dependent of Bitmasking and hidden markov. It works with Forward/Inverse DCT computations.
--- Bitmasking = An independent component that provides support to speed-up vector quantization.
--- Hidden Markov = An independent component that provides prediction power to vector quantization.
--- HTTP = The intermediate between Encoder level and Decoder level, that provides the transfer power of data transmission flow.
--- Final original source = The data successfully reaches destination after successful reconstruction.
![Proposed Architecture](http://geekresearchlab.net/experiments/Picture1.jpg)