Search The Blog

Mar 21, 2018

ADVANCE PROCESSORS

AP LAB

     Third Year (SEM-6)   
   Programs Set
--------------------------------------------------------------------------------------------------------------------

     1. Write a C program to interface 16*2 LCD with ARM_LPC2294 Controller.


     2.  Write C Program for UART initialization and interfacing in embedded system for serial
            reception and transmission to computer.

     
     3. Write a C program to interface GSM module with ARM_LPC2148 Controller.


     4. Write a C program to interface GPS module with ARM_LPC2148 Controller for finding current
          location's latitude and longitude values.


     5. Write a C program to initialize internal ADC of LPC2294 with and without using 
         Timer/Interrupt.

     6. Write C program for GPIO configuration and control with simple LED example on TIVA
          *TM4C123GH6PM* platform.


     7. Write C program for programming on-chip ADC module of TIVA *TM4C123GH6PM*.


     8. Write C program to interface 128*64 GLCD with LPC2148 Controller.


     9. Write a C program to Implement linear convolution of any two sequences using DSP 
         TMS320C6713 starter kit.

    
    10. Write a C Program to implement and verify FIR filters on DSK6713 kit.
    
    11. Write C Program to interface SD Card with LPC2148 using SPI protocol.

    12. Write a C Program to interface EEPROM with LPC2148 using I2C protocol.


    13. Write a C program to demonstrate functionality of on-chip RTC in LPC2148.

    
    14. Write a C program to demonstrate functionality of on-chip DAC in LPC2148.

--------------------------------------------------------------------------------------------------------------------

Mar 1, 2018

SYSTEM PROGRAMMING AND OPERATING SYSTEMS

SPOS LAB

 Third Year (SEM-6)

Program Set

--------------------------------------------------------------------------------------------------------------------
  1. Write Shell scripting in Linux for-
    • Factorial of Number
    • Greatest Number
    • Prime Number
    • Palindrome for string & number


      2. Write a C Program to implement Lexical Analyzer for Simple Arithmetic 
       Operations


      3. Write a C Program to design PASS-1 of Two Pass assembler for pseudo    
       machine code.


      4. Write C program to implement Job scheduling algorithm using-
    •  FCFS
    •  SJF

      5. Write a C program to design MACRO PASS-1 assembler.


      6. Write C Program to Implement Banker's Algorithm for deadlock detection
        and avoidance.


      7. Write C Program for Implementing Page Replacement algorithm using FIFO


      8. Write C Program to Implement System Calls- 
    • To list files and directories          Click Here
    • To handle Process        Click Here

-------------------------------------------------------------------------------------------------------------------

INFORMATION THEORY, CODING TECHNIQUES AND COMMUNICATION NETWORKS (ITCT&CN)

ITCT LAB

                                                               Third Year (SEM-6)

                                                                            Program Set

--------------------------------------------------------------------------------------------------------------------
1. Write a Program for determination of various entropies and mutual information of a given channel. Test various types of channel such as
      • Noise-free Channel
      • Lossless channel
      • Binary symmetric channel
      • Noisy Channel

2. Write a Program for generation and evaluation of Huffman coding and decoding.


3. Write a program for coding and decoding of Linear block codes.


4. Write a Program for coding and decoding of Cyclic codes. 


5. Write a Program Automatic Repeat Query.



6. Implementation of algorithm for BCH coding and decoding.


7. Implementation of algorithm for encoding and decoding convolutional codes using Viterbi 
    algorithm. 


--------------------------------------------------------------------------------------------------------------------