Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.81 KB

File metadata and controls

36 lines (35 loc) · 1.81 KB

Information Theory

Simulate All Types of Encoding in the Assignment

  1. Simulate any channel model and calculate channel capacity.
  2. Simulate Shannon-Fano encoding. Compute the optimal compression ratio.
  3. Simulate Huffman encoding. Compute the optimal compression ratio.
  4. Simulate Linear Block Codes. Calculate the encoding parameters.
  5. Simulate Cyclic Codes. Calculate the encoding parameters.
  6. Simulate Convolutional Codes. Calculate the encoding parameters.
  7. Simulate Turbo Codes. Calculate the encoding parameters.
  8. Simulate Reed-Solomon Codes. Calculate the encoding parameters.
  9. Simulate BCH Codes. Calculate the encoding parameters.
  10. Simulate convolutional encoding and compute the parameters.
  11. Simulate JPEG image compression using Huffman encoding.
  12. Simulate JPEG2000 image compression.
  13. Simulate data compression and transmission over wireless networks.
  14. Simulate Hamming Codes. Calculate the encoding parameters.
  15. Simulate ASCII encoding. Calculate the encoding parameters.
  16. Simulate EBCDIC encoding. Calculate the encoding parameters.
  17. Simulate Differential encoding. Calculate the encoding parameters.
  18. Simulate Caesar Cipher. Calculate the encoding parameters.
  19. Simulate Transposition Cipher. Calculate the encoding parameters.
  20. Simulate DES encryption. Calculate the encoding parameters.
  21. Simulate signal spectrum analysis. Compute the parameters.
  22. Simulate the Diffie-Hellman algorithm. Calculate the encryption parameters.
  23. Simulate the ADFGVX Cipher.
  24. Simulate the Affine Cipher.
  25. Simulate the Caesar Cipher.
  26. Simulate the Pigpen Cipher.
  27. Simulate the Dvorak Cipher.
  28. Simulate the Four-Square Cipher.
  29. Simulate the Hill Cipher.
  30. Simulate the Null Cipher.
  31. Simulate the Playfair Cipher.
  32. Simulate the Book Cipher.
  33. Simulate the Two-Square Cipher.