Recent site activity

Associations

Academic Projects

HOME        Current Activity            Research & Development             Academic Projects         Awards & Achievements        My Documents       Contact ME
 
1- B.Sc. Thesis: V-DET! Vehicle Detective System Through License Plate  Recognition

Technique.  Award received:  3rd Prize at ALL Pakistan software competition, Compec 05

 

Tools:         Visual C++, MS Access

Overview: The thesis presents a vehicle detection system through its license plate number recognition. The system takes video stream of a running vehicle from a digital camera at the rate of 30 frames per second and selects best frame automatically, which is further processed by applying some image processing techniques to find out the location of license plate. After that OCR will read the number of license plate and send it to the vehicle database. Based on number read, the database will return the whole information about the vehicle.

 

2- Reliable UDP (RUDP)

 

Tools:         GCC C

Overview:  The project consists of design and implementation of RUDP, a reliable transport protocol that runs on top of UDP. The services provided by the RUDP implementation include: Sliding window flow control, detection and retransmission of lost packets, and detection and reordering of packets that arrive out of order.

 

3- Dual-Tone Multi-Frequency (DTMF) Encoder and Decoder

 

Tools:        Matlab

Overview: This project comprises of software implementation of encoder and decoder system for touch tone telephones based on DTMF technique. When a key is pressed on a dial pad, corresponding two frequencies (High and low) are used to encode the signal having sum of two different frequency signals. For decoding the signal, its Fourier transform is calculated to find the components of signal. These frequency components are then be used to detect the key pressed.