GithubHelp home page GithubHelp logo

abdelazeem201 / dtmf Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 480 KB

Design and Implementation of Goertzel Algorithm for DTMF application on ASIC.

License: MIT License

Verilog 94.83% Tcl 4.52% C 0.65%
asic dtmf dtmf-tones fpga pnr soc synthesis verilog vhdl

dtmf's Introduction

Introduction

The DTMF (dual tone multi-frequency) is one kind of signaling system intended for identifying a push button on a DTMF keypad. A key can be formed by combining two sine wave tones. These tones are the frequencies of rows as well as column which are represented on the keypad of the DTMF. It activates the long-distance signaling to the entered key through the frequency of voice.

In this keypad, if we push any input key on your handset, then immediately it gives two tones of particular frequencies, the first tone is a high-frequency one, as well as the second tone, is a low-frequency one. The following tabular form demonstrates different signals that you transmit whenever you push your mobile keypad.

Generating DTMF Tones

A DTMF signal consists of the sum of two sinusoids โ€“ or tones โ€“ with frequencies taken from two mutually exclusive groups. These frequencies were chosen to prevent any harmonics from being incorrectly detected by the receiver as some other DTMF frequency. Each pair of tones contains one frequency of the low group (697 Hz, 770 Hz, 852 Hz, 941 Hz) and one frequency of the high group (1209 Hz, 1336 Hz, 1477 Hz) and represents a unique symbol. The frequencies allocated to the push-buttons of the telephone pad are shown below:

Generate and plot a DTMF signal for each button on the telephone pad. Each signal has a sample rate of 8 kHz and a duration of 100 ms.

symbol = {'1','2','3','4','5','6','7','8','9','*','0','#'};
[tones, Fs, f, lfg, hfg] = helperDTMFToneGenerator(symbol, false);
helperDFTEstimationPlot1(tones, symbol, Fs, f);

dtmf's People

Contributors

abdelazeem201 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.