The following Matlab project contains the source code and Matlab examples used for y=randbinary(row,col,unipolar=1/bipolar=2)
to generate randon binary data matrix
by prateek .
As matlab rand it takes size of matrix & generate random data in binary form
default is unipolar & if third input is 2 then output will be bipolar.
The following Matlab project contains the source code and Matlab examples used for unipolar line coding.
Line coder for Coherent FSK detection simulation
function to be used with coherent FSK detector,
The following Matlab project contains the source code and Matlab examples used for line coding manchester, unipolar and polar rz, unipolar nrz.
Signal coding using different line codes: Manchester, unipolar and polar RZ, unipolar NRZ
The following Matlab project contains the source code and Matlab examples used for line coding techniques.
In this Line Coding file I've tried to implement various Line Coding techniques available such as
1. Unipolar RZ
2. Unipolar NRZ
3. Polar RZ
4. Polar NRZ
5. Manchester
The following Matlab project contains the source code and Matlab examples used for psdlinecode unipolar nrz line code psd.
A unipolar NRZ line code baseband signal is generated and analyzed to verify that approximately 91% of power is contained within the main lobe.