Altera_Forum
Honored Contributor
17 years agoBER vs Noise/Energy
Guys,
I am simulating a serial receiving via verilog. I added some kind of phase noise to my digital signal. Instead of one bit having exactly 5 local clocks (ideal case) I made it to have 4.9 Local clocks. I get one bit error after 25 correctly received bits. If I make it 4.8, I get one bit error after 12 corret bits. And so on.. I want to draw a graph representing this data, with BER on the Y axis and Noise/EnergyPerBit on the X axis. I am not sure how to model the Noise (No) here. And how would I calcualte the Energy per bit (Eb) since I am modeling using digital verilog. Please help me.