![]() |
|
|
|
#1 |
|
Hello ppl,
Does anyone have any resource on how to implement DTFT or Goertzel functions in VHDL? (Xilinx ISE) Trying to implement and DTMF tone decoder using data from a PCM codec... Regards, JP Dullius jpdullius@gmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
The Goertzel algorithm is probably the way to go for decoding, and
there are many excellent on-line references that can be easily googled. If you get stuck, comp.dsp would be helpful for the DSP side of things. A couple of tips: 1. k does not need to be an integer, as some references state or imply. 2. The numbers grow pretty quick... use either floating point or large fixed-point numbers, and make sure they don't overflow. jens |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute an external software from VHDL? And how to interface VHDL with JAVA? | becool_nikks | Software | 0 | 03-06-2009 07:08 PM |
| Vending machine using VHDL | arie | General Help Related Topics | 0 | 03-05-2009 05:45 AM |
| Help on auto conversion from Matlab to vhdl on filter design | hardheart | Hardware | 0 | 12-07-2007 09:19 AM |
| VHDL RAM help!:) | lastval | Hardware | 0 | 11-09-2007 01:40 PM |
| ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL | freitass | Hardware | 0 | 11-01-2007 03:44 PM |