Matlab Report
Matlab Report
ACKNOWLEDGEMENT
INTRODUCTION
Dual-tone multi-frequency signaling (DTMF) is used for
telecommunication signaling over analog telephone lines in the voice-
frequency band between telephone handsets and other communications
devices and the switching center. The version of DTMF that is used in push-
button telephones for tone dialing is known as Touch-Tone.
or Touch-Tone became the industry standard for both cell phones and
landline service.
Block DIAGRAM:-
DTMF Keypad:-
GENERATED FREQUENCY:-
The DTMF keypad is laid out in a 4×4 matrix, with each row
representing a low frequency, and each column representing a high
frequency. Pressing a single key (such as '1' ) will send a sinusoidal tone for
each of the two frequencies (697 and 1209 hertz (Hz)). The original
keypads had levers inside, so each button activated two contacts. The
multiple tones are the reason for calling the system multifrequency. These
tones are then decoded by the switching center to determine which key
was pressed.
global t;
t=0:0.01:30;
fA=697;
fB=1209;
x1=cos(2*pi*fA*t);
x2=cos(2*pi*fB*t);
y=x1+x2;
sound(y);
axes(handles.axes1);
plot(y);
Applications:-
The DTMF (Dual Tone Multiple Frequency) application is associated
with digital telephony, and provides two selected output frequencies (one
high band, one low band) for a duration of 100 ms. A benchmark
subroutine has been written for the COP820C/840C microcontrollers
CONCLUSION
We were exposed to high levels of difficulty while we were exposed to various technical skills.
It was a very good learning experience and at times we had to work with GUI and concepts
which were very new to us.
We would like to recommend the usage of incubator in diverse fields and should be setup at
the university premises so that we are facilitated more easily.
In this tutorial we will learn how to use GUI and MATLAB SIMULINK.