design the sound recognisation system using vhdl

Status
Not open for further replies.

kalpanakundalwal

Newbie level 1
Joined
Sep 16, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
hi VHDL Lover ,

i want to design the sound recognisation system using vhdl , can anybody suggest how to start with it . i knoe the basic vhdl coding

thanks
kalpana
 

hehe, this is a can of worms - what sound(s) exactly do you want to recognise...

Single frequencies aren't too bad, you can find and download a FFT algorithm for VHDL from (Home :: OpenCores), once your in the frequency domain you can apply various filtering etc to try identify whether what you are looking for is present in the input signal.

Beware, simply knowing VHDL is not enough to solve this problem with ease... do some reading on discrete signal processing, discete LTI filters, Fourier transforms and the FFT algorithm. you should find articles to most of these on wikipedia. I would start here, and then continue on to do some more reading if your brave enough

Cheers, Mike
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…