Need help with BER
Mostrar comentarios más antiguos
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?
Respuestas (1)
Shadaab Siddiqie
el 27 de Abr. de 2021
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 comentario
Neeraj Chimwal
el 27 de Abr. de 2021
Categorías
Más información sobre PHY Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!