LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bit error rate of a channel

Hello.

 

My question is I have a channel and I want to measure the data transmission performance for data rate upto 100Mbps. How do I send a signal via the channel amd retrieve back at the end of the channel and calculate Bit Error Rate. I wanted to do it using NI mydaq..

 

Please Help..

0 Kudos
Message 1 of 7
(4,509 Views)

First, you'll need hardware that can generate that high of a rate. As you can see from the specs, the MyDAQ cannot come close. For reference, see:

https://forums.ni.com/t5/Example-Code/Bit-Error-Rate-Testing-BERT-Reference-Example/ta-p/3996019

0 Kudos
Message 2 of 7
(4,490 Views)

Thank you..But is there a way of calculating BER for low data rate such as in Kbps using the mydaq??

0 Kudos
Message 3 of 7
(4,479 Views)
Not if you want to generate/read a signal with the digital I/O. You might be able to achieve 1Kbps but since the digital is software timed, you'll have quite a bit of jitter. What sort of channel are you trying to test?
0 Kudos
Message 4 of 7
(4,473 Views)

I have designed a coupling circuit to be tested over power line.. I want to calculate the BER of the data transmission between transmitting coupling circuit and receiving coupling circuit placed at different nodes in a building.

0 Kudos
Message 5 of 7
(4,459 Views)
And what sort of physical signal do you wish to send? As I said, using the digital lines would probably not work.
0 Kudos
Message 6 of 7
(4,452 Views)

For a first time, i would prefer to send baseband signals as a sequence of pulses: 101010111 etc and check for BER..Later I am planning to use modulation and line coding and transmit the same data.

0 Kudos
Message 7 of 7
(4,437 Views)