Need help with BER

조회 수: 2 (최근 30일)
Neeraj Chimwal
Neeraj Chimwal 2021년 4월 23일
댓글: Neeraj Chimwal 2021년 4월 27일
I used 4 block encoding techniques to encode/decode image. I first added some noise to image, then encoded it, then applied filter to reduce noise and then decoded it. I did these steps in all 4 encoding techniques.
Now I want to compare those techniques to find out which one is better. I know that it can be done by ploting BER but I don't know how to do it.
Can you pls help me with this?

답변 (1개)

Shadaab Siddiqie
Shadaab Siddiqie 2021년 4월 27일
From my understanding you want to know how to user BER to compare two images. Here is an example :
A=imread('m.jpg)
B=imread('m.jpg)
(n,R)=biterr(a,b)
You can also determine the theoretical BER curve by using the berawgn function. Refer Bit Error Rate Computation for more information.
  댓글 수: 1
Neeraj Chimwal
Neeraj Chimwal 2021년 4월 27일
Thankyou I wanted to create a BER curve. I have one question. In berawgn, what should be my EbNo?
Sorry if this is a naive question. Should I convert my final decoded image to vector for EbN0?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Test and Measurement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by