1 / 7

DSP2006 Term-Project DTMF Detection

DSP2006 Term-Project DTMF Detection. CHEN SEI-LIM P95921011. Outline. What is DTMF Goertzel algorithm DTMF Synthesis DTMF detection System Block Diagram. Hz. 1209. 1336. 1477. 1633. 697. 1. 2. 3. A. 770. 4. 5. 6. B. 852. 7. 8. 9. C. 941. *. 0. #. D. What is DTMF.

derex
Télécharger la présentation

DSP2006 Term-Project DTMF Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DSP2006 Term-ProjectDTMF Detection CHEN SEI-LIM P95921011

  2. Outline • What is DTMF • Goertzel algorithm • DTMF Synthesis • DTMF detection • System Block Diagram

  3. Hz 1209 1336 1477 1633 697 1 2 3 A 770 4 5 6 B 852 7 8 9 C 941 * 0 # D What is DTMF • Dual Tone Multi-Frequency • Mix 2 single tone together for telephone dial-up

  4. Goertzel algorithm • Lecture6 P37 - 40

  5. DTMF Sythesis • Samples on frequency F x[n] = A/2 * cos (n * 2 * PI * F / N) N: SAMPLE_RATE x[n] = x1[n] + x2[n]

  6. DTMF Detect • FIR D0 = X + a1 * D1 – D2 D2 = D1 D1 = D0 a1 = 2 * cos (2 * PI * F / N) • Power Density P = D1 * D1 + D2 * D2 – a1 * D1 * D2

  7. System Block Diagram detect Excel input DDE Bar Chart

More Related