Commit e880687c authored by Bryce Hepner's avatar Bryce Hepner

DocstringChange

parent 75e1b500
...@@ -368,6 +368,7 @@ def encoder(error, list_dic, diff, bins): ...@@ -368,6 +368,7 @@ def encoder(error, list_dic, diff, bins):
Input: Input:
error (512, 640): a matrix with all the errors error (512, 640): a matrix with all the errors
list_dic (num_dic + 1,): a list of huffman coding table list_dic (num_dic + 1,): a list of huffman coding table
diff (510, 638): a matrix with all the differences
bins (num_bins - 1,): a list of threshold to cut the bins bins (num_bins - 1,): a list of threshold to cut the bins
Return: Return:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment