This document describes a virtual music guide system for beginners using MATLAB and a DSP kit. The system aims to guide music enthusiasts in learning Indian classical music independently without a physical instructor. It works by extracting the frequency/pitch of notes played by the user and comparing it to the rules of the selected raag (musical mode) to determine if the user is playing correctly. The DSP kit is used for audio processing and pitch detection, while MATLAB is used for software functions. Algorithms like autocorrelation and average magnitude difference function are implemented to detect the pitch in the time domain.