DTFT or Goertzel in VHDL

J

jpdullius

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
 
J

jens

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VHDL: AXI-stream FIFO 2
pls help me ; vhdl; 0
conversion from 8bit to 4 bit in vhdl 1
Reading an xml file in vhdl 0
Image compression in VHDL 0
Calculating Percentages in VHDL? 3
vhdl code 0
Vhdl: 0

Members online

Forum statistics

Threads
474,434
Messages
2,571,688
Members
48,796
Latest member
Greg L.

Latest Threads

Top