11-13-2011 01:23 PM
please check the block diagram loop.
11-15-2011 06:00 AM
Hi Mahady,
Thank you for your post to our forum.
Does the encoder/decoder type you are asking about have a name? What exactly is the contents of the q[k] array? Some kind of key perhaps?
Kind regards
11-15-2011 12:02 PM
11-24-2011 04:23 AM
Hi Mahady,
Looking at the encoder VI you posted I can see that there is a separate input called quantized samples. I am pretty sure the q[k] is an array of possible values that the input to the encoder may hold after being quantized. For each value in to the program that array is searched and the encoded value corresponds to the index position in the array. The output encoded array is optimized to take up as little memory as possible. The information is then sent as a digital waveform and as you say the decoder is the inverse of the encoder.
I have worked all this out by using the Context Help tool in LabVIEW and Highlight Execution. Both can really help to understand a VI that is not your own.
Can I ask where you got this VI from?