How can I make output for input with continuous number input on DTMF which is based on Goertzel algorithm?
Hello. I designed the DTMF decoder function based on goertzel algorithm. When I put input with 123-456-7890_40 and 404-894-2714_30, The function prints out with output with 123-456-7890 and 404-894-2714. However, when I put input with 123-555-4709_25, output is ,
Invalid number or insufficient digits
‘. I tried to fix the code, but I am not sure what should I do. Could you please let me know what should I add or edit? Thanks.Hello. I designed the DTMF decoder function based on goertzel algorithm. When I put input with 123-456-7890_40 and 404-894-2714_30, The function prints out with output with 123-456-7890 and 404-894-2714. However, when I put input with 123-555-4709_25, output is ,
Invalid number or insufficient digits
‘. I tried to fix the code, but I am not sure what should I do. Could you please let me know what should I add or edit? Thanks. Hello. I designed the DTMF decoder function based on goertzel algorithm. When I put input with 123-456-7890_40 and 404-894-2714_30, The function prints out with output with 123-456-7890 and 404-894-2714. However, when I put input with 123-555-4709_25, output is ,
Invalid number or insufficient digits
‘. I tried to fix the code, but I am not sure what should I do. Could you please let me know what should I add or edit? Thanks. dtmf, goertzel MATLAB Answers — New Questions