フィルターのクリア

Can anyone please tell how to find bit error rate or symbol error rate in comparing two text files

5 ビュー (過去 30 日間)
I am sending a large text file from one point to other using visible light communication. I need to compare the text file received on the receiver and compute the bit error rate during transmission . Please guide me how to do this

回答 (2 件)

Iain
Iain 2014 年 8 月 8 日
if you "bitxor" the pristine (transmitted) file with the recieved file, you'll get mostly zeros (which indicate no issues) and some nonzeros.
Each nonzero result is at least one bit error, (1, 2, 4, 8, 16, 32, 64, 128 all indicate one bit error, other values, you'll need to work out if they're 2,3, 4, 5, 6, 7, or 8 bit errors. (e.g. 255 would be 8)
Once you calculate how many bit errors you have, you can divide it by the number of bits sent.

Reham Darwish
Reham Darwish 2018 年 12 月 4 日
how can you transmit file by visible light communication Bilal please?

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by