"Maximum variable size allowed by the program is exceeded." When using the syndtable command
古いコメントを表示
I've been working on some Hamming codes recently. Then I got my H matrix which is a 64x72 matrix and i want to make a decoding table (syndrome table) using the command "syndtable(H)"
every time i do that command i get the error:
t = syndtable(H4) ??? Error using ==> zeros Maximum variable size allowed by the program is exceeded.
Error in ==> syndtable at 28 table = zeros(2^n_k,n);
Anyone know what am I doing wrong ?
1 件のコメント
Roger Stafford
2013 年 5 月 10 日
What is are the values of n_k and n? It is easy to make 2^n_k of astronomical size for large n_k.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Hamming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!