Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How do you get the BER plots using BERTool in MATLAB?

Status
Not open for further replies.

carpediem.td

Junior Member level 2
Joined
Mar 5, 2006
Messages
20
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,506
Hi friends,
A simple problem for u guys...

Can anybody help me in using the BERTool in MATLAB.
Say I have the transmitted and the received/demodulated bitstreams(0/1s),
then how do u get the BER plots using the BERTool ?
 

matlab bertool

Hi
I think its better to use biterr function
[number,ratio] = biterr(tx_data,rx_data)
 
  • Like
Reactions: hrsit

    hrsit

    Points: 2
    Helpful Answer Positive Rating
biterr matlab

hope this will help. :D
 

bertool tutorial matlab

@tmltanml : i am sorry to say your attachment doesn't contain any stuff on BERTool.

@m_llaa : biterr is only useful for getting the ber balue for a set of data..but i need a plot with varying snr..I had written a function for the same purpose as the biterr does(by using xor and then counting the no of errors...)..but that too gives me a single value of ber..I need BERTool to generate the graphs..
 

matlab code for bertool

OK
i think if u have a new modulation or some data u cant use bertool
u can use your code and change the SNR
i think bertool in simple way do in this manner
 
  • Like
Reactions: hrsit

    hrsit

    Points: 2
    Helpful Answer Positive Rating
matlab bertool 2009b

pls guide me how to start learning abt BER calculations, means i want to do it for my thesis, i m a novice to matlab.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top