I need matlab code for low density parity check codes

3 views (last 30 days)
I am doing my M.E project in ofdm.For encoding i prefer ldpc codes but not getting the matlab codes so plz help me to get the codes.
  4 Comments
Walter Roberson
Walter Roberson on 8 Jan 2013
What would you like the figure to look like? What would be the x-axis, and what would be the y-axis?
sajeena
sajeena on 11 Jan 2013
xlabel is time and ylabel is amplitude i want to show the encoded bits output inthe form of discrete time signal.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 11 Jan 2013
Using your "codeword" from your sample code, and assuming you have the times stored in TimeVector, then:
stairs(TimeVector, codeword)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!