You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have done creating a parity matrix ,encoding message and transmission and i unable to do decoding.
i am using below command to do decode.
decode -f -T p.pchk pencode1.txt pdecode.txt bsc enum-block p.gen
i have done creating a parity matrix ,encoding message and transmission and i unable to do decoding.
i am using below command to do decode.
decode -f -T p.pchk pencode1.txt pdecode.txt bsc enum-block p.gen
but it showing error
Usage:
decode [ -f ] [ -t | -T ] pchk-file received-file decoded-file [ bp-file ] channel method
Channel: bsc error-probability | awgn standard-deviation | awln width
Method: enum-block gen-file | enum-bit gen-file | prprp [-]max-iterations
where
p.pchk -> pchk-file e
pencod1.txt ->received-file
pdecode.txt-> decoded-file
bsc -> channel
enum-block -> method and p.gen is generation file.
The text was updated successfully, but these errors were encountered: