DTMF Decoder


Closed Thread
Results 1 to 5 of 5

Thread: DTMF Decoder

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115

    Default DTMF Decoder

    I was wondering if anyone has succeded in DTMF decoding in software only.

    Ioannis

  2. #2
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: DTMF Decoder

    I did a quick google search on "dtmf decoder pic microcontroller" and found these...

    http://www.instructables.com/id/DTMF...ip-PIC-Microp/

    http://dtmf.voipintouch.net/content/dtmf.htm

    http://www.romanblack.com/DTMF/DTMF_alg.htm

    http://www.microchip.com/stellent/id...cName=en536955

    http://www.microchip.com/stellent/id...pnote=en024294



    I did not read them, but hopefully they will help
    The first couple of links look real promising
    Last edited by Heckler; - 7th March 2014 at 01:03.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: DTMF Decoder

    Thanks Heckler.

    Maybe I did not made myself very clear. When I said software, I meant PBP software.

    Sure I found all these links but none in a PBP of course.

    Ioannis

  4. #4
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: DTMF Decoder

    Yeah, sorry

    The link to the Instructables article was sort of promising as they referenced using a melabs programmer, but then later I read that the code was in assembly.

    I wonder if PBP is not fast enough to do the requisite conversion and detection of DTMF frequencies.
    Possibly tho only way would be to turn an assembly routine into some sort of "include" file that could then be acted upon using our favorite PBP.
    That would be way over my head

    I sometimes wonder if MeLabs could do a better job of publicizing PBP and attract more users and keep it more mainstream.
    In other words is PBP going to just "die on the vine" due to lack of new users?
    It seems that the mainstream for PIC programming is more "C" oriented.

    But I think that could be turned around with a little effort by MeLabs.
    Last edited by Heckler; - 7th March 2014 at 16:59.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: DTMF Decoder

    I agree that for such a job a lot of processing power maybe needed. I agree also that other compilers may do offer such nice solutions as libraries.

    It is about time to make a ground up lifting to our favorite compiler.

    I have a feeling that PBP is not going to die anywhere soon because it has supporters from big organizations.

    Now, about the project, I confess that I have some difficulty in implementing asm code inside PBP. A few commands are OK, but a bigger program?

    I think allocation is one issue. Others sure will arise along the path...

    Ioannis

Similar Threads

  1. Holtek Decoder
    By George in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 29th June 2011, 12:17
  2. Ascii decoder
    By aratti in forum Code Examples
    Replies: 4
    Last Post: - 6th November 2008, 10:50
  3. Quadrature Decoder
    By stormdacta in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th September 2007, 03:19
  4. A little DTMF help
    By Travin77 in forum mel PIC BASIC Pro
    Replies: 48
    Last Post: - 30th May 2006, 01:31
  5. rf encoder/decoder
    By a_critchlow in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 2nd February 2006, 11:58

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts