Overview
This example converts back data that has been encoded using NRZ encoding
Description
When binary data is encoded using NRZ encoding, each value of 1 generates a pulse while values of 0 do not. Typically each pulse will last for 20us for a transmission speed of 10 bits per second.

Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.