Search The Blog

Showing posts with label TE. Show all posts
Showing posts with label TE. Show all posts

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. 


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

Sep 14, 2017

MICRO-CONTROLLER AND APPLICATIONS -2

 PIC Programming (PIC 18F452)

                                                               Third Year (SEM-5)

                                                                            Program Set

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

1. To Interface LED, RELAY, BUZZER & SWITCH to PIC18F452. Write a C18 code when button-1 is Pressed Relay, Buzzer gets turned ON and LEDs start chasing from left to right and
Vice-versa.

Download C code


2. To Interface 16*2 LCD and 4*4 Keyboard to P18F452. Write a C18 code to implement detection of any key pressed and to Display it on LCD.

Download C code


3. To Interface Analog Voltage (0-5 V) to Internal ADC in PIC18F452 and display 
values on 16*2 LCD.

Download C Code


4. Write C18 program for generating square waveform using timer for following:-

5. Write C18 program for Interfacing of Serial Communication Port of PIC18F42 with PC.

Download C Code

6. To Interface a DC motor with PIC18F452 using CCP1 module and Write a C18 program to
move DC motor with one frequency. (Fosc=8MHz)

Download C Code

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

Jul 13, 2017

MICRO-CONTROLLER AND APPLICATIONS -1

    8051 Programming (MCA)

                                                               Third Year (SEM-5)

                                                                            Program Set

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


1. Write an ALP to sort the number in Ascending order. Assume an array of 10 numbers is stored at internal location RAM 40H Onwards. Arrange the numbers in Ascending order in same Array.

Download Program


2. Write an ALP to move block of data bytes present in internal memory with starting address 40H and Ending address 50H to the destination memory with starting address 60H. (Without overlap)

Download Program


3.Write programs for Parallel port interacting of LEDs-  ( Flashing using Simple Loops 
and timer delay,Pulse Counter, BCD, HEX Number display, etc.)


4. Write an ALP for Interfacing LCD with 89C51/89S52 in 8-Bit & 4-Bit mode Using time delay 
and Busy flag bit.


      • 8-Bit mode Using time loop delay        click here 
      • 8-Bit mode Using Busy flag Bit         click here
      • 4-Bit mode Using time delay          click here    
      • 4-Bit mode Using Busy flag Bit        click here 

Proteus Simulation Output

5. Write ALP to Interface  LCD in 8-Bit mode using Time delay and display and rotate the string stored in ROM using concept of DPTR. (MOVC instruction)


6. Write an ALP to Rotate the Stepper Motor in clockwise and anticlockwise 
direction respectively.

Proteus Simulation

7. Write an ALP to interfacing of 8051 Micro-controller to 8 bit DAC0808. Generate of Square,
Saw-toothed, Triangular and Sinusoidal waveform using same.

Download Program


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

Jul 7, 2017

DIGITAL SIGNAL PROCESSING

                                Digital Signal Processing (DSP)

                                                                Third Year (SEM-5)

                                                                             Program Set

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


1. Implement the Sampling Theorem and aliasing effects by sampling an analog signal with various sampling frequencies.

Download Matlab Code 

2. To study the properties of DFT. Write program to confirm following DFT properties:-

        • Discrete Fourier Transform
        • Linearity Property
        • Periodicity
        • Complex Conjugate
        • Time Reversal Property
        • Circular Time Shift Property
        • Circular Frequency Shift Property
        • Parseval's Theorem

Download All Codes 

3. To study the circular convolution for computation of linear convolution and aliasing effect.

Download Matlab Code

4. To plot the poles and zero and frequency of Transfer function when the coefficient of the
Transfer function are given. Study stability of different Transfer functions

Download Matlab Code

5. To study of effect of different windows on FIR filter response. Pass the filter coefficient designed different window and see the effect on filter response.

Download Matlab Code

 6. 
Design Butterworth filter using Bi-linear transformation method for LPF and write a 
program to draw the frequency response of the filter.

Download Matlab Code

7. 
 To plot the mapping function used in bilinear transformation method of IIR filter design.

Download Matlab Code

8. 
Computation of  DCT and IDCT of discrete time signal and comment on energy compaction density.

Download Matlab Code


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