Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1ビットエラーを修正し、2ビットエラーを検出するために、パリティビット(SECDED)を使用してハミング(15、11)コードを作成したいと思います。
そのようなコードのエンコードとデコードを実装するMatlab関数はありますか?
Communications Systems Toolboxをお持ちの場合は、encode()およびdecode()関数を使用できます。
encode()
decode()